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.
Release files for asreview-wordcloud 1.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| asreview-wordcloud-1.0.1.tar.gz | 21.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| asreview_wordcloud-1.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 28.7 kB
Release files / asreview-wordcloud-1.0.1.tar.gz
| Download URL | asreview-wordcloud-1.0.1.tar.gz |
|---|---|
| Size | 21.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2441e433f3e4aae0bfae0ffbc1f93c5b34a9da1f7c528557e222d7bbbbec2861
|
|
BLAKE2b-256 checksum How to use checksums |
578570e7d05aef7e7a3d1f090e61d1b3b79842a50f8de269843e9e0ec09f9751
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.13
|
Release files / asreview_wordcloud-1.0.1-py3-none-any.whl
| Download URL | asreview_wordcloud-1.0.1-py3-none-any.whl |
|---|---|
| Size | 6.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ab7232d5f79fe2775496ff1e90b43f3e02e1dbc32574e147c20f40da86326fa3
|
|
BLAKE2b-256 checksum How to use checksums |
30ddfb1ccfb0dceb198e206c30832852cadf9fe6625eefdec0c8f4e4ae749fad
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.13
|