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

Match description by similarity #2

Open
mr-eyes opened this issue Apr 21, 2019 · 0 comments
Open

Match description by similarity #2

mr-eyes opened this issue Apr 21, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@mr-eyes
Copy link
Owner

mr-eyes commented Apr 21, 2019

Genes description matching could be enhanced by using string similarity.

Ex:

from difflib import SequenceMatcher
def similar(a, b):
    return SequenceMatcher(None, a, b).ratio()
@mr-eyes mr-eyes added the enhancement New feature or request label Apr 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant