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.4_rc3 in this page.
BSD 3-Clause License
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'
Click the following link to download the jar file.
jwnl-1.4_rc3-javadoc.jar