Download nlp-1.8.jar file - Jar n

Jar examples for n:nlp

Description

GraphAware Framework Module for adding NLP capabilities to Neo4j.

You can download jar file nlp 1.8 in this page.

License

GNU General Public License, version 3

Build File

You can use the following script to add nlp-1.8.jar to your project.

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

Download

Click the following link to download the jar file.

nlp-1.8-javadoc.jar
nlp-1.8-sources.jar
nlp-1.8.jar
nlp-1.8.pom



Related Tutorials