taku910 / crfpp

CRF++: Yet Another CRF toolkit
Other
505 stars 192 forks source link

crf_learn crashes if model file is not writable #29

Open garfieldnate opened 8 years ago

garfieldnate commented 8 years ago

This occurs when I'm using the resulting file in another application and I forget to close it before retraining. It would be helpful if this failed with an error saying "cannot access output file XYZ", etc.

2pc commented 7 years ago

the same occurs!