![Python Data Science Essentials](https://wfqqreader-1252317822.image.myqcloud.com/cover/365/36699365/b_36699365.jpg)
上QQ阅读APP看书,第一时间看更新
Gensim
Gensim, programmed by Radim ?eh??ek, is an open source package that is suitable for the analysis of large textual collections with the help of parallel distributable online algorithms. Among advanced functionalities, it implements Latent Semantic Analysis (LSA), topic modeling by Latent Dirichlet Allocation (LDA), and Google's word2vec, a powerful algorithm that transforms text into vector features that can be used in supervised and unsupervised machine learning:
- Website: http://radimrehurek.com/gensim/
- Version at the time of print: 3.4.0
- Suggested install command: pip install gensim