yake
Single-document unsupervised keyword extraction (by LIAAD)
scattertext
Beautiful visualizations of how language differs among document types. (by JasonKessler)
yake | scattertext | |
---|---|---|
5 | 3 | |
1,656 | 2,257 | |
0.8% | - | |
3.0 | 3.7 | |
11 months ago | 3 months ago | |
Python | Python | |
GNU General Public License v3.0 or later | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
yake
Posts with mentions or reviews of yake.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-03-14.
- Show HN: Whisper.cpp and YAKE to Analyse Voice Reflections [iOS]
-
Simplest keyword extractor
Personally I prefer using YAKE.
- What method should be used to tag specific texts, when the dataset is too small for training a model?
- Is there any YAKE (yet another keyword extractor) implementation in R? Unsupervised Approach for Automatic Keyword Extraction using Text Statistical Features.
-
Alternate approaches to TF-IDF?
You can look for usage here: https://github.com/LIAAD/yake and there is also a reference section with publications for more details of how this works. From what I remember, each keyphrase candidate is assigned an aggregated score based on various features: position in the text, casing, frequency, surrounding text frequency...
scattertext
Posts with mentions or reviews of scattertext.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-04-27.
-
Clustering of text - Where to start?
If what you want is to determine how similar two categories are, or to learn something about the structure or words that compose those categories, you might consider word shift graphs or Scattertext.
- [Data] Principali parole degli ultimi (circa) 200 post sul sub
-
Alternate approaches to TF-IDF?
Other suggestions: Take a look at Scattertext. Compare keywords to the problem of aspect extraction. I think an underutilized way to look at textual data when you have a single group of interest is the word-frequency-based odds ratio.
What are some alternatives?
When comparing yake and scattertext you can also consider the following projects:
rake-nltk - Python implementation of the Rapid Automatic Keyword Extraction algorithm using NLTK.
BERTopic - Leveraging BERT and c-TF-IDF to create easily interpretable topics.