Alon
Alon
Corpkit 2.2.9 now crashes under Python2 when interrogating a corpus; it's probably something about the way it iterates over unique_results. [Traceback here.](https://github.com/interrogator/corpkit/files/415540/corpkit-make_conc_obj_from_conclines-log.txt) Python3 works fine.
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).