Open takahi-i opened 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>
I would like to specify the groups of validators. For example some validators are for checking length others for spelling variations.