All Downloads are FREE. Search and download functionalities are using the official Maven repository.

edu.stanford.nlp.trees.TreebankFactory Maven / Gradle / Ivy

package edu.stanford.nlp.trees;

/**
 * An interface for treebank vendors.
 *
 * @author Roger Levy
 */
public interface TreebankFactory {

  /**
   * Returns a treebank instance
   */
  public Treebank treebank();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy