edited source of script

master
Alice 6 years ago
parent 704aabafbf
commit 4bf4d02a14

@ -3,7 +3,7 @@ from sys import stdin, stdout
def seven(text):
fpath = open('91K nouns.txt')
fpath = open('src/91K_nouns.txt')
nouns = fpath.readlines()
separated = text.split() #use nltk tokenize instead
#print(separated)

Loading…
Cancel
Save