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. REGEXES1
private static java.util.List<GermanChunker.RegularExpressionWithPhraseType>
GermanChunker. REGEXES2
Methods in org.languagetool.chunking that return GermanChunker.RegularExpressionWithPhraseType Modifier and Type Method Description private static GermanChunker.RegularExpressionWithPhraseType
GermanChunker. build(java.lang.String expr, GermanChunker.PhraseType phraseType)
private static GermanChunker.RegularExpressionWithPhraseType
GermanChunker. 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 void
GermanChunker. apply(GermanChunker.RegularExpressionWithPhraseType regex, java.util.List<ChunkTaggedToken> tokens)
private GermanChunker.AffectedSpans
GermanChunker. doApplyRegex(GermanChunker.RegularExpressionWithPhraseType regex, java.util.List<ChunkTaggedToken> tokens)
private org.languagetool.chunking.ChunkTag
GermanChunker. getChunkTag(GermanChunker.RegularExpressionWithPhraseType regex, edu.washington.cs.knowitall.regex.Match<ChunkTaggedToken> match, int i)
private void
GermanChunker. printDebugInfo(GermanChunker.RegularExpressionWithPhraseType regex, GermanChunker.AffectedSpans affectedSpans, java.lang.String debug)
-