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.REGEXES1
private static final List
<GermanChunker.RegularExpressionWithPhraseType> GermanChunker.REGEXES2
Methods in org.languagetool.chunking that return GermanChunker.RegularExpressionWithPhraseTypeModifier and TypeMethodDescriptionprivate static GermanChunker.RegularExpressionWithPhraseType
GermanChunker.build
(String expr, GermanChunker.PhraseType phraseType) private static GermanChunker.RegularExpressionWithPhraseType
GermanChunker.build
(String expr, GermanChunker.PhraseType phraseType, boolean overwrite) Methods in org.languagetool.chunking with parameters of type GermanChunker.RegularExpressionWithPhraseTypeModifier and TypeMethodDescriptionprivate void
GermanChunker.apply
(GermanChunker.RegularExpressionWithPhraseType regex, List<ChunkTaggedToken> tokens) private GermanChunker.AffectedSpans
GermanChunker.doApplyRegex
(GermanChunker.RegularExpressionWithPhraseType regex, 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, String debug)