Uses of Enum Class
org.languagetool.chunking.RussianChunker.PhraseType
Packages that use RussianChunker.PhraseType
-
Uses of RussianChunker.PhraseType in org.languagetool.chunking
Fields in org.languagetool.chunking declared as RussianChunker.PhraseTypeModifier and TypeFieldDescription(package private) final RussianChunker.PhraseTypeRussianChunker.RegularExpressionWithPhraseType.phraseTypeMethods in org.languagetool.chunking that return RussianChunker.PhraseTypeModifier and TypeMethodDescriptionstatic RussianChunker.PhraseTypeReturns the enum constant of this class with the specified name.static RussianChunker.PhraseType[]RussianChunker.PhraseType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.languagetool.chunking with parameters of type RussianChunker.PhraseTypeModifier and TypeMethodDescriptionprivate static RussianChunker.RegularExpressionWithPhraseTypeRussianChunker.build(String expr, RussianChunker.PhraseType phraseType) private static RussianChunker.RegularExpressionWithPhraseTypeRussianChunker.build(String expr, RussianChunker.PhraseType phraseType, boolean overwrite) Constructors in org.languagetool.chunking with parameters of type RussianChunker.PhraseTypeModifierConstructorDescription(package private)RegularExpressionWithPhraseType(edu.washington.cs.knowitall.regex.RegularExpression<ChunkTaggedToken> expression, RussianChunker.PhraseType phraseType, boolean overwrite)