Open sivareddyg opened 8 years ago
This commands produces an empty sample-trn.tsv.nlp
java -cp lib/*:src/main/resources/:. edu.emory.mathcs.nlp.bin.NLPDecode -c src/main/resources/edu/emory/mathcs/nlp/configuration/config-decode-pos.xml -i sample-trn.tsv -format tsv
Other options raw and line work. Just the tsv option doesn't work. Any ideas?
Could you make sure if you specified the word form field correctly in the configuration file? What is the format of your input data?
This commands produces an empty sample-trn.tsv.nlp
Other options raw and line work. Just the tsv option doesn't work. Any ideas?