nlplab / nersuite

http://nersuite.nlplab.org/
Other
26 stars 12 forks source link

-l option for training is not working #29

Open sharod opened 9 years ago

sharod commented 9 years ago

I am trying to train nersuite on a list of files whose relative paths are present in train.txt file. I am using the command:"sudo nersuite learn -m model.m < -l train.txt". But it is giving error "bash: -l: No such file or directory". Please help soon !!

priancho commented 9 years ago

Hi sharod,

Since you are providing a file containing a list of files by using -l option, the command should be $ sudo nersuite learn -m model.m -l train.txt

Please try this.

Best wishes,