-
Notifications
You must be signed in to change notification settings - Fork 603
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
Lack of reference to fuzzy matching. #114
Comments
Its not good idea to use flashtext with max_cost argument. We have tested
it and it is much slower than fuzzywhuzzy. For fuzzy matching, i would
recommend to use fuzzywhuzzy
…On Thu, 25 Jun 2020 at 14:47, Marko Kollo ***@***.***> wrote:
There has been a commit to add support for fuzzy matching using the
"max_cost" argument in extract_keywords,
however there seems to be no reference to it in the README and the
documentation. Currently it feels like many people
don't know such a feature is available.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#114>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACYSQNUMEC4XCXBGNYMZPK3RYNBN7ANCNFSM4OIKV7AA>
.
|
Hi, I implemented the "fuzzyness" feature for flashtext Amongst other things, there is a need to make it "smarter", and, perhaps, faster. @olgnaydn do you have an example to provide that makes you argue that fuzzywhuzzy is more suitable when performance matters ? |
hi where i can find max argument |
There has been a commit to add support for fuzzy matching using the "max_cost" argument in extract_keywords,
however there seems to be no reference to it in the README and the documentation. Currently it feels like many people
don't know such a feature is available.
The text was updated successfully, but these errors were encountered: