public class Tdiff extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
static Set<Constituent> |
markDiff(Tree t1,
Tree t2)
Marks bracketings in t2 not in t1 using the DoAnnotation field.
|
public static Set<Constituent> markDiff(Tree t1, Tree t2)
t1 - t2 - public static void main(String[] args)
args -