GenTxt

Results 12 comments of GenTxt

Thanks for the quick reply. I have most of your penseur examples working now based on the project page.. What I'm trying to do is read an entire text file...

Have it sorted out now using penseur commands in a python script with: f = open('genre_corpus.txt','r') sentences = [(r.lower())for r in f.readlines()] Generates a decoder file that loads in Neural...