Uses of Class
org.languagetool.chunking.GermanChunker.RegularExpressionWithPhraseType
-
Packages that use GermanChunker.RegularExpressionWithPhraseType Package Description org.languagetool.chunking -
-
Uses of GermanChunker.RegularExpressionWithPhraseType in org.languagetool.chunking
Fields in org.languagetool.chunking with type parameters of type GermanChunker.RegularExpressionWithPhraseType Modifier and Type Field Description private static java.util.List<GermanChunker.RegularExpressionWithPhraseType>GermanChunker. REGEXES1private static java.util.List<GermanChunker.RegularExpressionWithPhraseType>GermanChunker. REGEXES2Methods in org.languagetool.chunking that return GermanChunker.RegularExpressionWithPhraseType Modifier and Type Method Description private static GermanChunker.RegularExpressionWithPhraseTypeGermanChunker. build(java.lang.String expr, GermanChunker.PhraseType phraseType)private static GermanChunker.RegularExpressionWithPhraseTypeGermanChunker. build(java.lang.String expr, GermanChunker.PhraseType phraseType, boolean overwrite)Methods in org.languagetool.chunking with parameters of type GermanChunker.RegularExpressionWithPhraseType Modifier and Type Method Description private voidGermanChunker. apply(GermanChunker.RegularExpressionWithPhraseType regex, java.util.List<ChunkTaggedToken> tokens)private GermanChunker.AffectedSpansGermanChunker. doApplyRegex(GermanChunker.RegularExpressionWithPhraseType regex, java.util.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, java.lang.String debug)
-