Recognizers-Text icon indicating copy to clipboard operation
Recognizers-Text copied to clipboard

Trying to Fix Issue #2664

Open 17000cyh opened this issue 4 years ago • 1 comments

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.

17000cyh avatar Oct 20 '21 11:10 17000cyh

CLA assistant check
All CLA requirements met.