implementation of genetic algorithm for spell checker
I want to implement the spell checker which will checks the spelling in a
text file and outputs the errors and corrections. I want to create this
using python.
But, the main thing is I want to implement that with using genetic
algorithm. How can I implement the genetic algorithm for spell checker?
No comments:
Post a Comment