Package edu.stanford.nlp.parser

This package contains a few simple interfaces for the parsers in the various subpackages.

See:
          Description

Interface Summary
KBestViterbiParser An interface that supports finding k best and/or k good parses and parse sampling.
Parser The interface for parser objects.
ViterbiParser The interface for Viterbi parsers.
ViterbiParserWithOptions The interface for Viterbi parsers with options.
 

Package edu.stanford.nlp.parser Description

This package contains a few simple interfaces for the parsers in the various subpackages.

Author:
Dan Klein


Stanford NLP Group