Gensim
Original author(s) | Radim Řehůřek |
---|---|
Developer(s) | various |
Stable release |
0.13.2
/ 26 August 2016 |
Repository |
github |
Development status | active |
Written in | Python |
Platform | cross-platform |
Type | Natural language processing |
License | LGPL |
Website |
radimrehurek |
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
- ↑ RaRe Technologies official site
- ↑ Deep learning with word2vec and gensim
- ↑ Radim Řehůřek and Petr Sojka (2010). Software framework for topic modelling with large corpora. Proc. LREC Workshop on New Challenges for NLP Frameworks.
- ↑ academic citations of Gensim
- ↑ Interview with Radim Řehůřek, creator of Gensim
- ↑ http://decisionstats.com/2015/12/07/decisionstats-interview-radim-rehurek-gensim-python/
- ↑ gensim source code on Github
- ↑ gensim mailing list on Google Groups
- ↑ Rehurek, Radim (2011). "Scalability of Semantic Analysis in Natural Language Processing" (PDF). Retrieved 27 January 2015.
my open-source gensim software package that accompanies this thesis