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
提问题时,请尊重我!把必要的信息,什么环境,输入具体什么文本,运行什么函数讲清楚! 不要甩一句话,说的不清不楚,我无从定位,浪费时间。这样的提单我将直接close。
描述(Description)
描述你遇到了什么问题(Please describe your issue here)
版本(Version): python 版本: 3.10 jionlp 版本: 1.5.15
jionlp的调用代码与输入文本(Code & Text): import jionlp as jio res =jio.parse_location("朝阳",town_village=False) print(res)
期望结果:{ 'province': '辽宁省', 'city': '朝阳市'} 实际结果:{ 'province': None, 'city': None}
The text was updated successfully, but these errors were encountered:
在china_location.txt文件中,朝阳是存在的,并且就是指向朝阳市的,不知道为什么没有匹配上?
Sorry, something went wrong.
因为朝阳还可能是北京市朝阳区,在没有更过其他信息的情况下,没法推断到底是哪个
No branches or pull requests
提问题时,请尊重我!把必要的信息,什么环境,输入具体什么文本,运行什么函数讲清楚!
不要甩一句话,说的不清不楚,我无从定位,浪费时间。这样的提单我将直接close。
描述(Description)
版本(Version):
python 版本: 3.10
jionlp 版本: 1.5.15
jionlp的调用代码与输入文本(Code & Text):
import jionlp as jio
res =jio.parse_location("朝阳",town_village=False)
print(res)
期望结果:{ 'province': '辽宁省', 'city': '朝阳市'}
实际结果:{ 'province': None, 'city': None}
The text was updated successfully, but these errors were encountered: