Class LemmatizerEvaluator

    • Method Detail

      • getWordAccuracy

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

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

        public String toString()
        Returns this object's human-readable String representation.
        Overrides:
        toString in class Object