new GenericUnpairedBracketsRule(messages, this),
new UppercaseSentenceStartRule(messages, this),
new MorfologikDutchSpellerRule(messages, this),
new MultipleWhitespaceRule(messages, this),
new CompoundRule(messages),
new DutchWrongWordInContextRule(messages),
new SimpleReplaceRule(messages)
);
}