|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.stanford.nlp.trees.tregex.tsurgeon.TsurgeonPattern
edu.stanford.nlp.trees.tregex.tsurgeon.CoindexNodes
public class CoindexNodes
Constructor Summary | |
---|---|
CoindexNodes(TsurgeonPattern[] children)
|
Method Summary | |
---|---|
Tree |
evaluate(Tree t,
TregexMatcher m)
Evaluates the pattern against a Tree and a TregexMatcher
that has been successfully matched against the tree. |
Methods inherited from class edu.stanford.nlp.trees.tregex.tsurgeon.TsurgeonPattern |
---|
setRoot, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CoindexNodes(TsurgeonPattern[] children)
Method Detail |
---|
public Tree evaluate(Tree t, TregexMatcher m)
TsurgeonPattern
Tree
and a TregexMatcher
that has been successfully matched against the tree.
evaluate
in class TsurgeonPattern
t
- the Tree
that has been matched upon; typically this tree will be destructively modified.m
- the successfully matched TregexMatcher
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |