Can you give me complete documentation of command-line options/public APIs/included grammars/ParserDemo/…?
At present, we don’t have any documentation beyond what you get in the download and what’s on this page. If you would like to help by producing better documentation, feel free to write to parser-support@lists.stanford.edu. Some parser command-line options are documented. See the parser.lexparser package documentation, the LexicalizedParser.main method documentation, the TreePrint class, and the documentation of variables in the Train, Test, and Options classes, and appropriate language-particular TreebankLangParserParams. For the rest, you need to look at the source code. The public API is somewhat documented in the LexicalizedParser class JavaDoc. See especially the sample invocation in the parser.lexparser package documentation. The included file makeSerialized.csh effectively documents how the included grammars were made. The included file ParserDemo.java gives a good first example of how to call the parser programmatically, including getting Tree and typedDependencies output. It is