goete111 / factorie

Automatically exported from code.google.com/p/factorie
0 stars 0 forks source link

TemplateModel#save -> mkdirs #27

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
a small thing to make Factorie's model save/load functionality better:

in
cc.factorie.TemplateModel#save

replace
    f.mkdir
with
     f.mkdirs

to automatically create intermediate directory structure.

Original issue reported on code.google.com by di...@iesl.cs.umass.edu on 18 May 2012 at 9:42