예제 #1
0
 /**
  * Retrieves the number of words which where validated over all iterations. The result is the
  * amount of folds multiplied by the total number of words.
  *
  * @return the word count
  */
 public long getWordCount() {
   return wordAccuracy.count();
 }