com.kotlinnlp:linguisticconditions

A helper module for verifying linguistic conditions on morpho-syntactic tokens.

Лицензия

Лицензия

Категории

Категории

Kotlin Языки программирования GUI Взаимодействие с пользователем
Группа

Группа

com.kotlinnlp
Идентификатор

Идентификатор

linguisticconditions
Последняя версия

Последняя версия

0.2.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

com.kotlinnlp:linguisticconditions
A helper module for verifying linguistic conditions on morpho-syntactic tokens.
Ссылка на сайт

Ссылка на сайт

http://github.com/kotlinnlp/linguisticconditions
Система контроля версий

Система контроля версий

http://github.com/kotlinnlp/linguisticconditions/tree/master

Скачать linguisticconditions

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.kotlinnlp/linguisticconditions/ -->
<dependency>
    <groupId>com.kotlinnlp</groupId>
    <artifactId>linguisticconditions</artifactId>
    <version>0.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.kotlinnlp/linguisticconditions/
implementation 'com.kotlinnlp:linguisticconditions:0.2.3'
// https://jarcasting.com/artifacts/com.kotlinnlp/linguisticconditions/
implementation ("com.kotlinnlp:linguisticconditions:0.2.3")
'com.kotlinnlp:linguisticconditions:jar:0.2.3'
<dependency org="com.kotlinnlp" name="linguisticconditions" rev="0.2.3">
  <artifact name="linguisticconditions" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kotlinnlp', module='linguisticconditions', version='0.2.3')
)
libraryDependencies += "com.kotlinnlp" % "linguisticconditions" % "0.2.3"
[com.kotlinnlp/linguisticconditions "0.2.3"]

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.31
org.jetbrains.kotlin : kotlin-reflect jar 1.3.31
com.beust : klaxon jar 5.2
com.kotlinnlp : dependencytree jar 0.5.2

runtime (1)

Идентификатор библиотеки Тип Версия
org.jetbrains.spek : spek-junit-platform-engine jar 1.1.5

test (2)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlin : kotlin-test jar 1.3.31
org.jetbrains.spek : spek-api jar 1.1.5

Модули Проекта

Данный проект не имеет модулей.

LinguisticConditions Maven Central Build Status

LinguisticConditions is a helper module for verifying linguistic conditions on morpho-syntactic tokens.

LinguisticConditions is part of KotlinNLP.

Getting Started

Import with Maven

<dependency>
    <groupId>com.kotlinnlp</groupId>
    <artifactId>linguisticconditions</artifactId>
    <version>0.2.3</version>
</dependency>

License

This software is released under the terms of the Mozilla Public License, v. 2.0

Contributions

We greatly appreciate any bug reports and contributions, which can be made by filing an issue or making a pull request through the github page.

Версии библиотеки

Версия
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0