Gensim

Gensim
Original author(s) Radim Řehůřek
Developer(s) various
Stable release
0.13.2 / 26 August 2016 (2016-08-26)
Repository github.com/piskvorky/gensim/
Development status active
Written in Python
Platform cross-platform
Type Natural language processing
License LGPL
Website radimrehurek.com/gensim/

Gensim is an open-source vector space modeling and topic modeling toolkit, implemented in the Python programming language. It uses NumPy, SciPy and optionally Cython for performance. It is specifically intended for handling large text collections, using efficient online, incremental algorithms. Gensim is commercially supported by the startup RaRe Technologies.[1]

Gensim includes implementations of tf-idf, random projections, word2vec and document2vec algorithms,[2] hierarchical Dirichlet processes (HDP), latent semantic analysis (LSA) and latent Dirichlet allocation (LDA), including distributed parallel versions.[3]

Gensim has been used and cited in over 300 commercial as well as academic applications[4] and described in several news articles and interviews.[5][6] The code is hosted on GitHub[7] and a support forum is maintained on Google Groups.[8]

Some of the online algorithms in Gensim were also published in the 2011 PhD dissertation Scalability of Semantic Analysis in Natural Language Processing of Radim Řehůřek, the creator of Gensim.[9]

References

External links


This article is issued from Wikipedia - version of the 9/21/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.