Skip to content
New issue

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

dblp模糊搜索造成的问题 #109

Open
lovelxc opened this issue Nov 8, 2024 · 0 comments
Open

dblp模糊搜索造成的问题 #109

lovelxc opened this issue Nov 8, 2024 · 0 comments

Comments

@lovelxc
Copy link
Contributor

lovelxc commented Nov 8, 2024

#99 (comment)
由于brain network transformer这篇文章产生的查询字符串https://dblp.org/search/publ/api?q=Brain%20network%20transformer%20%20author%3AKan%20year:2022&format=json&app=CCFrank4dblp_4.4.1的结果有三条,而第一条的标题确实"Transformer-Based Hierarchical Clustering for Brain Network Analysis (Extended Abstract).",到了第二条的标题才是"Brain Network Transformer."。
解决方法有两种:

  1. 暴力匹配每个结果的title与所查询的title是否完全一致
  2. 采用某种字符串(文本)相似性度量算法进行分数计算,分数高的则为真正的结果
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant