Download jwnl-1.3.3.jar file - Jar j

Jar examples for j:jwnl

Description

JWNL is an API for accessing WordNet-style relational dictionaries. It also provides functionality beyond data access, such as relationship discovery and morphological processing.

You can download jar file jwnl 1.3.3 in this page.

License

BSD 3-Clause License

Build File

You can use the following script to add jwnl-1.3.3.jar to your project.

<dependency>
   <groupId>net.sf.jwordnet</groupId>
   <artifactId>jwnl</artifactId>
   <version>1.3.3</version>
</dependency>
compile group: 'net.sf.jwordnet', name: 'jwnl', version: '1.3.3'
libraryDependencies += "net.sf.jwordnet" % "jwnl" % "1.3.3"
<dependency org="net.sf.jwordnet" name="jwnl" rev="1.3.3"/>
@Grapes(@Grab(group='net.sf.jwordnet', module='jwnl', version='1.3.3'))
'net.sf.jwordnet:jwnl:jar:1.3.3'

Download

Click the following link to download the jar file.

jwnl-1.3.3-javadoc.jar
jwnl-1.3.3-sources.jar
jwnl-1.3.3.jar
jwnl-1.3.3.pom



Related Tutorials