https://github.com/asreview/asreview-wordcloud
ASReview extension to generate wordcloud from data files.
Science Score: 10.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
✓Academic publication links
Links to: zenodo.org -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.0%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
ASReview extension to generate wordcloud from data files.
Basic Info
Statistics
- Stars: 18
- Watchers: 3
- Forks: 2
- Open Issues: 1
- Releases: 0
Topics
Metadata Files
README.md
❗❗❗ Deprecated: ASReview-wordcloud
ASReview-wordcloud is deprecated and has not been updated to ASReview version 2. To get insights into datasets and subsets of labels, you can use ASReview LAB's new dashboard.
ASReview-wordcloud is an extension for the ASReview LAB software. It offers an easy way to create a visual impression of the contents of datasets.
Installation
The easiest way to install the wordcloud extension is to install from PyPI:
bash
pip install asreview-wordcloud
After installation of the wordcloud extension, asreview should automatically
detect it. Test this by:
bash
asreview --help
It should list the wordcloud subcommand.
Basic usage
The dataset should contain a column containing titles and/or abstracts. For specific requirements check the ASReview documentation. To use your data use:
asreview wordcloud MY_DATA.csv
The following shows the Schoot et al. (2017) dataset:

To make a wordcloud on titles only, use the title flag.
asreview wordcloud MY_DATA.csv --title

To make a wordcloud on abstracts only, use the abstract flag.
asreview wordcloud MY_DATA.csv --abstract

To make a wordcloud on relevant (inclusions) only, use the relevant flag.
asreview wordcloud MY_DATA.csv --relevant
Save figure
Save the wordcloud to a file with the -o flag.
asreview wordcloud MY_DATA.csv -o MY_DATA_WORDCLOUD.png
License
This extension is published under the MIT license.
Contact
This extension is part of the ASReview project (asreview.ai). It is maintained by the maintainers of ASReview LAB. See ASReview LAB for contact information and more resources.
Owner
- Name: ASReview
- Login: asreview
- Kind: organization
- Email: asreview@uu.nl
- Location: Utrecht University
- Website: www.asreview.ai
- Repositories: 32
- Profile: https://github.com/asreview
ASReview - Active learning for Systematic Reviews
GitHub Events
Total
- Issues event: 2
- Watch event: 3
- Push event: 1
Last Year
- Issues event: 2
- Watch event: 3
- Push event: 1
Committers
Last synced: almost 3 years ago
All Time
- Total Commits: 30
- Total Committers: 6
- Avg Commits per committer: 5.0
- Development Distribution Score (DDS): 0.2
Top Committers
| Name | Commits | |
|---|---|---|
| Jonathan de Bruin | j****s@g****m | 24 |
| Sofie vd Brand | 6****d@u****m | 2 |
| Jelle | j****a@g****m | 1 |
| Rens van de schoot | 3****t@u****m | 1 |
| Keven Quach | b****i@g****m | 1 |
| GerbrichFerdinands | 4****s@u****m | 1 |
Packages
- Total packages: 1
-
Total downloads:
- pypi 134 last-month
- Total docker downloads: 47
- Total dependent packages: 0
- Total dependent repositories: 1
- Total versions: 12
- Total maintainers: 2
pypi.org: asreview-wordcloud
Wordcloud tools for the ASReview project
- Homepage: https://github.com/asreview/asreview-wordcloud
- Documentation: https://asreview-wordcloud.readthedocs.io/
- License: MIT License
-
Latest release: 1.0.1
published over 3 years ago
Rankings
Maintainers (2)
Dependencies
- actions/checkout master composite
- actions/setup-python v1 composite
- actions/checkout v2 composite
- actions/create-release v1.0.0 composite
- actions/setup-python v1 composite
- actions/upload-release-asset v1.0.1 composite
- pypa/gh-action-pypi-publish master composite
- asreview >=1,<2
- matplotlib *
- wordcloud *