Package edu.washington.cs.knowitall

Interface Summary
TokenSequence An interface that represents a sequence of tokens.
XmlSerializable  
 

Class Summary
NamedEntityRecognizer  
Sentence A representation of a sentence.
Stemmer Object with static methods that stem and normalize strings.
Token A representation of a token in a sentence.
Token.ChunkTagExpression A regular expression that is evaluated against the chunk tag portion of a token.
Token.Expression An expression that is evaluated against a token.
Token.LemmaExpression A regular expression that is evaluated against the lemma portion of a token.
Token.PosTagExpression A regular expression that is evaluated against the POS tag portion of a token.
Token.StartTypeExpression A regular expression that is evaluated against the type portion of a token.
Token.StringExpression A regular expression that is evaluated against the string portion of a token.
Token.TypeExpression A regular expression that is evaluated against the type portion of a token.
 

Enum Summary
ExtractionPart An enum representing a section of an extraction.
NamedEntityRecognizer.OpenNLPClassifier  
 



Copyright © 2011 University of Washington CSE. All Rights Reserved.