Last Version

topic-annotator 0.1.1

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

License

License

GroupId

GroupId

org.chrisjr
ArtifactId

ArtifactId

topic-annotator
Version

Version

0.1.1
Type

Type

jar
Description

Description

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

Project URL

http://www.github.com/chrisjr/topic-annotator

Download topic-annotator 0.1.1


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

Dependencies

compile (10)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.10.4
cc.mallet : mallet jar 2.0.7
com.typesafe.play : play-json_2.10 jar 2.3.1
com.github.tototoshi : scala-csv_2.10 jar 1.0.0
com.typesafe.scala-logging : scala-logging-slf4j_2.10 jar 2.1.2
org.slf4j : jul-to-slf4j jar 1.7.7
ch.qos.logback : logback-classic jar 1.1.2
com.github.rholder : snowball-stemmer jar 1.3.0.581.1
uk.org.lidalia : sysout-over-slf4j jar 1.0.2
com.googlecode.concurrent-trees : concurrent-trees jar 2.4.0

test (1)

Group / Artifact Type Version
org.scalatest : scalatest_2.10 jar 2.2.0

Project Modules

There are no modules declared in this project.