Skip to content

Create fuzzy grounding#157

Open
tomo-oga wants to merge 13 commits intogyorilab:masterfrom
tomo-oga:create_fuzzy_grounder
Open

Create fuzzy grounding#157
tomo-oga wants to merge 13 commits intogyorilab:masterfrom
tomo-oga:create_fuzzy_grounder

Conversation

@tomo-oga
Copy link
Copy Markdown

Fuzzy grounding using rapidfuzz library is integrated using the optional keyword fuzzy as part of api.py and grounder.py. So that it can be called on a gilda.grounder.Grounder instance:

Grounder().ground('dasatinb', fuzzy=True)
Grounder().ground_best('dasatinb', fuzzy=True)

or using the api with:

gilda.ground('dasatinb', fuzzy=True)

@tomo-oga tomo-oga marked this pull request as draft May 22, 2025 16:40
@tomo-oga tomo-oga marked this pull request as ready for review May 22, 2025 17:17
@tomo-oga tomo-oga force-pushed the create_fuzzy_grounder branch 3 times, most recently from bfaa4dd to ff10690 Compare May 28, 2025 19:50
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

Successfully merging this pull request may close these issues.

1 participant