tutorial
tutorial copied to clipboard
Error in running
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'
You have to install wapiti... Install Steps:
sudo apt-get update -y sudo apt-get install -y wapiti
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'
The code has been updated, so please take a look