-
Notifications
You must be signed in to change notification settings - Fork 2
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
Odd results in search #3
Comments
I saw something similar. It seems that its looking for "stress" and "disorder" instead of "stress disorder" . I think this a bug in the API definition: "a (urlencoded) space delimited set of keywords or substrings against which to match concept names and synonyms" Need to define how people should search for multi-string terms. |
Yes, this issue relates to knowledge beacon implementation of the /concepts API call. Perhaps we need to clarify the intended semantics of the search, that hits should be returned in order of maximum number of keyword hits. |
It would be cool to aggregate results of different NER annotators. |
Searching for stress disorder:
Note I seem to have all beacons selected:
In a distributed system we should be resilient to some beacons returning odd results. However, we still need to provide some kind of recommendations as to search behavior.
Also, we need to be able to see which beacon each search result is coming from
The text was updated successfully, but these errors were encountered: