org.languagetool.rules.sk
Class CompoundRule
java.lang.Object
org.languagetool.rules.Rule
org.languagetool.rules.AbstractCompoundRule
org.languagetool.rules.sk.CompoundRule
public final class CompoundRule
- extends AbstractCompoundRule
Checks that compounds (if in the list) are not written as separate words.
- Author:
- Zdenko Podobný based on code by Marcin Miłkowski, Daniel Naber
| Fields inherited from class org.languagetool.rules.Rule |
messages |
| Methods inherited from class org.languagetool.rules.Rule |
addRuleMatch, clearMatches, getCategory, getCorrectExamples, getIncorrectExamples, getLocQualityIssueType, getMatches, getMatchesIndex, getUrl, isDefaultOff, isInMatches, isInRemoved, isParagraphBackTrack, isSpellingRule, setAsDeleted, setCategory, setCorrectExamples, setDefaultOff, setIncorrectExamples, setLocQualityIssueType, setParagraphBackTrack, setUrl, supportsLanguage, toRuleMatchArray |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompoundRule
public CompoundRule(ResourceBundle messages)
throws IOException
- Throws:
IOException
getId
public final String getId()
- Specified by:
getId in class AbstractCompoundRule
getDescription
public final String getDescription()
- Specified by:
getDescription in class AbstractCompoundRule
Copyright © 2013. All Rights Reserved.