m

morfologik-parent

Morfologik is a collection of tools for building finite state automata and stemming/ inflection dictionaries built on top of these.
http://morfologik.blogspot.com/
BSD
Dawid Weiss Marcin Miłkowski
Files download
File Operation
morfologik-parent-2.0.0.pom download
Apache Maven
<dependency>
  <groupId>org.carrot2</groupId>
  <artifactId>morfologik-parent</artifactId>
  <version>2.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.carrot2:morfologik-parent:2.0.0'
Gradle Kotlin
implementation("org.carrot2:morfologik-parent:2.0.0")
Scala SBT
libraryDependencies += "org.carrot2" % "morfologik-parent" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.carrot2', module='morfologik-parent', version='2.0.0')
)
Apache Ivy
<dependency org="org.carrot2" name="morfologik-parent" rev="2.0.0" />
Leiningen
[org.carrot2/morfologik-parent "2.0.0"]
Apache Buildr
'org.carrot2:morfologik-parent:jar:2.0.0'
Dependencies
The project has no third-party dependencies