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.
 

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