Package edu.washington.cs.knowitall.nlp

Interface Summary
ChunkedSource A common interface for objects that are backed by an NpChunkedSentence object.
PosTagged An interface for objects that have part of speech tags.
SentenceChunker  
Tokenized  
 

Class Summary
ChunkedSentence An immutable class that represents a tokenized, POS-tagged, and noun-phrase chunked sentence.
ChunkedSentenceIterator A class that combines an Iterator object over sentences with a SentenceChunker object to produce an iterator over NpChunkedSentence objects.
ChunkedSentenceReader A class that combines a SentenceExtractor with a SentenceChunker to read NpChunkedSentence objects from a BufferedReader.
NpList  
OpenNlpChunkedSentenceParser A utility class for "parsing" the output of the OpenNLP command line chunker.
OpenNlpSentenceChunker A class that combines OpenNLP tokenizer, POS tagger, and chunker objects into a single object that converts String sentences to NpChunkedSentence objects.
OpenNlpSentenceChunkerAverageStats  
OpenNlpSentenceChunkerStats  
OpenNlpUtils A class of static methods for handling OpenNLP formats.
OrdinalNumber  
OrdinalUtils  
PosTaggedPattern  
SentenceBlocksIterator