Uses of Class
org.languagetool.chunking.ChunkTag
-
Packages that use ChunkTag Package Description org.languagetool org.languagetool.rules.patterns -
-
Uses of ChunkTag in org.languagetool
Methods in org.languagetool that return types with arguments of type ChunkTag Modifier and Type Method Description List<ChunkTag>
AnalyzedTokenReadings. getChunkTags()
Method parameters in org.languagetool with type arguments of type ChunkTag Modifier and Type Method Description void
AnalyzedTokenReadings. setChunkTags(List<ChunkTag> chunkTags)
-
Uses of ChunkTag in org.languagetool.rules.patterns
Fields in org.languagetool.rules.patterns declared as ChunkTag Modifier and Type Field Description protected ChunkTag
XMLRuleHandler. chunkTag
Methods in org.languagetool.rules.patterns that return ChunkTag Modifier and Type Method Description @Nullable ChunkTag
PatternToken. getChunkTag()
Methods in org.languagetool.rules.patterns with parameters of type ChunkTag Modifier and Type Method Description void
PatternToken. setChunkTag(ChunkTag chunkTag)
-