nlp4j-old
nlp4j-old copied to clipboard
tsv option not working
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?