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
文件下载
文件名 操作
morfologik-parent-1.6.0.pom 下载
Apache Maven
<dependency>
  <groupId>org.carrot2</groupId>
  <artifactId>morfologik-parent</artifactId>
  <version>1.6.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.carrot2:morfologik-parent:1.6.0'
Gradle Kotlin
implementation("org.carrot2:morfologik-parent:1.6.0")
Scala SBT
libraryDependencies += "org.carrot2" % "morfologik-parent" % "1.6.0"
Groovy Grape
@Grapes(
  @Grab(group='org.carrot2', module='morfologik-parent', version='1.6.0')
)
Apache Ivy
<dependency org="org.carrot2" name="morfologik-parent" rev="1.6.0" />
Leiningen
[org.carrot2/morfologik-parent "1.6.0"]
Apache Buildr
'org.carrot2:morfologik-parent:jar:1.6.0'