Interface Chunker

All Known Implementing Classes:
NoopChunker

public interface Chunker
Assign chunks (i.e. phrases) like noun phrases or verb phrases to the tokens of the text.
Since:
2.3
  • Method Details

    • addChunkTags

      void addChunkTags(List<AnalyzedTokenReadings> sentenceTokenReadings)
      Parameters:
      sentenceTokenReadings - the analyzed tokens of one sentence