Uses of Class
org.languagetool.chunking.GermanChunker.PhraseType
-
Packages that use GermanChunker.PhraseType Package Description org.languagetool.chunking -
-
Uses of GermanChunker.PhraseType in org.languagetool.chunking
Fields in org.languagetool.chunking declared as GermanChunker.PhraseType Modifier and Type Field Description (package private) GermanChunker.PhraseType
GermanChunker.RegularExpressionWithPhraseType. phraseType
Methods in org.languagetool.chunking that return GermanChunker.PhraseType Modifier and Type Method Description static GermanChunker.PhraseType
GermanChunker.PhraseType. valueOf(java.lang.String name)
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.PhraseType Modifier and Type Method Description private static GermanChunker.RegularExpressionWithPhraseType
GermanChunker. build(java.lang.String expr, GermanChunker.PhraseType phraseType)
private static GermanChunker.RegularExpressionWithPhraseType
GermanChunker. build(java.lang.String expr, GermanChunker.PhraseType phraseType, boolean overwrite)
Constructors in org.languagetool.chunking with parameters of type GermanChunker.PhraseType Constructor Description RegularExpressionWithPhraseType(edu.washington.cs.knowitall.regex.RegularExpression<ChunkTaggedToken> expression, GermanChunker.PhraseType phraseType, boolean overwrite)
-