datamade / parserator

:bookmark: A toolkit for making domain-specific probabilistic parsers
http://parserator.datamade.us
MIT License
792 stars 85 forks source link

Error on running parserator with no MODULE FOUND ERROR #48

Open mrkids opened 6 years ago

mrkids commented 6 years ago

How can I create an initial model file for training? I run with this command and it returns me this error "ModuleNotFoundError: No module named 'mymodel"

parserator label unlabeled/rawstrings.csv labeled_xml/labeled.xml mymodel

vikovacheva commented 5 years ago

I encountered the same issue. I managed to get it to work by initialising the model in the parserator site-package folder.