I'd like to have a simple & lightweight library/application in PHP/Python/C/C++ library/application to match/correct/give suggestions to input. Example in/out:
- Input: Webdevelopment ==> Output: Web Development
- Input: Web developmen ==> Output: Web Development
- Input: Web develop ==> Output: Web Development
Given there is database of correct words and phrases, I just need the library to match/guess phrases. Please suggest if you know any. Thanks in advance.