We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
”三四十万“会被理解为”三四 十万“,这种问题应该怎么修改优化呢?
invnormalizer.normalize("需要三四万") char { value: "需" } char { value: "要" } cardinal { value: "34万" } '需要34万' invnormalizer.normalize("需要三四十万") char { value: "需" } char { value: "要" } cardinal { value: "34 100000" } '需要34 100000'
The text was updated successfully, but these errors were encountered:
还有像整数+约数范围,有时候也会出错,比如:
invnormalizer.normalize("需要一万六七") char { value: "需" } char { value: "要" } cardinal { value: "10000 67" } '需要10000 67'
Sorry, something went wrong.
#234 修好了
可以了,非常感谢!
Successfully merging a pull request may close this issue.
”三四十万“会被理解为”三四 十万“,这种问题应该怎么修改优化呢?
The text was updated successfully, but these errors were encountered: