| License |
License |
|---|---|
| Categories |
CategoriesDKPro Business Logic Libraries Machine Learning Natural Language Processing |
| GroupId | GroupIdorg.dkpro.jotl |
| ArtifactId | ArtifactIddkpro-jotl |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJava OpenThesaurus Library
JOTL (Java-based OpenThesaurus Library) is an application programming interface for the free thesaurus project OpenThesaurus (http://www.openthesaurus.org). JOTL enables efficient and structured access to the information encoded OpenThesaurus, including synsets, senses, and semantic labels.
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| dkpro-jotl-1.0.0.pom | |
| dkpro-jotl-1.0.0.jar | 22 KB |
| dkpro-jotl-1.0.0-sources.jar | 15 KB |
| dkpro-jotl-1.0.0-javadoc.jar | 93 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.dkpro.jotl/dkpro-jotl/ -->
<dependency>
<groupId>org.dkpro.jotl</groupId>
<artifactId>dkpro-jotl</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.dkpro.jotl/dkpro-jotl/
implementation 'org.dkpro.jotl:dkpro-jotl:1.0.0'
// https://jarcasting.com/artifacts/org.dkpro.jotl/dkpro-jotl/
implementation ("org.dkpro.jotl:dkpro-jotl:1.0.0")
'org.dkpro.jotl:dkpro-jotl:jar:1.0.0'
<dependency org="org.dkpro.jotl" name="dkpro-jotl" rev="1.0.0">
<artifact name="dkpro-jotl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dkpro.jotl', module='dkpro-jotl', version='1.0.0')
)
libraryDependencies += "org.dkpro.jotl" % "dkpro-jotl" % "1.0.0"
[org.dkpro.jotl/dkpro-jotl "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |