tutorial icon indicating copy to clipboard operation
tutorial copied to clipboard

Error in running

Open ReySadeghi opened this issue 4 years ago • 3 comments

Hi, I'm using parsivar on ubuntu18.04 , python3.7 with docker. I got this Error:

my_tagger = POSTagger(tagging_model="wapiti") File "/usr/local/lib/python3.7/dist-packages/parsivar/postagger.py", line 45, in init from wapiti import Model ModuleNotFoundError: No module named 'wapiti'

ReySadeghi avatar Feb 01 '21 07:02 ReySadeghi

You have to install wapiti... Install Steps:

sudo apt-get update -y sudo apt-get install -y wapiti

mohamad-dehghani avatar Feb 01 '21 16:02 mohamad-dehghani

You have to install wapiti... Install Steps:

sudo apt-get update -y sudo apt-get install -y wapiti

I have the same problem on ubuntu and even tried the commands you mentioned above, but the problem remains: my_tagger = parsivar.POSTagger(tagging_model="wapiti")

ModuleNotFoundError: No module named 'wapiti'

mohsenMahmoodzadeh avatar Mar 12 '22 11:03 mohsenMahmoodzadeh

The code has been updated, so please take a look

mohamad-dehghani avatar Mar 14 '22 13:03 mohamad-dehghani