Andrew Han
Results
2
comments of
Andrew Han
I received the same error and I was able to resolve it by specifying UTF8 encoding on line 30 of phrase_generator.py `return set(line.strip() for line in open(os.path.join(abspath, stopfile), encoding="utf8"))`
Thanks, this code worked for me