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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addChunkTags(java.util.List<AnalyzedTokenReadings> sentenceTokenReadings)
-
-
-
Method Detail
-
addChunkTags
void addChunkTags(java.util.List<AnalyzedTokenReadings> sentenceTokenReadings)
- Parameters:
sentenceTokenReadings
- the analyzed tokens of one sentence
-
-