make_corpus() fails when chunking UTF-8 files while parsing. There may be a "decode('utf-8')" missing somewhere. This is true both in [Python2 (log)](https://github.com/interrogator/corpkit/files/415613/corpkit-make_corpus-python2-log.txt) and [Python3 (log)](https://github.com/interrogator/corpkit/files/415614/corpkit-make_corpus-python3-log.txt).
make_corpus() fails when chunking UTF-8 files while parsing. There may be a "decode('utf-8')" missing somewhere.
This is true both in Python2 (log) and Python3 (log).