Main Concept:
Spell Checking is done by using Soundex Algorithm to find similar sounding words from the dictionary and then applying Levenstein-Distance Algorithm to get top ranked suggestions.
Features:
Spell Checking is done by using Soundex Algorithm to find similar sounding words from the dictionary and then applying Levenstein-Distance Algorithm to get top ranked suggestions.
Features:
- Back-end unique dictionary compiled from 22 different dictionaries (not available anywhere on the internet)
- Sound Based Suggestions (Soundex Algorithm)
- Distance Based Suggestions (Levenshtein Distance Algorithm)
- All simple text processor features with Ignore, Add To Dictionary, Auto-Correct etc..
- Can set number of suggestions to display.
Developed In:
- MS Visual Studio 2010 (using .net framework 3.5)
Download:
Filename:SpellChecker.rar
FileSize: 4.22MB
Package Contains: MS Visual Studio 2010 Project File, Words Dictionary (.txt) and Executeable (.exe)
Mirror 1: Click to Download
Download:
Filename:SpellChecker.rar
FileSize: 4.22MB
Package Contains: MS Visual Studio 2010 Project File, Words Dictionary (.txt) and Executeable (.exe)
Mirror 1: Click to Download
nice work :)
ReplyDelete