anoopkunchukuttan / indic_nlp_library

Resources and tools for Indian language Natural Language Processing
http://anoopkunchukuttan.github.io/indic_nlp_library/
MIT License
552 stars 161 forks source link

Getting an error for from indicnlp import loader loader.load() #19

Closed Lalit11 closed 4 years ago

Lalit11 commented 5 years ago

ModuleNotFoundError: No module named 'indicnlp.script'
"from indicnlp import loader loader.load()" when trying to run the above code.

anoopkunchukuttan commented 5 years ago

Have you set up the environment as mentioned in the README file - setting PYTHONPATH and INDIC_RESOURCES_PATH variables?

Lalit11 commented 5 years ago

Yes, actually am working on document similarity in marathi language could you please help me about how to get similarity between the articles ? Thank you , Lalit Amrutkar , Pune

On Thu, 25 Apr 2019 at 1:51 PM, Anoop Kunchukuttan notifications@github.com wrote:

Have you set up the environment as mentioned in the README file - setting PYTHONPATH and INDIC_RESOURCES_PATH variables?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/anoopkunchukuttan/indic_nlp_library/issues/19#issuecomment-486568868, or mute the thread https://github.com/notifications/unsubscribe-auth/AKVBRQP2ADDMAETEMYJK6STPSFS2JANCNFSM4HIKOI2A .

anoopkunchukuttan commented 4 years ago

Not reprpducible