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