Tutorial on GenSim, a tool for Topic Modelling (Part 3)
By Robolab Technologies In Artificial IntelligenceGensim is a robust open-source vector space modeling and topic modeling toolkit implemented in Python. It uses NumPy, SciPy and optionally Cython for performance. Gensim is specifically designed to handle large text collections, using data streaming and efficient incremental algorithms, which differentiates it from most other scientific software packages that only target batch and in-memory processing.
No Comments