计数单位解析器(Counting Unit Parser),是基于Python编写的关于计量单位的识别计算库。
pip install cuparser
import cuparser
result = cuparser.parse("8.88万")
print(result)
- 邮箱:1194542196@qq.com
- 欢迎一起交流完善。
| Name | Name | Last commit date | ||
|---|---|---|---|---|
计数单位解析器(Counting Unit Parser),是基于Python编写的关于计量单位的识别计算库。
pip install cuparser
import cuparser
result = cuparser.parse("8.88万")
print(result)