com.kotlinnlp:morphologicalanalyzer

MorphologicalAnalyzer is a Kotlin library designed to support morphological analysis of a text.

Лицензия

Лицензия

Категории

Категории

Kotlin Языки программирования
Группа

Группа

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

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

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

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

0.4.6
Дата

Дата

Тип

Тип

jar
Описание

Описание

com.kotlinnlp:morphologicalanalyzer
MorphologicalAnalyzer is a Kotlin library designed to support morphological analysis of a text.
Ссылка на сайт

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

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

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

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

Скачать morphologicalanalyzer

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

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

Зависимости

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
org.antlr : antlr4-runtime jar 4.7.1
com.beust : klaxon jar 5.2
com.kotlinnlp : linguisticdescription jar 0.12.2

test (1)

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

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

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

MorphologicalAnalyzer Maven Central Build Status

MorphologicalAnalyzer is a Kotlin library designed to support morphological analysis of a text.

MorphologicalAnalyzer 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>morphologicalanalyzer</artifactId>
    <version>0.4.6</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.4.6
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.1
0.3.0
0.2.0
0.1.0