Jar examples for j:jwnl
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.
BSD 3-Clause License
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'
Click the following link to download the jar file.
jwnl-1.3.3-javadoc.jar