How to run Stanford NLP

This article gives information about how to get Stanfor NLP rnn package up and running. Stanford nlp can be downloaded from Stanford CoreNLP Github site. Make sure you have latest Java installed.

Next step is to build the package. Use the following command.

ant

Run the rnn package by moving into classes directory and run

$ java -mx4g edu.stanford.nlp.parser.dvparser.DVParser

More information about training and other details cane be have from Stanford NLP site

Comments !