License |
License |
---|---|
Categories |
CategoriesDKPro Business Logic Libraries Machine Learning Natural Language Processing |
GroupId | GroupIdorg.dkpro.jwktl |
ArtifactId | ArtifactIddkpro-jwktl |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava Wiktionary Library (JWKTL)
JWKTL (Java Wiktionary Library) is a Java-based API that enables efficient and structured access to the information encoded in the English and the German Wiktionary edition, including sense definitions, part of speech tags, etymology, example sentences, translations, semantic relations and many other lexical information types.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
dkpro-jwktl-1.1.0.pom | |
dkpro-jwktl-1.1.0.jar | 555 KB |
dkpro-jwktl-1.1.0-sources.jar | 479 KB |
dkpro-jwktl-1.1.0-javadoc.jar | 1 MB |
dkpro-jwktl-1.1.0-bin.zip | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.dkpro.jwktl/dkpro-jwktl/ -->
<dependency>
<groupId>org.dkpro.jwktl</groupId>
<artifactId>dkpro-jwktl</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.dkpro.jwktl/dkpro-jwktl/
implementation 'org.dkpro.jwktl:dkpro-jwktl:1.1.0'
// https://jarcasting.com/artifacts/org.dkpro.jwktl/dkpro-jwktl/
implementation ("org.dkpro.jwktl:dkpro-jwktl:1.1.0")
'org.dkpro.jwktl:dkpro-jwktl:jar:1.1.0'
<dependency org="org.dkpro.jwktl" name="dkpro-jwktl" rev="1.1.0">
<artifact name="dkpro-jwktl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dkpro.jwktl', module='dkpro-jwktl', version='1.1.0')
)
libraryDependencies += "org.dkpro.jwktl" % "dkpro-jwktl" % "1.1.0"
[org.dkpro.jwktl/dkpro-jwktl "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.sleepycat : je | jar | 5.0.73 |
org.apache.ant : ant | jar | 1.7.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |