License |
License |
---|---|
GroupId | GroupIdio.github.starlangsoftware |
ArtifactId | ArtifactIdAnnotatedTree |
Version | Version1.0.38 |
Type | Typejar |
Description |
DescriptionNlpToolkit.AnnotatedTree
Annotated constituency treebank library
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
AnnotatedTree-1.0.38.pom | |
AnnotatedTree-1.0.38.jar | 100 KB |
AnnotatedTree-1.0.38-sources.jar | 48 KB |
AnnotatedTree-1.0.38-javadoc.jar | 775 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.starlangsoftware/AnnotatedTree/ -->
<dependency>
<groupId>io.github.starlangsoftware</groupId>
<artifactId>AnnotatedTree</artifactId>
<version>1.0.38</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.starlangsoftware/AnnotatedTree/
implementation 'io.github.starlangsoftware:AnnotatedTree:1.0.38'
// https://jarcasting.com/artifacts/io.github.starlangsoftware/AnnotatedTree/
implementation ("io.github.starlangsoftware:AnnotatedTree:1.0.38")
'io.github.starlangsoftware:AnnotatedTree:jar:1.0.38'
<dependency org="io.github.starlangsoftware" name="AnnotatedTree" rev="1.0.38">
<artifact name="AnnotatedTree" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.starlangsoftware', module='AnnotatedTree', version='1.0.38')
)
libraryDependencies += "io.github.starlangsoftware" % "AnnotatedTree" % "1.0.38"
[io.github.starlangsoftware/AnnotatedTree "1.0.38"]
Group / Artifact | Type | Version |
---|---|---|
io.github.starlangsoftware : AnnotatedSentence | jar | 1.0.50 |
io.github.starlangsoftware : ParseTree | jar | 1.0.8 |
javax.xml.parsers : jaxp-api | jar | 1.4.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |