Recognizers-Text
Recognizers-Text copied to clipboard
Trying to Fix Issue #2664
This code is trying to fix issue #2664. This issue was fixed in version 1.8.0. However, the modification may be not exactly correct because when people say "两百多", they always mean a number between 200 and 300, instead of a number simply more than 200. I try to fix this problem.
I solve this problem by:
1. Separate Chinese OneNumberRangeMoreRegex3 into two part and create OneNumberRangeMoreRege4
2. Register a new range number type ABOUT in NumberRangeConstants
3. Register a new parse method in Parser for parsing ABOUT type number
Please run the SimpleConsole to see an example of my modification.