Question: Using a list passed into a Hidden Markov model, create a smoothing model with gamma . 1 and . 0 0 1 . Example list:

Using a list passed into a Hidden Markov model, create a smoothing model with gamma .1 and .001.
Example list:
[[('the', 'det'),('which', 'det'),('said', 'verb'),('jackson', 'verb'),('investigation', 'verb'),('action', 'verb'),('report', 'noun'),('in', 'adj')]]
Please feel free to bring in a different list to use here, but essentially a word and a grammatic tag.
Using that list, create a smoothing HMM function by using nltk LidstoneProbDist with the gamma given above.
Create an object of the HiddenMarkovModelTrainer passing in the list.
Lastly, use HiddenMarkovModelTrainer and ELE_ProbDist from NLTK to train the dataset.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!