Package edu.stanford.nlp.sequences

This package contains classes that support sequence modeling and inference.

See:
          Description

Interface Summary
BestSequenceFinder An interface for classes capable of computing the best sequence given a SequenceModel.
SequenceModel Class capable of scoring sequences of a fixed length, typically with a probability distribution over such sequences.
 

Class Summary
ExactBestSequenceFinder A class capable of computing the best sequence given a SequenceModel.
 

Package edu.stanford.nlp.sequences Description

This package contains classes that support sequence modeling and inference.