|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.stanford.nlp.trees.tregex.gui.Tdiff
public class Tdiff
Extracts the differences between the sets of constituents indicated by a pair of parse trees. This class requires trees with CoreLabels.
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
|
static java.util.Set<Constituent> |
markDiff(Tree t1,
Tree t2)
Marks bracketings in t2 not in t1 using the DoAnnotation field. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.util.Set<Constituent> markDiff(Tree t1, Tree t2)
t1
- t2
-
public static void main(java.lang.String[] args)
args
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |