scramblingbalam / F2016_EECS595_NLP

Programing assignments for Natural Language Processing
0 stars 0 forks source link

Implement linear interpolation #10

Open scramblingbalam opened 7 years ago

scramblingbalam commented 7 years ago

As a final step in the development of your n-gram language model, implement linear interpolation among the three n-gram models you have created. This corresponds to implementing the linearscore() function.