aditeyabaral / aditeyabaral/bangalore-flat-and-flatmates-crawler
Better processing for finding similar keywords
Open
enhancement
facebook-scraper/main
help wanted
selenium
- Dominant language
- Python
- Stars
- 19
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Finding similar keywords using edit distance works alright for single words - `"Indiranagar"` and `"Indranagar"` get matched as the same word.
However, the algorithm will not work if the keyword itself consists of 2 or more words - `"wind tunnel road"`, `"old airport road"` etc. Is there a way to tackle this and implement edit distance for such words picked up from the content?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.