is not current version
Last Version 1.0.4

org.maochen.nlp:CoreNLP-Experimental 1.0.3

Experiment Stuff, shouldn't be used anywhere.

Categories

Categories

CoreNLP Business Logic Libraries Machine Learning Natural Language Processing
GroupId

GroupId

org.maochen.nlp
ArtifactId

ArtifactId

CoreNLP-Experimental
Version

Version

1.0.3
Type

Type

jar

Download CoreNLP-Experimental 1.0.3


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