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

Name matching with voice Action/Skill #134

Open
ecc521 opened this issue Nov 2, 2021 · 0 comments
Open

Name matching with voice Action/Skill #134

ecc521 opened this issue Nov 2, 2021 · 0 comments

Comments

@ecc521
Copy link
Owner

ecc521 commented Nov 2, 2021

Google mistakes things like "Youghiogheny" for "Yakageny" (huh?), and "Haw" for "Hall", which results in matching failures.

Phonetic matching should probably be used here - perhaps something like double-metaphone (npm)?

These words don't directly match though, even with double-metaphone.

So we would need to iterate through every river and pick the best match - probably a one character tolerance (so H vs HL, AKN vs AKJN, etc, work)

This will likely result in matching too many things though - something like "Yadkin" would then match "Youghiogheny". Probably better than the alternative (not matching), however.

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