Open venantius opened 10 years ago
If you want to be lazy, this could easily be built upon my suffix array implementation (standalone module located here: https://github.com/venantius/takehome/blob/master/readyforzero/search/suffixarray.py). Suffix arrays are not-quite-but-pretty-close to state of the art for fuzzy string searching.
very cool, would you be down with putting in a pull request?
Super down! PR'd https://github.com/Dannyzen/lirr/pull/8
Added in pr #8! Thanks!!
If you want to be lazy, this could easily be built upon my suffix array implementation (standalone module located here: https://github.com/venantius/takehome/blob/master/readyforzero/search/suffixarray.py). Suffix arrays are not-quite-but-pretty-close to state of the art for fuzzy string searching.