Package org.languagetool.chunking
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 Summary
Modifier and TypeMethodDescriptionvoid
addChunkTags
(List<AnalyzedTokenReadings> sentenceTokenReadings)
-
Method Details
-
addChunkTags
- Parameters:
sentenceTokenReadings
- the analyzed tokens of one sentence
-