Klasse POSEvaluator


public class POSEvaluator extends Evaluator<POSSample>
The POSEvaluator measures the performance of the given POSTagger with the provided reference samples.
  • Konstruktordetails

  • Methodendetails

    • getWordAccuracy

      public double getWordAccuracy()
      Accuracy defined as: word accuracy = correctly detected tags / total words
      Gibt zurück:
      Retrieves the mean word accuracy.
    • getWordCount

      public long getWordCount()
      Gibt zurück:
      Retrieves the total number of words considered in the evaluation.
    • toString

      public String toString()
      Represents this object as human-readable String.
      Setzt außer Kraft:
      toString in Klasse Object