Its probably simple but I can't get it to work.

I simply want to use pythons nltk module through julia. 

http://nltk.org/howto/wordnet.html

I tried

@pyimport wordnet as wn


and

@pyimport nltk as wn


but can't seem to interface to use eg. out=wn.synsets("car")


do I need to use 

pyeval()


instead?


Thanks

Reply via email to