sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #37176
Re: [Question #288452]: problems inporting nltk on sikuli ide
Question #288452 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/288452
rbranch7 posted a new comment:
For more info here is my relevant import code
import sys
sys.path.append(r'C:\Users\Cryo5cytheX\AppData\Local\Programs\Python\Python35-32\Lib\site-packages')
sys.path.append(r'C:\nltk_data')
import os.path
import math
import nltk
from nltk.corpus import state_union
from nltk.tokenize import PunktSentenceTokenizer
from nltk.tokenize import sent_tokenize, word_tokenize
words = word_tokenize("how are you doing")
result = nltk.pos_tag(words)
print result
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.