redpen-cc / redpen

RedPen is an open source proofreading tool to check if your technical documents meet the writing standard. RedPen supports various markup text formats (Markdown, Textile, AsciiDoc, Re:VIEW, reStructuredText and LaTeX).
https://redpen.cc
Apache License 2.0
567 stars 74 forks source link

Types of Validators #802

Open takahi-i opened 7 years ago

takahi-i commented 7 years ago

I would like to specify the groups of validators. For example some validators are for checking length others for spelling variations.

<redpen-conf lang="en">
    <validators>
        <validator name="InvalidSymbol" type="symbols"/>
        <validator name="Spelling" type="spelling"/>
        <validator name="Hyphenation" type="symbol" />
        <validator name="NumberFormat" type="symbol" />
    </validators>
</redpen-conf>