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

Improve gene name matching #55

Open
gaurav opened this issue Mar 23, 2020 · 0 comments
Open

Improve gene name matching #55

gaurav opened this issue Mar 23, 2020 · 0 comments

Comments

@gaurav
Copy link
Collaborator

gaurav commented Mar 23, 2020

Some genes (e.g. "SET", "KIT") are being matched to the English words (i.e. "set" and "kit") rather than to the gene. We need to improve this somewhat. Some possibilities:

  • Can we ensure that the text is treated case-sensitively? I suspect it's being matching in a case-insensitive fashion right now.
  • Can we use a library or dataset to look up gene names in the text separately from the SciGraph extraction? We'll get more false positives, but this might be useful.
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