com.hankcs.hanlp.corpus.dependency.CoNll
类 Evaluator

java.lang.Object
  继承者 com.hankcs.hanlp.corpus.dependency.CoNll.Evaluator

public class Evaluator
extends Object

测试工具

作者:
hankcs

构造方法摘要
Evaluator()
           
 
方法摘要
 void e(CoNLLSentence right, CoNLLSentence test)
           
 float getDA()
           
 float getLA()
           
 float getUA()
           
 String toString()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

Evaluator

public Evaluator()
方法详细信息

e

public void e(CoNLLSentence right,
              CoNLLSentence test)

getUA

public float getUA()

getLA

public float getLA()

getDA

public float getDA()

toString

public String toString()
覆盖:
Object 中的 toString


Copyright © 2014–2015 码农场. All rights reserved.