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

add string matching to reduce the need of answering repetitive queries #3

Open
ashwinair opened this issue Jun 13, 2022 · 0 comments
Open

Comments

@ashwinair
Copy link
Owner

add string matching in C++ using the Levenshtein Distance with the help of rapidFuzz
to match the query in the database and output answers related to the user query. It will help reduce the redundancy of answering the same questions.

@ashwinair ashwinair changed the title add string matching to take input and output answer realted to their query add string matching to reduce the need of answering repetitive queries Jul 27, 2022
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