Examples of MorfologikSlovakSpellerRule


Examples of org.languagetool.rules.sk.MorfologikSlovakSpellerRule

            new UppercaseSentenceStartRule(messages, this),
            new WordRepeatRule(messages, this),
            new MultipleWhitespaceRule(messages, this),
            // specific to Slovak:
            new CompoundRule(messages),
            new MorfologikSlovakSpellerRule(messages, this)
            //new SlovakVesRule(messages)
    );
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.