Package edu.stanford.nlp.sequences

Interface Summary
BestSequenceFinder An interface for classes capable of computing the best sequence given a SequenceModel.
DocumentReaderAndWriter<IN extends CoreMap> 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<IN extends CoreMap> This class provides methods for reading plain text documents and writing out those documents once classified in several different formats.
SeqClassifierFlags Flags for sequence classifiers.
 

Enum Summary
PlainTextDocumentReaderAndWriter.OutputStyle  
 



Stanford NLP Group