Wordcloud tools for the ASReview project
Project description
ASReview-wordcloud
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:
pip install asreview-wordcloud
After installation of the wordcloud extension, asreview
should automatically
detect it. Test this by:
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file asreview-wordcloud-1.0.1.tar.gz
.
File metadata
- Download URL: asreview-wordcloud-1.0.1.tar.gz
- Upload date:
- Size: 21.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2441e433f3e4aae0bfae0ffbc1f93c5b34a9da1f7c528557e222d7bbbbec2861 |
|
MD5 | c5f07e332047094ed5c4c581ea070345 |
|
BLAKE2b-256 | 578570e7d05aef7e7a3d1f090e61d1b3b79842a50f8de269843e9e0ec09f9751 |
File details
Details for the file asreview_wordcloud-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: asreview_wordcloud-1.0.1-py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ab7232d5f79fe2775496ff1e90b43f3e02e1dbc32574e147c20f40da86326fa3 |
|
MD5 | 8c66cfefd1b4742ffd748038fe249152 |
|
BLAKE2b-256 | 30ddfb1ccfb0dceb198e206c30832852cadf9fe6625eefdec0c8f4e4ae749fad |