Skip to content

sangv/nlp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NLP Sandbox

An sandbox for trying out NLP tools.

If you have all of the dependencies in the right spot, you can verify that everything compiles and runs correctly using Maven with extra memory and the WordNet directory. This is on OSX. Setting MAVEN_OPTS might be different on Windows.

MAVEN_OPTS="-Xmx1024M -DWNSEARCHDIR=lib/wordnet/dict" mvn test

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%