ORI-SPELL-CHECK(ORIYA SPELL CHECKER)
Ø It handles error patterns like substitution, transposition, insertion and deletion. Emphasis is given on the modifiers and their positions with respect to the consonants and conjuncts. Ø The system also takes care of phonetic errors taking the help of ‘phonetic character hash table’. Ø The algorithm generates suggestion set for misspelled words with the dictionary words by ‘forward and backward matching’ and ‘minimum edit distance classifiers’. Ø For efficient processing, the system implements a ‘run-time tree structure’ for dictionary words, according to their starting character and length. Ø It also takes help of the Morphological Analyser (OMA) for ascertaining the mistakes of inflection (VIBHAKTI) and derivation of words. Ø The system is developed using file management system through Java and Java Swing for both the Windows and Linux operating system.