Getting Python's nltk.wordnet module working for Jython -


I've read through Jethon and FAQ for this post, but I'm not sure how I determined Can I have a module written entirely in C or Python?

The problem I am facing here is mentioned here

Has anyone shed some light on this? I am new to Jyothan.

Thank you,

Did you C: \ Python26 \ Lib \ Site-packages \ nltk to sys.path as described in your question? It should actually be C: \ Python26 \ Lib \ site-packages , which is a directory containing nltk . If you do not want to add the entire site-package , then try moving the nltk folder to another folder.


Comments