Package | Description |
---|---|
org.languagetool.rules.patterns |
Modifier and Type | Method and Description |
---|---|
Match.IncludeRange |
Match.getIncludeSkipped() |
static Match.IncludeRange |
Match.IncludeRange.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Match.IncludeRange[] |
Match.IncludeRange.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Match(String posTag,
String posTagReplace,
boolean postagRegexp,
String regexMatch,
String regexReplace,
Match.CaseConversion caseConversionType,
boolean setPOS,
boolean suppressMisspelled,
Match.IncludeRange includeSkipped) |