gensim v0.6.0 Release Notes

    • โž• added option for online LSI training (yay!). the transformation can now be used after any amount of training, and training can be continued at any time with more data.
    • โšก๏ธ optimized the tf-idf transformation, so that it is a strictly one-pass algorithm in all cases (thx to Brian Merrell).
    • ๐Ÿ›  fixed Windows-specific bug in handling binary files (thx to Sutee Sudprasert)
    • ๐Ÿ›  fixed 1-based feature counting bug in SVMlight format (thx to Richard Berendsen)
    • โž• added 'Topic :: Text Processing :: Linguistic' to gensim's pypi classifiers
    • ๐Ÿ“š change of sphinx documentation css and layout