NSBPittman / SuggestorMVC

Suggestion engine by word or sentence
0 stars 0 forks source link

build spellchecker #7

Open NSBPittman opened 8 years ago

NSBPittman commented 8 years ago

build spellchecker implements ISuggester{ psuedo code do }

https://www.quora.com/What-are-some-algorithms-of-spelling-correction-that-were-used-by-search-engine

NSBPittman commented 8 years ago

http://stackoverflow.com/questions/2294915/what-algorithm-gives-suggestions-in-a-spell-checker

NSBPittman commented 8 years ago

I have a basic spellchecker working. needs work, only suggests one thing, and also suggests previous fixes...