gensim v0.8.4 Release Notes

Release Date: 2012-03-09 // about 12 years ago
    • ๐Ÿ‘ better support for Pandas series input (thx to JT Bates)
    • a new corpus format: UCI bag-of-words (thx to Jonathan Esterhazy)
    • a new model, non-parametric bayes: HDP (thx to Jonathan Esterhazy; based on Chong Wang's code)
    • ๐Ÿ‘Œ improved support for new scipy versions (thx to Skipper Seabold)
    • ๐Ÿ“ฆ lemmatizer support for wikipedia parsing (via the pattern python package)
    • ๐ŸŽ extended the lemmatizer for multi-core processing, to improve its performance