m

maui

Maui automatically identifies main topics in text documents. Depending on the task, topics are tags, keywords, keyphrases, vocabulary terms, descriptors, index terms or titles of Wikipedia articles.
https://github.com/NatLibFi/maui/
GNU GPL v3
Alyona Medelyan Sampo Savolainen Osma Suominen
Files download
File Operation
maui-1.4.6.jar download
maui-1.4.6.pom download
maui-1.4.6-sources.jar download
Apache Maven
<dependency>
  <groupId>fi.nationallibrary</groupId>
  <artifactId>maui</artifactId>
  <version>1.4.6</version>
</dependency>
Gradle Groovy
implementation 'fi.nationallibrary:maui:1.4.6'
Gradle Kotlin
implementation("fi.nationallibrary:maui:1.4.6")
Scala SBT
libraryDependencies += "fi.nationallibrary" % "maui" % "1.4.6"
Groovy Grape
@Grapes(
  @Grab(group='fi.nationallibrary', module='maui', version='1.4.6')
)
Apache Ivy
<dependency org="fi.nationallibrary" name="maui" rev="1.4.6" />
Leiningen
[fi.nationallibrary/maui "1.4.6"]
Apache Buildr
'fi.nationallibrary:maui:jar:1.4.6'