не последняя версия
Последняя версия 0.1.1

org.chrisjr:topic-annotator 0.1.0

Performs common preprocessing steps for topic modeling and allows for annotation of the original documents with the results.

Группа

Группа

org.chrisjr
Идентификатор

Идентификатор

topic-annotator
Версия

Версия

0.1.0
Тип

Тип

jar

Скачать topic-annotator 0.1.0


<!-- https://jarcasting.com/artifacts/org.chrisjr/topic-annotator/ -->
<dependency>
    <groupId>org.chrisjr</groupId>
    <artifactId>topic-annotator</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.chrisjr/topic-annotator/
implementation 'org.chrisjr:topic-annotator:0.1.0'
// https://jarcasting.com/artifacts/org.chrisjr/topic-annotator/
implementation ("org.chrisjr:topic-annotator:0.1.0")
'org.chrisjr:topic-annotator:jar:0.1.0'
<dependency org="org.chrisjr" name="topic-annotator" rev="0.1.0">
  <artifact name="topic-annotator" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.chrisjr', module='topic-annotator', version='0.1.0')
)
libraryDependencies += "org.chrisjr" % "topic-annotator" % "0.1.0"
[org.chrisjr/topic-annotator "0.1.0"]