>>> wordlists.words('THE_VOYAGE_OUT_Woolf.txt')
[u'Chapter', u'I', u'As', u'the', u'streets', u'that', ...]
>>>
>>>
>>> contents =open("Users/harleyhegel/Documents/f_verbs/Room_Of_Ones_Own_Woolf.txt").read()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
IOError: [Errno 2] No such file or directory: 'Users/harleyhegel/Documents/f_verbs/Room_Of_Ones_Own_Woolf.txt'
>>>
len(wordlists.words('THE_VOYAGE_OUT_Woolf.txt')) 167425
contents = open(“/Users/harleyhegel/Documents/f_verbs/Room_Of_Ones_Own_Woolf.txt”).read()
To unsubscribe from this group and stop receiving emails from it, send an email to nltk-users+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.