emorynlp / nlp4j-old

NLP tools developed by Emory University.
Other
60 stars 19 forks source link

tsv option not working #37

Open sivareddyg opened 8 years ago

sivareddyg commented 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?

jdchoi77 commented 8 years ago

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