Concept
HMM Tagging as Decoding
Decoding, in models such as HMM that contains hidden variables, is the task that takes as input an HMM and a sequence of observations , and finds the most probable sequence of states .
For part-of-speech tagging, the goal of HMM decoding is to choose the tag sequence that is most probable given the observation sequence of n words :
0
0
Updated 2021-11-07
Tags
Data Science