Class POSEvaluator


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

  • Method Details

    • getWordAccuracy

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

      public long getWordCount()
      Returns:
      Retrieves the total number of words considered in the evaluation.
    • toString

      public String toString()
      Represents this object as human-readable String.
      Overrides:
      toString in class Object