Skip to main content

Wordcloud tools for the ASReview project

Project description

ASReview-wordcloud

PyPI version Downloads Deploy and release Build status DOI

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:

All texts

To make a wordcloud on titles only, use the title flag.

asreview wordcloud MY_DATA.csv --title

Titles only

To make a wordcloud on abstracts only, use the abstract flag.

asreview wordcloud MY_DATA.csv --abstract

Abstracts only

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

asreview-wordcloud-1.0.tar.gz (21.8 kB view hashes)

Uploaded Source

Built Distribution

asreview_wordcloud-1.0-py3-none-any.whl (6.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page