aspell: Hidden Markov Model

1 
1 D.3.2 Hidden Markov Model
1 -------------------------
1 
1 Knud Haugaard Sřrensen suggested this one.  From his email on the
1 Aspell mailing list:
1 
1    consider these examples:
1 
1      a fone number.
1       -> a phone number.
1 
1      a fone dress.
1       -> a fine dress.
1 
1    the example illustrates that the right correction might depend on the
1 context of the word.
1 
1    So I suggested that you take a look on HMM to solve this problem.
1 
1    This might also provide a good base to include grammar correction in
1 Aspell.
1 
1    see this link `http://www.cse.ogi.edu/CSLU/HLTsurvey/ch1node7.html'.
1 
1    I think it is a great idea.   However unfortunately it will probably
1 be very complicated to implement.   Perhaps in the far future.
1