Package edu.stanford.nlp.sequences

Interface Summary
BestSequenceFinder An interface for classes capable of computing the best sequence given a SequenceModel.
DocumentReaderAndWriter This interface is used for reading data and writing output into and out of SequenceClassifiers.
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.
PlainTextDocumentReaderAndWriter  
SeqClassifierFlags Flags for sequence classifiers.
 



Stanford NLP Group