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.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to