interrogator / corpkit

A toolkit for corpus linguistics
Other
199 stars 27 forks source link

byte-compiling /home/d/anaconda2/lib/python2.7/site-packages/corpkit/model_interro.py to model_interro.pyc Sorry: IndentationError: unexpected indent (model_interro.py, line 33) #42

Closed aliabbasjp closed 7 years ago

aliabbasjp commented 7 years ago
byte-compiling /home/d/anaconda2/lib/python2.7/site-packages/corpkit/model_interro.py to model_interro.pyc
Sorry: IndentationError: unexpected indent (model_interro.py, line 33)
          name = subc.name
        dat = Counter(subc.to_dict())
        train(dat, name=name)
    print('Model created.')
    return model

        scores[subc.name] = score_text_with_model(trained)
    return sorted(scores.items(), key=lambda x: x[1], reverse=True)
interrogator commented 7 years ago

That file isn't in use anymore. I've just updated the GitHub master with it deleted.