Please unzip the CRFongenia.zip first. The extractor can be applied to annotate text. If you have a directory ¡®testfiles¡¯ containing the test data, use the following command to apply the annotator:
java ¨Ccp minorthird.jar edu.cmu.minorthird.ui.ApplyAnnotator -loadFrom CRFongenia -labels testfiles/ -saveAs testfiles.labels
The labeled result will be saved in testfiles.labels, in a Minorthird loadable format.
Please refer to the webpage here to find out how to install minorthird.