All Projects → asreview → asreview-wordcloud

asreview / asreview-wordcloud

Licence: MIT license
ASReview extension to generate wordcloud from data files.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to asreview-wordcloud

systematic-review-datasets
A collection of fully labeled systematic review datasets (title-abstract screening)
Stars: ✭ 25 (+78.57%)
Mutual labels:  utrecht-university, asreview
asreview-visualization
Visualization extension for ASReview
Stars: ✭ 16 (+14.29%)
Mutual labels:  utrecht-university, asreview
wordclouds
Wordclouds in go
Stars: ✭ 41 (+192.86%)
Mutual labels:  wordcloud
FacebookGraphAPI-Examples
Examples for facebook graph api for python
Stars: ✭ 38 (+171.43%)
Mutual labels:  wordcloud
wordcloud
golang wordcloud
Stars: ✭ 50 (+257.14%)
Mutual labels:  wordcloud
buhos
Web based systematic literature review software
Stars: ✭ 25 (+78.57%)
Mutual labels:  systematic-reviews
chartjs-chart-wordcloud
Chart.js Word Clouds
Stars: ✭ 34 (+142.86%)
Mutual labels:  wordcloud
pdb-tools
A dependency-free cross-platform swiss army knife for PDB files.
Stars: ✭ 240 (+1614.29%)
Mutual labels:  utrecht-university
D3 Cloud
Create word clouds in JavaScript.
Stars: ✭ 3,460 (+24614.29%)
Mutual labels:  wordcloud
videocloud
Generate word clouds from YouTube videos
Stars: ✭ 14 (+0%)
Mutual labels:  wordcloud
Xiecheng Comment
🌈Xiecheng_Comment多线程Threading爬取携程的丽江古城景点评论并生成词云
Stars: ✭ 23 (+64.29%)
Mutual labels:  wordcloud
WordCloudSharp
☁️ Ported from http://wordcloud.codeplex.com/
Stars: ✭ 49 (+250%)
Mutual labels:  wordcloud
medrxivr
Access and search medRxiv and bioRxiv preprint data
Stars: ✭ 34 (+142.86%)
Mutual labels:  systematic-reviews
soan
Social Analysis based on Whatsapp data
Stars: ✭ 106 (+657.14%)
Mutual labels:  wordcloud
src
tools for fast reading of docs
Stars: ✭ 40 (+185.71%)
Mutual labels:  systematic-literature-reviews
awesome-utrecht-university
A curated list of awesome open source projects from Utrecht University.
Stars: ✭ 31 (+121.43%)
Mutual labels:  utrecht-university
National-Petition
청와대 국민청원 분석으로 국민의 생각 알아보기 📈🔬
Stars: ✭ 45 (+221.43%)
Mutual labels:  wordcloud
Wordcloud2.js
Tag cloud/Wordle presentation on 2D canvas or HTML
Stars: ✭ 1,905 (+13507.14%)
Mutual labels:  wordcloud
WordCloud.jl
word cloud generator in julia
Stars: ✭ 66 (+371.43%)
Mutual labels:  wordcloud
JessicaLim8
Profile ReadME! Join my community word cloud!
Stars: ✭ 81 (+478.57%)
Mutual labels:  wordcloud

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].