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
Fields in org.languagetool with type parameters of type ChunkTag Modifier and Type Field Description private java.util.List<ChunkTag>AnalyzedTokenReadings. chunkTagsMethods in org.languagetool that return types with arguments of type ChunkTag Modifier and Type Method Description java.util.List<ChunkTag>AnalyzedTokenReadings. getChunkTags()Method parameters in org.languagetool with type arguments of type ChunkTag Modifier and Type Method Description voidAnalyzedTokenReadings. setChunkTags(java.util.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 private ChunkTagPatternToken. chunkTagprotected ChunkTagXMLRuleHandler. chunkTagMethods in org.languagetool.rules.patterns that return ChunkTag Modifier and Type Method Description @Nullable ChunkTagPatternToken. getChunkTag()Methods in org.languagetool.rules.patterns with parameters of type ChunkTag Modifier and Type Method Description voidPatternToken. setChunkTag(ChunkTag chunkTag)
-