All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
static Set<IndexedWord> |
descendants(SemanticGraph g,
IndexedWord vertex,
List<String> allCutOffRels,
List<IndexedWord> doNotAddThese,
boolean ignoreCommonTags,
java.util.function.Function<CoreLabel,Boolean> acceptWord,
CollectionValuedMap<Integer,String> feat) |
Set<IndexedWord> |
getSemGrexPatternNodes(SemanticGraph g,
List<String> tokens,
Collection<String> outputNodes,
Collection<IntPair> outputIndices,
SemgrexPattern pattern,
boolean findSubTrees,
Collection<ExtractedPhrase> extractedPhrases,
boolean lowercase,
java.util.function.Function<CoreLabel,Boolean> acceptWord) |
void |
printMatchedGraphsForPattern(String filename,
int maxGraphsPerPattern) |
void |
printSubGraph(SemanticGraph g,
IndexedWord w,
List<String> additionalCutOffRels,
List<String> textTokens,
Collection<String> listOfOutput,
Collection<IntPair> listOfOutputIndices,
List<IndexedWord> seenNodes,
List<IndexedWord> doNotAddThese,
boolean findSubTrees,
Collection<ExtractedPhrase> extractedPhrases,
SemgrexPattern pattern,
java.util.function.Function<CoreLabel,Boolean> acceptWord) |
void |
processSentenceForType(SemanticGraph g,
List<SemgrexPattern> typePatterns,
List<String> textTokens,
Collection<String> typePhrases,
Collection<IntPair> typeIndices,
Collection<IndexedWord> typeTriggerWords,
boolean findSubTrees,
Collection<ExtractedPhrase> extractedPhrases,
boolean lowercase) |
void |
setMaxPhraseLength(int maxPhraseLength) |