Question 2
In stochastic POS tagging, why is it necessary to calculate both individual word probabilities and tag sequence probabilities?
Individual word probabilities are sufficient for accurate tagging, and tag sequence probabilities are redundant.
Individual word probabilities are only used for rare words, while tag sequence probabilities are used for common words.
Tag sequence probabilities help in determining the most likely sequence of tags, while individual word probabilities provide local context.
Both probabilities are used to reduce the computational complexity of the tagging process.