Uses of Class
edu.washington.cs.knowitall.Token.Expression

Packages that use Token.Expression
edu.washington.cs.knowitall   
 

Uses of Token.Expression in edu.washington.cs.knowitall
 

Subclasses of Token.Expression in edu.washington.cs.knowitall
protected static class Token.ChunkTagExpression
          A regular expression that is evaluated against the chunk tag portion of a token.
protected static class Token.LemmaExpression
          A regular expression that is evaluated against the lemma portion of a token.
protected static class Token.PosTagExpression
          A regular expression that is evaluated against the POS tag portion of a token.
protected static class Token.StartTypeExpression
          A regular expression that is evaluated against the type portion of a token.
protected static class Token.StringExpression
          A regular expression that is evaluated against the string portion of a token.
protected static class Token.TypeExpression
          A regular expression that is evaluated against the type portion of a token.
 



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