Show rating breakdown
Save to My Lists
Unclaimed
Unclaimed

Top Rated Gensim Alternatives

Gensim Reviews & Product Details

Verified User in Education Management
UE
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Review source: Seller invite
What do you like best about Gensim?

Easy to use interface. Python makes it very easy to work with. Review collected by and hosted on G2.com.

What do you dislike about Gensim?

Would have liked to access more underlying code to understand their process. Review collected by and hosted on G2.com.

Recommendations to others considering Gensim:

Read documentation well and figure out what methods are most relevant to you. Gensim can do many types of text analysis and implement word embeddings. Knowing what exactly is needed for your task is the most important part. After that Gensim can help you implement it. Review collected by and hosted on G2.com.

What problems is Gensim solving and how is that benefiting you?

Making word2vec embeddings for a research project. Made word2vec very accessible. Was also very efficient and could handle large text corpora easily. Review collected by and hosted on G2.com.

Gensim Overview

What is Gensim?

Gensim is a Python library that analyze plain-text documents for semantic structure and retrieve semantically similar document.

Gensim Details
Discussions
Gensim Community
Show LessShow More
Product Description

Gensim is a Python library that analyze plain-text documents for semantic structure and retrieve semantically similar document.


Seller Details
HQ Location
N/A
LinkedIn® Page
www.linkedin.com
1 employees on LinkedIn®

Recent Gensim Reviews

Naresh R.
NR
Naresh R.Small-Business (50 or fewer emp.)
5.0 out of 5
"Document Indexing and retrieval"
INdexing and retrival of indexed data in frequent manner
Verified User
U
Verified UserMid-Market (51-1000 emp.)
4.0 out of 5
"Great library for NLP-related tasks"
A great library for NLP-related tasks from preprocessing to training. You can find almost everything there. I have worked on LDA using gensim, wor...
Verified User
U
Verified UserEnterprise (> 1000 emp.)
5.0 out of 5
"Integral part of my team’s activities"
I work in an NLP based team and we have all been frequently using Gensim to serve the needs of several projects. Word2vec, Doc2vec and LDA have bee...
Security Badge
This seller hasn't added their security information yet. Let them know that you'd like them to add it.
0 people requested security information

Gensim Media

Answer a few questions to help the Gensim community
Have you used Gensim before?
Yes

14 out of 15 Total Reviews for Gensim

4.4 out of 5
The next elements are filters and will change the displayed results once they are selected.
Search reviews
Popular Mentions
The next elements are radio elements and sort the displayed results by the item selected and will update the results displayed.
Hide FiltersMore Filters
The next elements are filters and will change the displayed results once they are selected.
The next elements are filters and will change the displayed results once they are selected.
14 out of 15 Total Reviews for Gensim
4.4 out of 5
14 out of 15 Total Reviews for Gensim
4.4 out of 5
G2 reviews are authentic and verified.
Naresh R.
NR
Enterprise Solution Architect
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
(Original )Information
What do you like best about Gensim?

INdexing and retrival of indexed data in frequent manner Review collected by and hosted on G2.com.

What do you dislike about Gensim?

Server cost is more need to have good explosure on Python Review collected by and hosted on G2.com.

What problems is Gensim solving and how is that benefiting you?

Quick document indexing and pulling matched records when needed by passing matching key words Review collected by and hosted on G2.com.

KUNJAN M.
KM
Freelancing
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
What do you like best about Gensim?

Best tools for unsupervised learning, Topic and language modeling, document indexing, similarity retrieval with large corpora, Vector Space algorithms, and deep neural network supplementary tools such as NLTK, Keras, word2vec, FastText, etc. Compiled models, conda integration, API for maximizing the computations without depending on the high computational power. Visualization and model analysis is also provided that helps while developing the customized neural network models. Review collected by and hosted on G2.com.

What do you dislike about Gensim?

Optimized for platform independence but could be hectic to manage the codebase since the Gensim dependencies are separate from the independent stand-alone packages like TensorFlow, Keras, etc. Review collected by and hosted on G2.com.

Recommendations to others considering Gensim:

Must adapt to use the Gensim package if working on the NLP topic modeling with platform independence, fast computations, distributed computing support, and supportive community to debug and solve the problems occurring during the implementation. Review collected by and hosted on G2.com.

What problems is Gensim solving and how is that benefiting you?

Availability of word embeddings, compiled models, their methods, and documentation are the benefits. I found bit hectic while working on FastText since the separate FastText package is available and it is easy to follow their guide than Gensim. Working great with the conda installation. However, if installed separately, sometimes standalone TensorFlow and Numpy versions compatibility issues occurred. Review collected by and hosted on G2.com.

Aishwarya M.
AM
Data Analyst
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about Gensim?

I have used this library for topic modelling the unstructured text data. As compared to other libraries I have tested genism works super fast. Another thing I like the most about its ease of implementation if you read the documentation. Also, their pre-train corpus is useful if you focus on one domain. Review collected by and hosted on G2.com.

What do you dislike about Gensim?

Since it's a prebuild library sometimes it's hard to find the things that happened at the backend. Its something like a black box. Review collected by and hosted on G2.com.

What problems is Gensim solving and how is that benefiting you?

I solved the categorization of unstructured data problem with Gensim. It was really messed up data and with topic modelling, it was easy to cluster the documents and find out the pattern of each. Topic modelling part was easy with gensim. Review collected by and hosted on G2.com.

Verified User in Computer Software
UC
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
(Original )Information
What do you like best about Gensim?

- Easier implementation

- Lot of optional parameters to configure

- Feasibility to develop many types - word2vec, fastext, etc

- Easier model building, updating, saving in a single line of code Review collected by and hosted on G2.com.

What do you dislike about Gensim?

- library should have been updated to work with the latest embeddings using transfer learning like bert/Albert. orlese sooner it could become outdated without recent developments Review collected by and hosted on G2.com.

Recommendations to others considering Gensim:

Its a good library to work with NLP and apply different word embeddings in your usecases. Definitely a good go for NLP scientists Review collected by and hosted on G2.com.

What problems is Gensim solving and how is that benefiting you?

Problems solved:

- Building Custom Word2vec model & fastext model

- Re-Use public available word embeddings for our usecases

Benefits:

- Faster training

- Very accurate results of semantic meaning of words and phrases

- Multiple approaches like skip-gram and cbow Review collected by and hosted on G2.com.

Nikhil J.
NJ
Sr. Cloud Architect | AI/ML Engineer
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about Gensim?

Gensim is one of the best NLP libraries using which one can train and build NLP models with ease along with high accuracy. Review collected by and hosted on G2.com.

What do you dislike about Gensim?

Gensim is best suited for NLP related tasks only and not for wide array of Machine learning tasks. For other use cases, one should make use of other libraries as suited. Review collected by and hosted on G2.com.

Recommendations to others considering Gensim:

Easy to use, super community and documentation. Review collected by and hosted on G2.com.

What problems is Gensim solving and how is that benefiting you?

I've worked on Topic Modeling use cases in particular using Gensim. This is primarily for Clustering of large documents/articles. Review collected by and hosted on G2.com.

Annamalai N.
AN
Machine Learning Scientist
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about Gensim?

Gensim's word embedding models and NLP pipelines Review collected by and hosted on G2.com.

What do you dislike about Gensim?

Inability to use State-of-the-art (SOTA) models such as Transformers

Inability to use GPUs Review collected by and hosted on G2.com.

What problems is Gensim solving and how is that benefiting you?

I have extensively used Word embeddings models (with Cython).

I have ported them to do graph embedding.

In fact, my most cited paper "graph2vec" uses Gensim to build graph embeddings Review collected by and hosted on G2.com.

Tanmay K.
TK
Data Scientist
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about Gensim?

Less Training time with decent results. Good for creating a custom vocabulary Review collected by and hosted on G2.com.

What do you dislike about Gensim?

Need to preprocess the text particularly stemming/ lemmatization to reduce vocab size. This does not help in cases where you need words in their original form Review collected by and hosted on G2.com.

What problems is Gensim solving and how is that benefiting you?

We are using this for creating custom insurance industry specific vocabulary Review collected by and hosted on G2.com.

Verified User in Financial Services
UF
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about Gensim?

I work in an NLP based team and we have all been frequently using Gensim to serve the needs of several projects. Word2vec, Doc2vec and LDA have been life savers Review collected by and hosted on G2.com.

What do you dislike about Gensim?

Although I've been using Gensim for a while now, I haven't particularly found anything to be a downside yet. Review collected by and hosted on G2.com.

What problems is Gensim solving and how is that benefiting you?

I work with topic modelling tasks and text classification tasks. Gensim’s documentation and community support have been more very helpful Review collected by and hosted on G2.com.

Verified User in Medical Devices
UM
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about Gensim?

I have mostly worked with preprocessing tools from Gensim. It was simple to implement and compaer results with different tools like word2vec, gensim, etc Review collected by and hosted on G2.com.

What do you dislike about Gensim?

It's been a while. Don't remember what I disliked Review collected by and hosted on G2.com.

What problems is Gensim solving and how is that benefiting you?

I used it to solve the prediction problem of mortality in diabetic patients from clinical notes Review collected by and hosted on G2.com.

Bhavesh P.
BP
Quantitative Analyst
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about Gensim?

Gensim provides pre-trained contextual vectors Review collected by and hosted on G2.com.

What do you dislike about Gensim?

More variety of vector dimensions can be offered for pre-trained vectors. Review collected by and hosted on G2.com.

What problems is Gensim solving and how is that benefiting you?

I was solving a text segmentation of subtitles. I have created features out ot text data using Gensim Review collected by and hosted on G2.com.