Package com.clearnlp.component.evaluation

Examples of com.clearnlp.component.evaluation.SRLEval


  }
 
  /** Constructs a semantic role labeler for developing. */
  public AbstractSRLabeler(JointFtrXml[] xmls, StringModel[] models, Object[] lexica)
  {
    super(xmls, models, lexica, new SRLEval());
  }
View Full Code Here


  }
 
  /** Constructs a semantic role labeler for developing. */
  public AbstractSRLabeler(JointFtrXml[] xmls, StringModel[] models, Object[] lexica)
  {
    super(xmls, models, lexica, new SRLEval());
  }
View Full Code Here

TOP

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

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.