Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pending deprecation of asreview-wordcloud #15

Open
J535D165 opened this issue Nov 25, 2024 · 0 comments
Open

Pending deprecation of asreview-wordcloud #15

J535D165 opened this issue Nov 25, 2024 · 0 comments

Comments

@J535D165
Copy link
Member

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.

@J535D165 J535D165 pinned this issue Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant