gensim v0.7.0 Release Notes

    • ⚡️ optimized vocabulary generation in gensim.corpora.dictionary (faster and less memory-intense)
    • MmCorpus accepts compressed input (file-like objects such as GzipFile, BZ2File; to save disk space)
    • 🔄 changed sparse solver to SVDLIBC (sparsesvd on PyPi) for large document chunks
    • ➕ added distributed LSA, updated tutorials (still experimental though)
    • 🛠 several minor bug fixes