Closed keke18532 closed 5 years ago
text_utils.py", line 436, in init self.char_freq = cp.load(f) UnicodeDecodeError: 'ascii' codec can't decode byte 0xf7 in position 2: ordinal not in range(128)
did you solve it by using encoding = "iso-8859-1"?
text_utils.py", line 436, in init self.char_freq = cp.load(f) UnicodeDecodeError: 'ascii' codec can't decode byte 0xf7 in position 2: ordinal not in range(128)