new MultipleWhitespaceRule(messages, this),
new GenericUnpairedBracketsRule(messages, this),
new WordRepeatRule(messages, this),
// specific to Romanian:
new MorfologikRomanianSpellerRule(messages, this),
new RomanianWordRepeatBeginningRule(messages, this),
new SimpleReplaceRule(messages),
new CompoundRule(messages)
);
}