Package org.languagetool.rules.pt
Class PortugueseAccentuationCheckRule
java.lang.Object
org.languagetool.rules.Rule
org.languagetool.rules.pt.PortugueseAccentuationCheckRule
This rule checks if a word without graphical accent and with a verb POS tag
should be a noun or an adjective with graphical accent. It uses two lists of
word pairs: verb-noun and verb-adjective.
- Author:
- Jaume OrtolĂ i Font l18n by Tiago F. Santos TODO Verify all exceptions that apply to Portuguese FIXME Convert all chunking tags to the ones used in Portuguese
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.languagetool.rules.Rule
addExamplePair, addTags, addToneTags, cacheAntiPatterns, estimateContextForSureMatch, getAntiPatterns, getCategory, getCorrectExamples, getDistanceTokens, getErrorTriggeringExamples, getFullId, getIncorrectExamples, getLocQualityIssueType, getMinPrevMatches, getPriority, getRuleOptions, getSentenceWithImmunization, getSourceFile, getSubId, getTags, getToneTags, getUrl, hasTag, hasToneTag, isDefaultOff, isDefaultTempOff, isDictionaryBasedSpellingRule, isGoalSpecific, isIncludedInHiddenMatches, isOfficeDefaultOff, isOfficeDefaultOn, isPremium, makeAntiPatterns, setCategory, setCorrectExamples, setDefaultOff, setDefaultOn, setDefaultTempOff, setDistanceTokens, setErrorTriggeringExamples, setExamplePair, setGoalSpecific, setIncludedInHiddenMatches, setIncorrectExamples, setLocQualityIssueType, setMinPrevMatches, setOfficeDefaultOff, setOfficeDefaultOn, setPremium, setPriority, setTags, setToneTags, setUrl, supportsLanguage, toRuleMatchArray, useInOffice
-
Constructor Details
-
PortugueseAccentuationCheckRule
- Throws:
IOException
-
-
Method Details