Uses of Class
edu.washington.cs.knowitall.nlp.ChunkedSentenceToken

Packages that use ChunkedSentenceToken
edu.washington.cs.knowitall.argumentidentifier   
edu.washington.cs.knowitall.extractor.conf   
edu.washington.cs.knowitall.nlp   
 

Uses of ChunkedSentenceToken in edu.washington.cs.knowitall.argumentidentifier
 

Methods in edu.washington.cs.knowitall.argumentidentifier that return types with arguments of type ChunkedSentenceToken
static List<ChunkedSentenceToken> PatternExtractor.getChunkedSentenceFromPred(ChunkedExtraction extr)
           
static List<ChunkedSentenceToken> PatternExtractor.getChunkedSentenceFromPredEnd(ChunkedExtraction extr)
           
 

Method parameters in edu.washington.cs.knowitall.argumentidentifier with type arguments of type ChunkedSentenceToken
 boolean PatternExtractor.matches(List<ChunkedSentenceToken> tokens, String type, boolean arg1)
           
 

Uses of ChunkedSentenceToken in edu.washington.cs.knowitall.extractor.conf
 

Fields in edu.washington.cs.knowitall.extractor.conf with type parameters of type ChunkedSentenceToken
 edu.washington.cs.knowitall.regex.RegularExpression<ChunkedSentenceToken> ReVerbFeatures.listPattern1
           
 edu.washington.cs.knowitall.regex.RegularExpression<ChunkedSentenceToken> ReVerbFeatures.listPattern2
           
 

Uses of ChunkedSentenceToken in edu.washington.cs.knowitall.nlp
 

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

Methods in edu.washington.cs.knowitall.nlp that return types with arguments of type ChunkedSentenceToken
static edu.washington.cs.knowitall.regex.RegularExpression<ChunkedSentenceToken> ChunkedSentencePattern.compile(String regex)
          This class compiles regular expressions over the ChunkedSentenceTokens in a sentence into an NFA.
static List<ChunkedSentenceToken> ChunkedSentenceToken.tokenize(ChunkedSentence sentence)
           
static List<ChunkedSentenceToken> ChunkedSentenceToken.tokenize(ChunkedSentence sentence, edu.washington.cs.knowitall.commonlib.Range range)
           
 

Methods in edu.washington.cs.knowitall.nlp with parameters of type ChunkedSentenceToken
 boolean ChunkedSentenceToken.StringExpression.apply(ChunkedSentenceToken token)
           
 boolean ChunkedSentenceToken.PosTagExpression.apply(ChunkedSentenceToken token)
           
 boolean ChunkedSentenceToken.ChunkTagExpression.apply(ChunkedSentenceToken token)
           
 



Copyright © 2010-2012 University of Washington CSE. All Rights Reserved.