Package edu.stanford.nlp.parser.metrics

Examples of edu.stanford.nlp.parser.metrics.Eval


  public Query process(List<? extends HasWord> sentence) {
    return new Query();
  }

  public List<Eval> getEvals() {
    Eval eval = new UnknownWordPrinter(model);
    return Collections.singletonList(eval);
  }
View Full Code Here

TOP

Related Classes of edu.stanford.nlp.parser.metrics.Eval

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.