clearProcessedSentences method

void clearProcessedSentences()

Clears all processed sentences.

Implementation

void clearProcessedSentences() {
  _processedSentences.clear();
  _notifySentencesChanged();
}