[julia-users] nltk with pycall help

2014-01-07 Thread Jon Norberg
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()

[julia-users] nltk with pycall help

2014-01-07 Thread Jon Norberg
Everything works well in Python btw