Please see the error below, while running the python file
F:\enable_wordwise>python main.py Train_To_Pakistan_-_Khushwant_Singh.mobi
[.] Checking dependenices
[.] Converting mobi 2 mobi to generate ASIN
[.] Getting ASIN
[.] Getting rawml content of the book
[.] Collecting words
[.] Count of words: 43758
Traceback (most recent call last):
File "main.py", line 396, in <module>
main()
File "main.py", line 359, in main
f = f.read().decode('utf-8')
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe9 in position 11506: invalid continuation byte
It seems to be some error with senses.csv , appriciated a quick look
Hi,
Please see the error below, while running the python file
It seems to be some error with senses.csv , appriciated a quick look