Possible Duplicate:
What algorithm gives suggestions in a spell checker?
I need to develop a Bengali spell checker and correct spell suggester. I had developed one using Edit Distance Algorithm, which does not give good prediction. Can anyone guide me to some better approach?