com.kotlinnlp:morphologicalanalyzer

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

License

License

Categories

Categories

Kotlin Languages
GroupId

GroupId

com.kotlinnlp
ArtifactId

ArtifactId

morphologicalanalyzer
Last Version

Last Version

0.4.6
Release Date

Release Date

Type

Type

jar
Description

Description

com.kotlinnlp:morphologicalanalyzer
MorphologicalAnalyzer is a Kotlin library designed to support morphological analysis of a text.
Project URL

Project URL

http://github.com/kotlinnlp/morphologicalanalyzer
Source Code Management

Source Code Management

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

Download morphologicalanalyzer

How to add to project

<!-- 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"]

Dependencies

compile (7)

Group / Artifact Type Version
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)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-test jar 1.3.31

Project Modules

There are no modules declared in this project.

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.

Versions

Version
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