License |
License |
---|---|
Categories |
CategoriesData CoreNLP Business Logic Libraries Machine Learning Natural Language Processing |
GroupId | GroupIdorg.maochen.nlp |
ArtifactId | ArtifactIdCoreNLP-DataStructure |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionorg.maochen.nlp:CoreNLP-DataStructure
Data Structure for CoNLL-X Dependency Tree
|
Filename | Size |
---|---|
CoreNLP-DataStructure-1.2.pom | |
CoreNLP-DataStructure-1.2.jar | 25 KB |
CoreNLP-DataStructure-1.2-sources.jar | 13 KB |
CoreNLP-DataStructure-1.2-javadoc.jar | 121 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.maochen.nlp/CoreNLP-DataStructure/ -->
<dependency>
<groupId>org.maochen.nlp</groupId>
<artifactId>CoreNLP-DataStructure</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.maochen.nlp/CoreNLP-DataStructure/
implementation 'org.maochen.nlp:CoreNLP-DataStructure:1.2'
// https://jarcasting.com/artifacts/org.maochen.nlp/CoreNLP-DataStructure/
implementation ("org.maochen.nlp:CoreNLP-DataStructure:1.2")
'org.maochen.nlp:CoreNLP-DataStructure:jar:1.2'
<dependency org="org.maochen.nlp" name="CoreNLP-DataStructure" rev="1.2">
<artifact name="CoreNLP-DataStructure" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.maochen.nlp', module='CoreNLP-DataStructure', version='1.2')
)
libraryDependencies += "org.maochen.nlp" % "CoreNLP-DataStructure" % "1.2"
[org.maochen.nlp/CoreNLP-DataStructure "1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.7 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |