Hi all,
I have a list of most frequently used words in the english language (about 500). And a windows form with a text box where user types in whatever he want to. I have a radio button for word prediction which the user enables if word prediction is desired.
What I want to do :
I would like to know a suitable approach to implement word prediciotn using the n-gram tehchnique. Do I need a database ? how do i compute the probabilities? Can anyone please help me with the approach?
Loading
Shweta LodhaPosted Feb 16, 2014, 4:12 AM
There is a very nice white paper given here with formula. Please go through it, you will get some idea:
http://arxiv.org/ftp/cs/papers/0407/0407009.pdf
anubhav prabakarPosted Feb 16, 2014, 4:21 AM
Shweta LodhaPosted Feb 16, 2014, 4:19 AM
anubhav prabakarPosted Feb 16, 2014, 4:18 AM