langid.py
langid.py copied to clipboard
Fixing gzip problem in NBtrain.py.
The gzip problem, reported issue #20, still persists after cloning a fresh version of langid.py now. Added the following workaround for NBtrain.py to call open() in common.py instead of gzip.open()
Hi again! I'm very sorry, I had not pushed the relevant changes after working on them yesterday. I've made all the intermediate files gzipped as the data produced should be quite compressible. Could I trouble you to try once again with the changes I just pushed?