Download jwnl-1.4_rc3.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.4_rc3 in this page.

License

BSD 3-Clause License

Build File

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

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

Download

Click the following link to download the jar file.

jwnl-1.4_rc3-javadoc.jar
jwnl-1.4_rc3-sources.jar
jwnl-1.4_rc3.jar
jwnl-1.4_rc3.pom



Related Tutorials