Uses of Class
org.languagetool.chunking.GermanChunker.RegularExpressionWithPhraseType
Packages that use GermanChunker.RegularExpressionWithPhraseType
-
Uses of GermanChunker.RegularExpressionWithPhraseType in org.languagetool.chunking
Fields in org.languagetool.chunking with type parameters of type GermanChunker.RegularExpressionWithPhraseTypeModifier and TypeFieldDescriptionprivate static final List<GermanChunker.RegularExpressionWithPhraseType> GermanChunker.REGEXES1private static final List<GermanChunker.RegularExpressionWithPhraseType> GermanChunker.REGEXES2Methods in org.languagetool.chunking that return GermanChunker.RegularExpressionWithPhraseTypeModifier and TypeMethodDescriptionprivate static GermanChunker.RegularExpressionWithPhraseTypeGermanChunker.build(String expr, GermanChunker.PhraseType phraseType) private static GermanChunker.RegularExpressionWithPhraseTypeGermanChunker.build(String expr, GermanChunker.PhraseType phraseType, boolean overwrite) Methods in org.languagetool.chunking with parameters of type GermanChunker.RegularExpressionWithPhraseTypeModifier and TypeMethodDescriptionprivate voidGermanChunker.apply(GermanChunker.RegularExpressionWithPhraseType regex, List<ChunkTaggedToken> tokens) private GermanChunker.AffectedSpansGermanChunker.doApplyRegex(GermanChunker.RegularExpressionWithPhraseType regex, List<ChunkTaggedToken> tokens) private org.languagetool.chunking.ChunkTagGermanChunker.getChunkTag(GermanChunker.RegularExpressionWithPhraseType regex, edu.washington.cs.knowitall.regex.Match<ChunkTaggedToken> match, int i) private voidGermanChunker.printDebugInfo(GermanChunker.RegularExpressionWithPhraseType regex, GermanChunker.AffectedSpans affectedSpans, String debug)