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