edu.stanford.nlp.parser
Class Tdiff

java.lang.Object
  |
  +--edu.stanford.nlp.parser.Tdiff

public class Tdiff
extends Object


Constructor Summary
Tdiff()
           
 
Method Summary
static String diffString(Tree t1, Tree t2)
           
static void main(String[] args)
           
static void printDiff(Tree t1, Tree t2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tdiff

public Tdiff()
Method Detail

diffString

public static String diffString(Tree t1,
                                Tree t2)

printDiff

public static void printDiff(Tree t1,
                             Tree t2)

main

public static void main(String[] args)
                 throws FileNotFoundException,
                        IOException
FileNotFoundException
IOException


Stanford NLP Group