is not current version
Last Version 1.2

org.maochen.nlp:CoreNLP-DataStructure 1.0.4

Data Structure for CoNLL-X Dependency Tree

Categories

Categories

Data CoreNLP Business Logic Libraries Machine Learning Natural Language Processing
GroupId

GroupId

org.maochen.nlp
ArtifactId

ArtifactId

CoreNLP-DataStructure
Version

Version

1.0.4
Type

Type

jar

Download CoreNLP-DataStructure 1.0.4


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