License |
License
BSD 3-Clause License
|
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.jwordnet |
ArtifactId | ArtifactIdjwnl |
Last Version | Last Version1.4_rc3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava WordNet Library
JWNL is an API for accessing WordNet in multiple formats, as well as relationship discovery and morphological processing.
|
Project URL |
Project URL |
Filename | Size |
---|---|
jwnl-1.4_rc3.pom | |
jwnl-1.4_rc3.jar | 166 KB |
jwnl-1.4_rc3-sources.jar | 107 KB |
jwnl-1.4_rc3-javadoc.jar | 402 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.jwordnet/jwnl/ -->
<dependency>
<groupId>net.sf.jwordnet</groupId>
<artifactId>jwnl</artifactId>
<version>1.4_rc3</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.jwordnet/jwnl/
implementation 'net.sf.jwordnet:jwnl:1.4_rc3'
// https://jarcasting.com/artifacts/net.sf.jwordnet/jwnl/
implementation ("net.sf.jwordnet:jwnl:1.4_rc3")
'net.sf.jwordnet:jwnl:jar:1.4_rc3'
<dependency org="net.sf.jwordnet" name="jwnl" rev="1.4_rc3">
<artifact name="jwnl" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.jwordnet', module='jwnl', version='1.4_rc3')
)
libraryDependencies += "net.sf.jwordnet" % "jwnl" % "1.4_rc3"
[net.sf.jwordnet/jwnl "1.4_rc3"]
Group / Artifact | Type | Version |
---|---|---|
commons-logging : commons-logging | jar | 1.1.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.1 |