totial

Results 1 issues of totial

Hey, Im having troubles getting the data to train the RNN. Specifically on this line: `sentences = itertools.chain(*[nltk.sent_tokenize(x[0].decode('utf-8').lower()) for x in reader])` if I open the file as 'rb' i...