Using the Stanford API

There are several approaches to parsing available in the Stanford NLP API. First, we will demonstrate a general purposes parser, that is, the LexicalizedParser class. Then, we will illustrate how the result of the parser can be displayed using the TreePrint class. This will be followed by a demonstration of how to determine word dependencies using the GrammaticalStructure class.