I need to create a spell-checker for a language that is written in Latin characters but does not have spell-checkers anywhere. It is actually a dialect.
I need to create a spell-checker for a language that is written in Latin characters but does not have spell-checkers anywhere. It is actually a dialect.
Doesn't sound like you need a spell checker as much as a database of words for that dialect.
You could take time to modify an existing dictionary for the language so that the spell checker recognizes the words of that dialect. But the base spell checking engine doesn't need to be any different than any other that already exists.