Running the unsupervised PP attachment pgm:
- Copy files: training, devset and test
from /mnt/unagi/nldb/adwait/ppdata/ppAttach/
- grind training > training.grind
- mkdir data
- slice.training training.grind data
- pattach data devset > devset.pattach 2> devperf
- This reports the accuracy for each threshold value set in the code.
- Pick the best threshold and use only that value for the real test set.
- pattach data test > test.pattach 2> testperf
- Pick the performance for the value of threshold selected from the devset above.
Anoop Sarkar
anoop at linc.cis.upenn.edu