Lab 2: POS Tagging

These solutions available in an html version or a pdf version.

Examining the POS Tagset

Computing the distribution of tags

For implementation, see the answer code.

Computing the conditional distribution of tags for each word

For implementation, see the answer code.

Unigram Tagger

For implementation, see the answer code.