Methods
| Modifier and Type |
Method and Description |
boolean |
adjRelation(ChunkedExtraction extr) |
boolean |
appClause(ChunkedExtraction extr,
int current) |
boolean |
complementClause(ChunkedExtraction extr) |
boolean |
compoundVerb(ChunkedExtraction extr) |
boolean |
doubleNP(ChunkedExtraction extr) |
boolean |
findSubj(ChunkedExtraction extr,
int i) |
boolean |
getCapitalized(ChunkedExtraction extr,
int current) |
static List<ChunkedSentenceToken> |
getChunkedSentenceFromPred(ChunkedExtraction extr) |
static List<ChunkedSentenceToken> |
getChunkedSentenceFromPredEnd(ChunkedExtraction extr) |
boolean |
getInterveningConj(ChunkedExtraction extr,
int current) |
int |
getInterveningNPCount(ChunkedExtraction extr,
int k) |
int |
getNPCountBefore(ChunkedExtraction extr,
int current) |
static int |
getNPToEndCount(ChunkedExtraction extr,
int current) |
int |
getPunctuationCount(ChunkedExtraction extr,
int current) |
boolean |
ifClause(ChunkedExtraction extr) |
boolean |
infinitiveClause(ChunkedExtraction extr) |
static boolean |
inNPList(ChunkedExtraction extr,
int current) |
static boolean |
inPPList(ChunkedExtraction extr,
int current) |
boolean |
matches(List<ChunkedSentenceToken> tokens,
String type,
boolean arg1) |
boolean |
matchesAppositiveClause(ChunkedExtraction extr,
int current) |
boolean |
matchesAppositiveClause2(ChunkedExtraction extr,
int current) |
boolean |
matchesAppositiveStrict(ChunkedExtraction extr) |
boolean |
matchesCommaBeforeVerb(ChunkedExtraction extr) |
boolean |
matchesList(ChunkedExtraction extr,
int argend,
int current) |
boolean |
matchesListStrict(ChunkedExtraction extr) |
boolean |
matchesNPList(ChunkedExtraction extr) |
boolean |
matchesNPVerb(ChunkedExtraction extr) |
boolean |
matchesObj(ChunkedExtraction extr,
int current) |
boolean |
matchesPPBeforeVerb(ChunkedExtraction extr) |
boolean |
matchesQuotes(ChunkedExtraction extr) |
boolean |
matchesRelativeClause(ChunkedExtraction extr,
int argend) |
boolean |
matchesStatement(ChunkedExtraction extr) |
boolean |
matchesToVerb(ChunkedExtraction extr,
boolean debug) |
boolean |
matchesVerbConjSimple(ChunkedExtraction extr,
int current) |
boolean |
nestedRelation1(ChunkedExtraction extr) |
boolean |
nestedRelation2(ChunkedExtraction extr) |
boolean |
nextIsDash(ChunkedExtraction extr,
int current) |
static boolean |
nextisNP(ChunkedExtraction extr,
int current) |
static boolean |
nextIsPP(ChunkedExtraction extr,
int current) |
boolean |
nextIsThat(ChunkedExtraction extr,
int current) |
static boolean |
nextIsVP(ChunkedExtraction extr,
int current) |
boolean |
nextNPWhich(ChunkedExtraction extr,
int current) |
boolean |
npInfinitiveClause(ChunkedExtraction extr) |
boolean |
npRelativeClause(ChunkedExtraction extr) |
boolean |
objNestedClause(ChunkedExtraction extr) |
static boolean |
previousIsOf(ChunkedExtraction extr,
int current) |
boolean |
prevStop(ChunkedExtraction extr,
int current) |
boolean |
quotesSubj(ChunkedExtraction extr,
int i) |
boolean |
relClause(ChunkedExtraction extr,
int current) |
boolean |
relSubj(ChunkedExtraction extr,
int i) |
boolean |
simpleSubj(ChunkedExtraction extr,
int i) |
boolean |
startsList(ChunkedExtraction extr) |
boolean |
vbgIsNext(ChunkedExtraction extr,
int current) |
boolean |
vpStartsWithTo(ChunkedExtraction extr,
int current) |
boolean |
wordAfterIsVP(ChunkedExtraction extr,
int current) |
boolean |
wordBeforeIsVP(ChunkedExtraction extr,
int current) |
boolean |
wordBeforePredIsConj(ChunkedExtraction extr,
int current) |