Stanford JavaNLP Parser API Documentation

Packages
edu.stanford.nlp.dbm  
edu.stanford.nlp.io A few classes that augment the java.io package in useful ways for our applications.
edu.stanford.nlp.io.ui UI components for i/o operations.
edu.stanford.nlp.math  
edu.stanford.nlp.parser This package contains a few simple interfaces for the parsers in the various subpackages.
edu.stanford.nlp.parser.lexparser This package contains implementations of three parsers for natural language text.
edu.stanford.nlp.parser.ui This package contains graphical user interface components for parsing sentences with parser created using lexparser.LexicalizedParser.
edu.stanford.nlp.process Contains classes for processing documents.
edu.stanford.nlp.trees A package for (NLP) trees, sentences, and similar things.
edu.stanford.nlp.trees.international Classes for character set conversion and Unicode-based tokenization.
edu.stanford.nlp.util A collection of useful general-purpose utility classes.

 



Stanford NLP Group