| Package | Description |
|---|---|
| org.languagetool | |
| org.languagetool.chunking | |
| org.languagetool.rules.patterns |
| Modifier and Type | Method and Description |
|---|---|
List<ChunkTag> |
AnalyzedTokenReadings.getChunkTags() |
| Modifier and Type | Method and Description |
|---|---|
void |
AnalyzedTokenReadings.setChunkTags(List<ChunkTag> chunkTags) |
| Modifier and Type | Method and Description |
|---|---|
List<ChunkTag> |
ChunkTaggedToken.getChunkTags() |
| Constructor and Description |
|---|
ChunkTaggedToken(String token,
List<ChunkTag> chunkTags,
AnalyzedTokenReadings readings) |
| Modifier and Type | Field and Description |
|---|---|
protected ChunkTag |
XMLRuleHandler.chunkTag |
| Modifier and Type | Method and Description |
|---|---|
ChunkTag |
PatternToken.getChunkTag() |
| Modifier and Type | Method and Description |
|---|---|
void |
PatternToken.setChunkTag(ChunkTag chunkTag) |