Uses of Class
org.languagetool.rules.patterns.AbstractPatternRule
Packages that use AbstractPatternRule
Package
Description
-
Uses of AbstractPatternRule in org.languagetool
Fields in org.languagetool with type parameters of type AbstractPatternRuleMethods in org.languagetool that return types with arguments of type AbstractPatternRuleModifier and TypeMethodDescriptionprotected List
<AbstractPatternRule> DynamicLanguage.getPatternRules()
protected List
<AbstractPatternRule> Language.getPatternRules()
Get the pattern rules as defined in the files returned byLanguage.getRuleFileNames()
.JLanguageTool.getPatternRulesByIdAndSubId
(String id, String subId) Get pattern rules by Id and SubId.JLanguageTool.loadFalseFriendRules
(String filename) Load false friend rules from an XML file.JLanguageTool.loadPatternRules
(String filename) Load pattern rules from an XML file. -
Uses of AbstractPatternRule in org.languagetool.noop
Methods in org.languagetool.noop that return types with arguments of type AbstractPatternRuleModifier and TypeMethodDescriptionprotected List
<AbstractPatternRule> NoopLanguage.getPatternRules()
-
Uses of AbstractPatternRule in org.languagetool.rules.patterns
Subclasses of AbstractPatternRule in org.languagetool.rules.patternsModifier and TypeClassDescriptionclass
A pattern rule for finding false friends.class
A Rule that describes a language error as a simple pattern of words or of part-of-speech tags.class
Matches 'regexp' elements from XML rules against sentences.Fields in org.languagetool.rules.patterns declared as AbstractPatternRuleFields in org.languagetool.rules.patterns with type parameters of type AbstractPatternRuleMethods in org.languagetool.rules.patterns that return types with arguments of type AbstractPatternRuleModifier and TypeMethodDescriptionfinal List
<AbstractPatternRule> final List
<AbstractPatternRule> FalseFriendRuleLoader.getRules
(InputStream stream, Language textLanguage, Language motherTongue) final List
<AbstractPatternRule> final List
<AbstractPatternRule> PatternRuleLoader.getRules
(InputStream is, String filename) XMLRuleHandler.getRules()
Methods in org.languagetool.rules.patterns with parameters of type AbstractPatternRuleModifier and TypeMethodDescriptionprotected void
PatternRuleHandler.prepareRule
(AbstractPatternRule rule) protected void
XMLRuleHandler.setRuleFilter
(String filterClassName, String filterArgs, AbstractPatternRule rule) Constructors in org.languagetool.rules.patterns with parameters of type AbstractPatternRuleModifierConstructorDescriptionprotected
AbstractPatternRulePerformer
(AbstractPatternRule rule, Unifier unifier) -
Uses of AbstractPatternRule in org.languagetool.rules.patterns.bitext
Fields in org.languagetool.rules.patterns.bitext declared as AbstractPatternRuleModifier and TypeFieldDescriptionprivate final AbstractPatternRule
BitextPatternRule.srcRule
private final AbstractPatternRule
BitextPatternRule.trgRule
Methods in org.languagetool.rules.patterns.bitext that return AbstractPatternRuleConstructors in org.languagetool.rules.patterns.bitext with parameters of type AbstractPatternRuleModifierConstructorDescription(package private)
-
Uses of AbstractPatternRule in org.languagetool.tagging.disambiguation.rules
Subclasses of AbstractPatternRule in org.languagetool.tagging.disambiguation.rulesModifier and TypeClassDescriptionclass
A Rule that describes a pattern of words or part-of-speech tags used for disambiguation.