Uses of Class
org.languagetool.chunking.GermanChunker.AffectedSpans
-
Packages that use GermanChunker.AffectedSpans Package Description org.languagetool.chunking -
-
Uses of GermanChunker.AffectedSpans in org.languagetool.chunking
Methods in org.languagetool.chunking that return GermanChunker.AffectedSpans Modifier and Type Method Description private GermanChunker.AffectedSpansGermanChunker. doApplyRegex(GermanChunker.RegularExpressionWithPhraseType regex, java.util.List<ChunkTaggedToken> tokens)Methods in org.languagetool.chunking with parameters of type GermanChunker.AffectedSpans Modifier and Type Method Description private voidGermanChunker. printDebugInfo(GermanChunker.RegularExpressionWithPhraseType regex, GermanChunker.AffectedSpans affectedSpans, java.lang.String debug)
-