Package org.languagetool.rules.uk

Examples of org.languagetool.rules.uk.MorfologikUkrainianSpellerRule


  public List<Rule> getRelevantRules(ResourceBundle messages) throws IOException {
    return Arrays.asList(
        new CommaWhitespaceRule(messages),
        // TODO: does not handle !.. and ?..
        //            new DoublePunctuationRule(messages),
        new MorfologikUkrainianSpellerRule(messages, this),
        new MixedAlphabetsRule(messages),
        // TODO: does not handle dot in abbreviations in the middle of the sentence, and also !.., ?..         
        //            new UppercaseSentenceStartRule(messages),
        new MultipleWhitespaceRule(messages, this),
        // specific to Ukrainian:
View Full Code Here

TOP

Related Classes of org.languagetool.rules.uk.MorfologikUkrainianSpellerRule

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.