is not current version
Last Version 0.1.2

com.github.justhalf.nlp:java-nlp-toolkit 0.1.0

A collection of various Java NLP libraries

Categories

Categories

Java Languages
GroupId

GroupId

com.github.justhalf.nlp
ArtifactId

ArtifactId

java-nlp-toolkit
Version

Version

0.1.0
Type

Type

jar

Download java-nlp-toolkit 0.1.0


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