new DoublePunctuationRule(messages),
new GenericUnpairedBracketsRule(messages, this),
new UppercaseSentenceStartRule(messages, this),
new MultipleWhitespaceRule(messages, this),
// specific to Tagalog:
new MorfologikTagalogSpellerRule(messages, this)
);
}