Uses of Enum
org.languagetool.chunking.GermanChunker.PhraseType
Packages that use GermanChunker.PhraseType
-
Uses of GermanChunker.PhraseType in org.languagetool.chunking
Subclasses with type arguments of type GermanChunker.PhraseType in org.languagetool.chunkingFields in org.languagetool.chunking declared as GermanChunker.PhraseTypeModifier and TypeFieldDescription(package private) final GermanChunker.PhraseTypeGermanChunker.RegularExpressionWithPhraseType.phraseTypeMethods in org.languagetool.chunking that return GermanChunker.PhraseTypeModifier and TypeMethodDescriptionstatic GermanChunker.PhraseTypeReturns 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.RegularExpressionWithPhraseTypeGermanChunker.build(String expr, GermanChunker.PhraseType phraseType) private static GermanChunker.RegularExpressionWithPhraseTypeGermanChunker.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)