HasTrace.java :  » Natural-Language-Processing » Stanford-Parser » edu » stanford » nlp » movetrees » Java Open Source

Java Open Source » Natural Language Processing » Stanford Parser 
Stanford Parser » edu » stanford » nlp » movetrees » HasTrace.java
package edu.stanford.nlp.movetrees;

import edu.stanford.nlp.trees.Tree;

interface HasTrace {

  public Tree traceTo();

}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.