Part 1: implement a viterbi cyk decoder using the
following features:
- rule: (A,B,C)
- first word: (A, xi+1 )
- last word: (A, xk )
Here is a test case and description of
the file format.
Part 2: implement perceptron training for this set of features.
See test case.