Pages

Apr 13, 2015

Using the Stanford parse tree through NLTK

This is a note for using the Stanford parse tree through NLTK.

Environment setup:
http://stackoverflow.com/questions/13883277/stanford-parser-and-nltk

Stanford parse tree module:
http://nlp.stanford.edu/software/lex-parser.shtml#Download

Remember to update the JRE and JDK to the version you need.

Manual for commands:
http://www.nltk.org/api/nltk.parse.html#module-nltk.parse.stanford
http://www.nltk.org/_modules/nltk/tree.html

No comments:

Post a Comment