Package com.clearnlp.component.evaluation

Examples of com.clearnlp.component.evaluation.DEPEval


  }
 
  /** Constructs a dependency parsing for developing. */
  public AbstractDEPParser(JointFtrXml[] xmls, StringModel[] models, Object[] lexica, double margin, int beams)
  {
    super(xmls, models, lexica, new DEPEval(), margin, beams);
  }
View Full Code Here


  }
 
  /** Constructs a dependency parsing for developing. */
  public AbstractDEPParser(JointFtrXml[] xmls, StringModel[] models, Object[] lexica, double margin, int beams)
  {
    super(xmls, models, lexica, new DEPEval(), margin, beams);
  }
View Full Code Here

  }
 
  /** Constructs a dependency parsing for developing. */
  public AbstractDEPParser(JointFtrXml[] xmls, StringModel[] models, Object[] lexica, double margin, int beams)
  {
    super(xmls, models, lexica, new DEPEval(), margin, beams);
  }
View Full Code Here

TOP

Related Classes of com.clearnlp.component.evaluation.DEPEval

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.