Software:Gensim

From HandWiki
Revision as of 15:09, 9 February 2024 by Rtextdoc (talk | contribs) (correction)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Short description: Vector space modeling and topic modeling toolkit
Gensim
Gensim logo.png
Original author(s)Radim Řehůřek
Developer(s)RARE Technologies Ltd.
Initial release2009
Repositorygithub.com/RaRe-Technologies/gensim
Written inPython
Operating systemLinux, Windows, macOS
TypeInformation retrieval
LicenseLGPL
Websiteradimrehurek.com/gensim/

Gensim is an open-source library for unsupervised topic modeling, document indexing, retrieval by similarity, and other natural language processing functionalities, using modern statistical machine learning.

Gensim is implemented in Python and Cython for performance. Gensim is designed to handle large text collections using data streaming and incremental online algorithms, which differentiates it from most other machine learning software packages that target only in-memory processing.

Main Features

Gensim includes streamed parallelized implementations of fastText,[1] word2vec and doc2vec algorithms,[2] as well as latent semantic analysis (LSA, LSI, SVD), non-negative matrix factorization (NMF), latent Dirichlet allocation (LDA), tf-idf and random projections.[3]

Some of the novel 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.[4]

Uses of Gensim

Gensim library has been used and cited in over 1400 commercial and academic applications as of 2018,[5] in a diverse array of disciplines from medicine to insurance claim analysis to patent search.[6] The software has been covered in several new articles, podcasts and interviews.[7][8][9]

Free and Commercial Support

The open source code is developed and hosted on GitHub[10] and a public support forum is maintained on Google Groups[11] and Gitter.[12]

Gensim is commercially supported by the company rare-technologies.com, who also provide student mentorships and academic thesis projects for Gensim via their Student Incubator programme.[13]

References

External links