Example #1
0
 // chop up the validation instances into local contexts and pass them on to the local scorer.
 public void validate(List<TaggedSentence> taggedSentences) {
   localTrigramScorer.validate(extractLabeledLocalTrigramContexts(taggedSentences));
 }