Open takahi-i opened 10 years ago
This issue should be try after #144, since the code is refactored with the issue.
Another option is use YAML.
validation-list:
- sentence_length max_length=200"/>
- invalid_character
- space_with_symbol
- section_length
- max_char_num=2000
- max_paragraph_number
character-table:
- name: EXCLAMATION_MARK
value: "!"
invalid-chars: "!"
after-space: "true"
- name: "LEFT_QUOTATION_MARK"
value: "\'"
invalid-chars: "“"
before-space: "true"
One idea is to merge the all the validator config files (dv-conf,.xml, validator-conf.xml, character-table.xml) int one. Another idea is remove property block and add the information as the properties of validator component.