MorphologicalAnalyzer
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.