prashant-subedi / nepali-pos-tagger

POS Tagger for Neali. Done for Machine Learning Elevtive of KU
1 stars 3 forks source link

importerror #1

Open sushil79g opened 5 years ago

sushil79g commented 5 years ago

i guess code is not updated to newer version of python, currently i am working with 3.6, can you please, add requirements file or if possible pass me all the pickle file.

prashant-subedi commented 5 years ago

I just uploaded requirements.txt. The code works for python 3.7 which I have in my system. I developed this with 3.6, so it should work with it as well. You can generate the pickle file by calling trainner.py(Prev predictor.py).