is not current version
Last Version 1.3.10

org.openimaj:nlp 1.3.1

The OpenIMAJ NLP Library contains a text pre-processing pipeline which goes from raw unstructured text to part of speech tagged stemmed text.

GroupId

GroupId

org.openimaj
ArtifactId

ArtifactId

nlp
Version

Version

1.3.1
Type

Type

jar

Download nlp 1.3.1


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