snipsco / snips-nlu

Snips Python library to extract meaning from text
https://snips-nlu.readthedocs.io
Apache License 2.0
3.89k stars 513 forks source link

Wrong permission of crfsuite files when persisting engine #835

Closed adrienball closed 5 years ago

adrienball commented 5 years ago

Steps to reproduce

Expected result

$ ls -l nlu_engine/probabilistic_intent_parser/slot_filler_0
total 64
-rw-r--r--  1 adrien  staff     36 Jul 23 17:43 metadata.json
-rw-r--r--  1 adrien  staff  24404 Jul 23 17:43 model41g21pkc.crfsuite
-rw-r--r--  1 adrien  staff   3743 Jul 23 17:43 slot_filler.json

Actual result

$ ls -l nlu_engine/probabilistic_intent_parser/slot_filler_0
total 64
-rw-r--r--  1 adrien  staff     36 Jul 23 17:43 metadata.json
-rw-------  1 adrien  staff  24404 Jul 23 17:43 model41g21pkc.crfsuite
-rw-r--r--  1 adrien  staff   3743 Jul 23 17:43 slot_filler.json