CentreForDigitalHumanities / CentreForDigitalHumanities/Textcavator
Improvements to wordcloud
- Dominant language
- Python
- Stars
- 12
- Forks
- 3
- Avg merge
- 3d 3m
- Merged PRs (30d)
- 9
Description
The wordcloud can be given some extra functionality to be more informative.
- [ ] Add the option for the table to show percentages instead of absolute frequencies
- [ ] If the user has entered a query or filter and is viewing a subset of the corpus, they can currently see the term frequencies in their subset. Also add the option to see frequencies relative to the whole corpus, e.g. as TF-IDF score.
- [ ] Add a setting to show bigrams/trigrams instead of unigrams. Since the wordcloud relies on a CountVectorizer, this should be trivial, though it may be problematic for the TF-IDF mentioned above.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.