| Package | Description |
|---|---|
| org.languagetool.rules.patterns | |
| org.languagetool.tagging.disambiguation.rules |
| Modifier and Type | Method and Description |
|---|---|
void |
PatternRule.setAntiPatterns(List<DisambiguationPatternRule> antiPatterns)
Set up the list of antipatterns used to immunize tokens, i.e., make them
non-matchable by the current rule.
|
| Modifier and Type | Method and Description |
|---|---|
List<DisambiguationPatternRule> |
DisambiguationRuleLoader.getRules(InputStream stream) |
protected List<DisambiguationPatternRule> |
XmlRuleDisambiguator.loadPatternRules(String filename)
Load disambiguation rules from an XML file.
|