com.kotlinnlp:linguisticdescription

LinguisticDescription is a Kotlin library designed to support linguistic annotations over morphological, syntactic and semantic levels.

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

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

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

0.12.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

com.kotlinnlp:linguisticdescription
LinguisticDescription is a Kotlin library designed to support linguistic annotations over morphological, syntactic and semantic levels.
Ссылка на сайт

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

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

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

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

Скачать linguisticdescription

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

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

Зависимости

compile (7)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.31
org.jetbrains.kotlin : kotlin-reflect jar 1.3.31
org.spekframework.spek2 : spek-dsl-jvm pom 2.0.5
org.spekframework.spek2 : spek-runner-junit5 jar 2.0.5
com.beust : klaxon jar 5.2
com.google.guava : guava jar 24.1.1-jre
com.kotlinnlp : utils jar 2.1.4

test (1)

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

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

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

LinguisticDescription Maven Central Build Status

LinguisticDescription is a Kotlin library designed to support linguistic annotations over morphological, syntactic and semantic levels.

LinguisticDescription is part of KotlinNLP.

Getting Started

Examples

Try some examples running the files in the examples folder.

Import with Maven

<dependency>
    <groupId>com.kotlinnlp</groupId>
    <artifactId>linguisticdescription</artifactId>
    <version>0.12.2</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.12.2
0.12.1
0.12.0
0.11.0
0.10.1
0.10.0
0.9.1
0.9.0
0.8.1
0.8.0
0.7.0
0.6.1
0.6.0
0.5.0
0.4.0
0.3.2
0.3.1
0.3.0
0.2.0
0.1.0