๐ฅท Hidden Markov model
= a statistical โฉ Markov model, in which the system being modeled is assumed to be a Markov process, with unobserved hidden states.
Assumptions
- Markovianity โ ๐ญ Markov Assumption (Language)
- Word independence
- โ the current state of the observed node O_t depends solely upon the current state of the unobserved variable
- The transition probabilities are independent of time
Formula (focus ๐ท POS-Tagging)
- current word
- current tag
- = frequency
- = likelihood of word under condition tag
- = context
- = likelihood of tag under condition previous tag
How to estimate these probabilities?
โ use ๐ Maximum likelihood estimation:
- =
- =