This script converts a PTB tree into TSV suitable for NER classification. The
input is an AnCora treebank file with NER tags, and the output is a TSV file
with tab-seperated word-class pairs, one word per file. These can be used with
the CRFClassifier for training or testing.