Software Alternatives & Reviews

Gensim VS spaCy

Compare Gensim VS spaCy and see what are their differences

Gensim logo Gensim

Gensim is a Python library for topic modelling, document indexing and similarity retrieval with large corpora.

spaCy logo spaCy

spaCy is a library for advanced natural language processing in Python and Cython.
  • Gensim Landing page
    Landing page //
    2023-01-23
  • spaCy Landing page
    Landing page //
    2023-06-26

Gensim videos

Word2Vec with Gensim - Python

More videos:

  • Review - Bhargav Srinivasa Desikan - Topic Modelling (and more) with NLP framework Gensim
  • Tutorial - How to Generate Custom Word Vectors in Gensim (Named Entity Recognition for DH 07)

spaCy videos

Honda Spacy Helm in PGM-FI Review & Test Ride

More videos:

  • Review - Review Singkat Honda Spacy
  • Review - REVIEW HONDA SPACY 2018/2019

Category Popularity

0-100% (relative to Gensim and spaCy)
Natural Language Processing
Spreadsheets
13 13%
87% 87
NLP And Text Analytics
10 10%
90% 90
Data Science And Machine Learning

User comments

Share your experience with using Gensim and spaCy. For example, how are they different and which one is better?
Log in or Post with

Social recommendations and mentions

Based on our record, spaCy should be more popular than Gensim. It has been mentiond 58 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Gensim mentions (9)

  • Understanding How Dynamic node2vec Works on Streaming Data
    This is our optimization problem. Now, we hope that you have an idea of what our goal is. Luckily for us, this is already implemented in a Python module called gensim. Yes, these guys are brilliant in natural language processing and we will make use of it. 🤝. - Source: dev.to / over 1 year ago
  • Is it home bias or is data wrangling for machine learning in python much less intuitive and much more burdensome than in R?
    Standout python NLP libraries include Spacy and Gensim, as well as pre-trained model availability in Hugginface. These libraries have widespread use in and support from industry and it shows. Spacy has best-in-class methods for pre-processing text for further applications. Gensim helps you manage your corpus of documents, and contains a lot of different tools for solving a common industry task, topic modeling. Source: over 1 year ago
  • GET STARTED WITH TOPIC MODELLING USING GENSIM IN NLP
    Here we have to install the gensim library in a jupyter notebook to be able to use it in our project, consider the code below;. - Source: dev.to / almost 2 years ago
  • [Research] Text summarization using Python, that can run on Android devices?
    TextRank will work without any problems. Https://radimrehurek.com/gensim/. Source: about 2 years ago
  • Topic modelling with Gensim and SpaCy on startup news
    For the topic modelling itself, I am going to use Gensim library by Radim Rehurek, which is very developer friendly and easy to use. - Source: dev.to / over 2 years ago
View more

spaCy mentions (58)

  • Step by step guide to create customized chatbot by using spaCy (Python NLP library)
    Hi Community, In this article, I will demonstrate below steps to create your own chatbot by using spaCy (spaCy is an open-source software library for advanced natural language processing, written in the programming languages Python and Cython):. - Source: dev.to / about 1 month ago
  • Best AI SEO Tools for NLP Content Optimization
    SpaCy: An open-source library providing tools for advanced NLP tasks like tokenization, entity recognition, and part-of-speech tagging. Source: 5 months ago
  • A beginner’s guide to sentiment analysis using OceanBase and spaCy
    In this article, I'm going to walk through a sentiment analysis project from start to finish, using open-source Amazon product reviews. However, using the same approach, you can easily implement mass sentiment analysis on your own products. We'll explore an approach to sentiment analysis with one of the most popular Python NLP packages: spaCy. - Source: dev.to / 6 months ago
  • Against LLM Maximalism
    Spacy [0] is a state-of-art / easy-to-use NLP library from the pre-LLM era. This post is the Spacy founder's thoughts on how to integrate LLMs with the kind of problems that "traditional" NLP is used for right now. It's an advertisement for Prodigy [1], their paid tool for using LLMs to assist data labeling. That said, I think I largely agree with the premise, and it's worth reading the entire post. The steps... - Source: Hacker News / 7 months ago
  • What do you all think about (setq sentence-end-double-space nil)?
    I chose spacy. Although it's not state of the art, it's very well established and stable. Source: 10 months ago
View more

What are some alternatives?

When comparing Gensim and spaCy, you can also consider the following products

rasa NLU - A set of high level APIs for building your own language parser

Amazon Comprehend - Discover insights and relationships in text

FastText - Library for efficient text classification and representation learning

Google Cloud Natural Language API - Natural language API using Google machine learning

NLTK - NLTK is a platform for building Python programs to work with human language data.

FuzzyWuzzy - FuzzyWuzzy is a Fuzzy String Matching in Python that uses Levenshtein Distance to calculate the differences between sequences.