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
您好,我看到思路里面的第二步是:根据识别到的实体,通过es接口找到可能的候选关系的列表。这是es的查询条件就只有从输入句子提取出来的实体,比如:姚明的女儿是谁,提取出“姚明”,那在es查询时,是查询某一列值 模糊匹配或等于 “姚明”,就返回top100吗?那如果“女儿”的这个关系排在top101呢? es的查询限制条件是否有点少?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
您好,我看到思路里面的第二步是:根据识别到的实体,通过es接口找到可能的候选关系的列表。这是es的查询条件就只有从输入句子提取出来的实体,比如:姚明的女儿是谁,提取出“姚明”,那在es查询时,是查询某一列值 模糊匹配或等于 “姚明”,就返回top100吗?那如果“女儿”的这个关系排在top101呢? es的查询限制条件是否有点少?
The text was updated successfully, but these errors were encountered: