- D Given The Emission Probabilities And Transition Probabilities Find The Correct Pos Tag For The Sentence Using Hmm Po 1 (49.48 KiB) Viewed 50 times
d. Given the emission probabilities and transition probabilities find the correct pos tag for the sentence using HMM. Po
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
d. Given the emission probabilities and transition probabilities find the correct pos tag for the sentence using HMM. Po
d. Given the emission probabilities and transition probabilities find the correct pos tag for the sentence using HMM. Possible Tags are (VB, TO, NN, PPSS}. Assume all the POS tags are equally likely to be at the starting of the sequence [5 marks] "I ran to summit" <S> VB TO NN PPSS VB 0.04 0.05 0.1 0.35 0.2 TO 0 0.5 0 0.05 0.7 NN 0.3 0.4 0.9 0.1 0.05 PPSS 0.66 0.05 0 0.5 0.05