https://github.com/asreview/asreview-wordcloud

ASReview extension to generate wordcloud from data files.

https://github.com/asreview/asreview-wordcloud

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

asreview systematic-literature-reviews systematic-reviews utrecht-university wordcloud

Keywords from Contributors

active-learning discovery plot directory-lister learning-algorithms research language-model literature
Last synced: 5 months ago · JSON representation

Repository

ASReview extension to generate wordcloud from data files.

Basic Info
  • Host: GitHub
  • Owner: asreview
  • License: mit
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 3.53 MB
Statistics
  • Stars: 18
  • Watchers: 3
  • Forks: 2
  • Open Issues: 1
  • Releases: 0
Topics
asreview systematic-literature-reviews systematic-reviews utrecht-university wordcloud
Created about 5 years ago · Last pushed 9 months ago
Metadata Files
Readme License

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.

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:

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:

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.

Owner

  • Name: ASReview
  • Login: asreview
  • Kind: organization
  • Email: asreview@uu.nl
  • Location: Utrecht University

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 Email 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

  • Versions: 12
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 134 Last month
  • Docker Downloads: 47
Rankings
Docker downloads count: 3.1%
Dependent packages count: 10.1%
Average: 13.5%
Downloads: 14.0%
Stargazers count: 15.2%
Forks count: 16.8%
Dependent repos count: 21.6%
Maintainers (2)
Last synced: 6 months ago

Dependencies

.github/workflows/ci-workflow.yml actions
  • actions/checkout master composite
  • actions/setup-python v1 composite
.github/workflows/pythonpublish.yml actions
  • 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
setup.py pypi
  • asreview >=1,<2
  • matplotlib *
  • wordcloud *