Package edu.stanford.nlp.parser.prefixparser

This package contains an implementation of a generic prefix probability parsing algorithm.

See:
          Description

Class Summary
PrefixProbabilityParser An implementation of the Stolcke 1995 chart parsing algorithm that calculates the prefix probability of a string S with respect to a probabilistic context-free grammar G.
PrefixProbabilityParserGenerator A class that vends PrefixProbabilityParser instances.
 

Package edu.stanford.nlp.parser.prefixparser Description

This package contains an implementation of a generic prefix probability parsing algorithm. The algorithm is specified in