Josh Lin
Results
3
comments of
Josh Lin
i got same problem too
to linux format ``` dos2unix train.txt dos2unix val.txt ```
`xml = open(os.path.join(dir_path, filename), "r", encoding='utf-8')` change Format.py 232 line to something like this, the encoding depends on your xml file, use `file xx.xml` to check the encoding