parserator icon indicating copy to clipboard operation
parserator copied to clipboard

Error on running parserator with no MODULE FOUND ERROR

Open mrkids opened this issue 5 years ago • 1 comments

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

mrkids avatar Aug 08 '18 07:08 mrkids

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

vikovacheva avatar Mar 18 '19 11:03 vikovacheva