Gensim

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Fmadd (talk | contribs) at 14:15, 8 June 2016. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Gensim
Original author(s)Radim Řehůřek
Developer(s)various
Stable release
0.12.4 / 29 January 2016; 8 years ago (2016-01-29)
Repository
Written inPython
Platformcross-platform
TypeNatural language processing
LicenseLGPL
Websiteradimrehurek.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 includes implementations of tf-idf, random projections, word2vec and document2vec algorithms,[1] hierarchical Dirichlet processes (HDP), latent semantic analysis (LSA) and latent Dirichlet allocation (LDA), including distributed parallel versions.[2]

Gensim has been used in a number of commercial as well as academic applications.[3][4] The code is hosted on GitHub[5] and a support forum is maintained on Google Groups.[6]

Some of the online algorithms in gensim were also published in the PhD dissertation Scalability of Semantic Analysis in Natural Language Processing of Radim Řehůřek (2011).[7][8]

References

  1. ^ Deep learning with word2vec and gensim
  2. ^ Radim Řehůřek and Petr Sojka (2010). Software framework for topic modelling with large corpora. Proc. LREC Workshop on New Challenges for NLP Frameworks.
  3. ^ Interview with Radim Řehůřek, creator of gensim
  4. ^ gensim academic citations
  5. ^ gensim source code
  6. ^ gensim mailing list
  7. ^ Rehurek, Radim (2011). "Scalability of Semantic Analysis in Natural Language Processing" (PDF). http://radimrehurek.com/. Retrieved 27 January 2015. my open-source gensim software package that accompanies this thesis {{cite web}}: External link in |website= (help)
  8. ^ http://decisionstats.com/2015/12/07/decisionstats-interview-radim-rehurek-gensim-python/

External links