CS5012-p1-pos

Parameter 1 - corpus

1 = conll2000 with default tagset
2 = conll2000 with universal tagset
3 = treebank with default tagset
4 = treebank with universal tagset
5 = brown with universal tagset

Parameter 2 - smoothing

-l = laplace smoothing
-g = good-turing smoothing

Running

The program can be found in src folder. It can be executed with the command:
python main.py corpus smoothing

To run the program with conll2000 corpus with default tagset and laplace smoothing, you should use the command:
python main.py 1 -l