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

Packages that use Token
edu.washington.cs.knowitall   
edu.washington.cs.knowitall.extraction   
edu.washington.cs.knowitall.extractor   
edu.washington.cs.knowitall.rule.constraint   
edu.washington.cs.knowitall.type.tag   
 

Uses of Token in edu.washington.cs.knowitall
 

Fields in edu.washington.cs.knowitall with type parameters of type Token
static com.google.common.base.Function<Token,String> Token.toStringFunction
           
 

Methods in edu.washington.cs.knowitall that return types with arguments of type Token
static edu.washington.cs.knowitall.commonlib.regex.RegularExpression<Token> Sentence.makeRegex(String regex)
          This class compiles regular expressions over the tokens in a sentence into an NFA.
 List<Token> Sentence.zip()
          Represent this sentence as a list of tokens (instead of an object that contains separate array for each field).
 List<Token> TokenSequence.zip()
           
 List<Token> Sentence.zip(edu.washington.cs.knowitall.commonlib.Range range)
          Represent a range in this sentence as a list of tokens.
 

Methods in edu.washington.cs.knowitall with parameters of type Token
 boolean Token.StringExpression.apply(Token token)
           
 boolean Token.LemmaExpression.apply(Token token)
           
 boolean Token.PosTagExpression.apply(Token token)
           
 boolean Token.ChunkTagExpression.apply(Token token)
           
 boolean Token.TypeExpression.apply(Token token)
           
 boolean Token.StartTypeExpression.apply(Token token)
           
 

Method parameters in edu.washington.cs.knowitall with type arguments of type Token
static String Sentence.convertGroup(edu.washington.cs.knowitall.commonlib.regex.Match.Group<Token> group)
           
 

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

Methods in edu.washington.cs.knowitall.extraction that return types with arguments of type Token
 List<Token> Extraction.zip()
           
 List<Token> RelationExtraction.zip()
           
 

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

Method parameters in edu.washington.cs.knowitall.extractor with type arguments of type Token
abstract  edu.washington.cs.knowitall.nlp.extraction.ChunkedBinaryExtraction ExtractionBuilder.build(Sentence source, edu.washington.cs.knowitall.commonlib.regex.Match<Token> match)
           
protected  edu.washington.cs.knowitall.nlp.extraction.ChunkedBinaryExtraction RelationalNounExtractor.AppositiveExtractor.buildExtraction(Sentence source, edu.washington.cs.knowitall.commonlib.regex.Match<Token> match)
           
protected  edu.washington.cs.knowitall.nlp.extraction.ChunkedBinaryExtraction RelationalNounExtractor.AdjectiveDescriptorExtractor.buildExtraction(Sentence source, edu.washington.cs.knowitall.commonlib.regex.Match<Token> match)
           
protected  edu.washington.cs.knowitall.nlp.extraction.ChunkedBinaryExtraction RelationalNounExtractor.PossessiveExtractor.buildExtraction(Sentence source, edu.washington.cs.knowitall.commonlib.regex.Match<Token> match)
           
protected  edu.washington.cs.knowitall.nlp.extraction.ChunkedBinaryExtraction RelationalNounExtractor.PossessiveCommaExtractor.buildExtraction(Sentence source, edu.washington.cs.knowitall.commonlib.regex.Match<Token> match)
           
protected  edu.washington.cs.knowitall.nlp.extraction.ChunkedBinaryExtraction RelationalNounExtractor.PossessiveReverseExtractor.buildExtraction(Sentence source, edu.washington.cs.knowitall.commonlib.regex.Match<Token> match)
           
protected  NestedExtraction NestedExtractor.buildExtraction(Sentence source, edu.washington.cs.knowitall.commonlib.regex.Match<Token> match)
           
 

Uses of Token in edu.washington.cs.knowitall.rule.constraint
 

Fields in edu.washington.cs.knowitall.rule.constraint with type parameters of type Token
protected  edu.washington.cs.knowitall.commonlib.regex.RegularExpression<Token> AbstractPatternConstraint.expression
           
 

Uses of Token in edu.washington.cs.knowitall.type.tag
 

Fields in edu.washington.cs.knowitall.type.tag with type parameters of type Token
 com.google.common.collect.ImmutableList<edu.washington.cs.knowitall.commonlib.regex.RegularExpression<Token>> PatternTagger.patterns
           
 

Method parameters in edu.washington.cs.knowitall.type.tag with type arguments of type Token
protected  List<Type> PatternTagger.findTags(List<Token> sentenceTokens, List<String> tokens, edu.washington.cs.knowitall.commonlib.regex.RegularExpression<Token> pattern)
           
protected  List<Type> PatternTagger.findTags(List<Token> sentenceTokens, List<String> tokens, edu.washington.cs.knowitall.commonlib.regex.RegularExpression<Token> pattern)
           
 



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