Skip to content

Pending deprecation of asreview-wordcloud #15

Description

@J535D165

This package will be deprecated with the release of ASReview LAB v2 in early 2025. To some extent, this functionality will be integrated into ASReview LAB itself. We believe that the new functionality in ASReview LAB will be enough for most of our users, and this extension is too limited for advanced use cases.

We suggest API or CLI users to:

  1. Read your data file with Python on R. For RIS files, Python users can use rispy.
  2. Use a wordcloud library like https://pypi.org/project/wordcloud/ or online service.
    # create word cloud text
    text = " ".join(abstracts)

    # generate word cloud image
    wordcloud = WordCloud(stopwords=STOPWORDS,
                          max_words=100,
                          background_color="white",
                          width=width,
                          height=height).generate(text)

AI chatbots are very skilled in helping you out with this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions