m

morfologik-parent

Morfologik provides high quality lemmatisation for the Polish language, along with tools for building and using byte-based finite state automata.
http://morfologik.blogspot.com/
BSD
Dawid Weiss Marcin Miłkowski
Files download
File Operation
morfologik-parent-1.8.0.pom download
Apache Maven
<dependency>
  <groupId>org.carrot2</groupId>
  <artifactId>morfologik-parent</artifactId>
  <version>1.8.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.carrot2:morfologik-parent:1.8.0'
Gradle Kotlin
implementation("org.carrot2:morfologik-parent:1.8.0")
Scala SBT
libraryDependencies += "org.carrot2" % "morfologik-parent" % "1.8.0"
Groovy Grape
@Grapes(
  @Grab(group='org.carrot2', module='morfologik-parent', version='1.8.0')
)
Apache Ivy
<dependency org="org.carrot2" name="morfologik-parent" rev="1.8.0" />
Leiningen
[org.carrot2/morfologik-parent "1.8.0"]
Apache Buildr
'org.carrot2:morfologik-parent:jar:1.8.0'