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

Fuzzy String Matching - nGram #62

Open
mrWh1te opened this issue Aug 27, 2020 · 1 comment
Open

Fuzzy String Matching - nGram #62

mrWh1te opened this issue Aug 27, 2020 · 1 comment
Labels
botaction enhancement New feature or request proposal New feature or change

Comments

@mrWh1te
Copy link
Owner

mrWh1te commented Aug 27, 2020

https://www.npmjs.com/package/trigram-utils asDictionary() to compare matching "grams" with counts to calculate fuzzy difference

Update linkedin postIsAuthoredByAPerson() with fuzzy searching & update with higher-order param to adjust required precision for a "match"

Helpers/fuzzy_strings.ts ?

@mrWh1te mrWh1te added enhancement New feature or request proposal New feature or change botaction labels Aug 27, 2020
@mrWh1te
Copy link
Owner Author

mrWh1te commented Sep 9, 2020

don't forget to buffer the strings with spaces (1 before and 1 after to increase matching potential slightly, since this is a few words instead of a sentence(s)) to slightly increase matches of matching strings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
botaction enhancement New feature or request proposal New feature or change
Projects
None yet
Development

No branches or pull requests

1 participant