Open Art-Stea1th opened 8 years ago
impl. Natural Language Processing for InputParser:
Implement or find the best and fastest implementations of algorithms for Fuzzy search and Approximate string matching.
critical toward operation speed
Presumably will be used:
Damerau–Levenshtein distance | fastest impl. | https://github.com/stepacademy/weatherbot/commit/81c8064180a36c94bff53e39cc18867303610711 Knuth–Morris–Pratt algorithm | imp.
https://github.com/stepacademy/weatherbot/commit/81c8064180a36c94bff53e39cc18867303610711 https://github.com/stepacademy/weatherbot/commit/c6cd83cae35717fa2a388558001fc574623b016b
Fuzzy search, first steps =)
impl. Natural Language Processing for InputParser:
Implement or find the best and fastest implementations of algorithms for Fuzzy search and Approximate string matching.
critical toward operation speed