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
calc_pr.py里面的loc_file是什么文件?文件路径是什么?
The text was updated successfully, but these errors were encountered:
你好!loc_file是一份地点类字典,主要是为了辅助地点类实体的评估,如句子“小明的出生地是北京市海淀区“,则抽取出”出生地“是”北京市海淀区”或“北京市”或“海淀区”都是正确的,字典中存了地点类实体的等价映射。为了数据安全,这个字典和同名词典类似不公布,loc_file和alias_file都是可选参数
Sorry, something went wrong.
非常感谢
No branches or pull requests
calc_pr.py里面的loc_file是什么文件?文件路径是什么?
The text was updated successfully, but these errors were encountered: