Uses of Class
org.languagetool.chunking.ChunkTag
Packages that use ChunkTag
Package
Description
-
Uses of ChunkTag in org.languagetool
Fields in org.languagetool with type parameters of type ChunkTagMethods in org.languagetool that return types with arguments of type ChunkTagMethod parameters in org.languagetool with type arguments of type ChunkTagModifier and TypeMethodDescriptionvoidAnalyzedTokenReadings.setChunkTags(List<ChunkTag> chunkTags) -
Uses of ChunkTag in org.languagetool.chunking
Fields in org.languagetool.chunking declared as ChunkTagModifier and TypeFieldDescriptionprivate static final ChunkTagEnglishChunkFilter.BEGIN_NOUN_PHRASE_TAGprivate static final ChunkTagEnglishChunkFilter.IN_NOUN_PHRASE_TAGFields in org.languagetool.chunking with type parameters of type ChunkTagMethods in org.languagetool.chunking that return ChunkTagModifier and TypeMethodDescriptionprivate ChunkTagGermanChunker.getChunkTag(GermanChunker.RegularExpressionWithPhraseType regex, edu.washington.cs.knowitall.regex.Match<ChunkTaggedToken> match, int i) private ChunkTagRussianChunker.getChunkTag(RussianChunker.RegularExpressionWithPhraseType regex, edu.washington.cs.knowitall.regex.Match<ChunkTaggedToken> match, int i) Methods in org.languagetool.chunking that return types with arguments of type ChunkTagConstructor parameters in org.languagetool.chunking with type arguments of type ChunkTagModifierConstructorDescriptionChunkTaggedToken(String token, List<ChunkTag> chunkTags, AnalyzedTokenReadings readings) -
Uses of ChunkTag in org.languagetool.rules.de
Fields in org.languagetool.rules.de declared as ChunkTag -
Uses of ChunkTag in org.languagetool.rules.patterns
Fields in org.languagetool.rules.patterns declared as ChunkTagModifier and TypeFieldDescriptionprivate ChunkTagPatternToken.RareFields.chunkTagprotected ChunkTagXMLRuleHandler.chunkTagMethods in org.languagetool.rules.patterns that return ChunkTagMethods in org.languagetool.rules.patterns with parameters of type ChunkTag