| Package | Description |
|---|---|
| edu.washington.cs.knowitall.argumentidentifier | |
| edu.washington.cs.knowitall.extractor.conf | |
| edu.washington.cs.knowitall.nlp |
| Modifier and Type | Method and Description |
|---|---|
static List<ChunkedSentenceToken> |
PatternExtractor.getChunkedSentenceFromPred(ChunkedExtraction extr) |
static List<ChunkedSentenceToken> |
PatternExtractor.getChunkedSentenceFromPredEnd(ChunkedExtraction extr) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PatternExtractor.matches(List<ChunkedSentenceToken> tokens,
String type,
boolean arg1) |
| Modifier and Type | Field and Description |
|---|---|
edu.washington.cs.knowitall.regex.RegularExpression<ChunkedSentenceToken> |
ReVerbFeatures.listPattern1 |
edu.washington.cs.knowitall.regex.RegularExpression<ChunkedSentenceToken> |
ReVerbFeatures.listPattern2 |
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Function<ChunkedSentenceToken,String> |
ChunkedSentenceToken.toStringFunction |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ChunkedSentenceToken.StringExpression.apply(ChunkedSentenceToken token) |
boolean |
ChunkedSentenceToken.PosTagExpression.apply(ChunkedSentenceToken token) |
boolean |
ChunkedSentenceToken.ChunkTagExpression.apply(ChunkedSentenceToken token) |
Copyright © 2010-2013 University of Washington CSE. All Rights Reserved.