jimhamburger
Results
1
comments of
jimhamburger
try opening the datafile by encoding"utf8" like the following with open(path, errors='ignore',encoding='utf8') as f: as to my puzzle: i split en-zh.txt" randomly to train.txt \dev.txt\test.txt by ratio 8:1:1. i got...