nlp4j-old icon indicating copy to clipboard operation
nlp4j-old copied to clipboard

tsv option not working

Open sivareddyg opened this issue 8 years ago • 1 comments

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?

sivareddyg avatar Jul 27 '16 16:07 sivareddyg

Could you make sure if you specified the word form field correctly in the configuration file? What is the format of your input data?

jdchoi77 avatar Jul 29 '16 19:07 jdchoi77