List of usage examples for edu.stanford.nlp.trees Tree subclass-usage
From source file reck.trees.RECKCTTreeNodeImpl.java
/** * A node in the constituent parse tree. * * @author Truc-Vien T. Nguyen */ public class RECKCTTreeNodeImpl extends Tree implements Cloneable, Serializable {
From source file reck.trees.RECKDPTreeNodeImpl.java
/**
* A class extending the <code>Tree</code> class,
* representing a node in the dependency parse tree.
*
* @author Truc-Vien T. Nguyen
*/