org.languagetool.rules.ru
Class RussianCompoundRule

java.lang.Object
  extended by org.languagetool.rules.Rule
      extended by org.languagetool.rules.AbstractCompoundRule
          extended by org.languagetool.rules.ru.RussianCompoundRule

public class RussianCompoundRule
extends AbstractCompoundRule

Checks that compounds (if in the list) are not written as separate words. Russian compounds rule.

Author:
Yakov Reztsov Based on German compounds rule., Daniel Naber

Field Summary
 
Fields inherited from class org.languagetool.rules.Rule
messages
 
Constructor Summary
RussianCompoundRule(ResourceBundle messages)
           
 
Method Summary
 String getDescription()
           
 String getId()
           
 
Methods inherited from class org.languagetool.rules.AbstractCompoundRule
isHyphenIgnored, match, reset, setHyphenIgnored, setShort
 
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
 

Constructor Detail

RussianCompoundRule

public RussianCompoundRule(ResourceBundle messages)
                    throws IOException
Throws:
IOException
Method Detail

getId

public String getId()
Specified by:
getId in class AbstractCompoundRule

getDescription

public String getDescription()
Specified by:
getDescription in class AbstractCompoundRule


Copyright © 2013. All Rights Reserved.