java,ubuntu,stanford-nlp,opennlp,lingpipe
I used OpenNLP in my project. I think this instructions will help you to go through OpenNLP Library. Follow this document Download OpenNLP Library and add it to your build path Download trained models and put it to a folder modelIn = new FileInputStream("path"); InputStream modelIn = null; try {...
The specified path file:///Users/dylan/Desktop/POLARITY_DIR/ should contain the unpacked data (see tutorial) in the directory txt_sentoken You can see this in the output: Data Directory=file:/Users/dylan/Desktop/POLARITY_DIR/txt_sentoken Also the the tutorial is not setup to use an URL, so the command should be java -cp sentimentDemo.jar:../../../lingpipe-4.0.jar PolarityBasic /Users/dylan/Desktop/POLARITY_DIR...