// 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:
new SimpleReplaceRule(messages),
new TokenAgreementRule(messages)
);
}