Uses of Enum
org.languagetool.chunking.GermanChunker.PhraseType
Packages that use GermanChunker.PhraseType
-
Uses of GermanChunker.PhraseType in org.languagetool.chunking
Fields in org.languagetool.chunking declared as GermanChunker.PhraseTypeModifier and TypeFieldDescription(package private) final GermanChunker.PhraseType
GermanChunker.RegularExpressionWithPhraseType.phraseType
Methods in org.languagetool.chunking that return GermanChunker.PhraseTypeModifier and TypeMethodDescriptionstatic GermanChunker.PhraseType
Returns the enum constant of this type with the specified name.static GermanChunker.PhraseType[]
GermanChunker.PhraseType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.languagetool.chunking with parameters of type GermanChunker.PhraseTypeModifier 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) Constructors in org.languagetool.chunking with parameters of type GermanChunker.PhraseTypeModifierConstructorDescription(package private)
RegularExpressionWithPhraseType
(edu.washington.cs.knowitall.regex.RegularExpression<ChunkTaggedToken> expression, GermanChunker.PhraseType phraseType, boolean overwrite)