Praveen

Results 3 comments of Praveen

The file data.txt is decoded with 'cp1252' encoding. I replaced the file with 'utf-8' encoding that should solve the issue using something similar to below. ``` with open('models/Master_NLP/data.txt','r')as f: file=f.read()...

Any updates on this?