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.1.6.pom download
Apache Maven
<dependency>
  <groupId>org.carrot2</groupId>
  <artifactId>morfologik-parent</artifactId>
  <version>2.1.6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.carrot2:morfologik-parent:2.1.6'
Gradle Kotlin
implementation("org.carrot2:morfologik-parent:2.1.6")
Scala SBT
libraryDependencies += "org.carrot2" % "morfologik-parent" % "2.1.6"
Groovy Grape
@Grapes(
  @Grab(group='org.carrot2', module='morfologik-parent', version='2.1.6')
)
Apache Ivy
<dependency org="org.carrot2" name="morfologik-parent" rev="2.1.6" />
Leiningen
[org.carrot2/morfologik-parent "2.1.6"]
Apache Buildr
'org.carrot2:morfologik-parent:jar:2.1.6'
Dependencies
The project has no third-party dependencies