Introducing: TidierText.jl v0.1.0 (on its way to the registry)

It brings the magic of R’s tidytext to #JuliaLang:

- bind_tf_idf()
- unnest_tokens()
- unnest_regex()
- unnest_characters()
- unnest_ngrams()
- get_stopwords()

https://github.com/TidierOrg/TidierText.jl/

GitHub - TidierOrg/TidierText.jl: 100% Julia implementation of the tidytext R package

100% Julia implementation of the tidytext R package - GitHub - TidierOrg/TidierText.jl: 100% Julia implementation of the tidytext R package

GitHub
@kdpsingh since the design borrows so heavily from the work of Julia Silge and David Robinson, have you considered reaching out to them to offer them credit as co-authors?

@benschneider Planning on it. Looking online I actually need to clarify the license with them: https://github.com/juliasilge/tidytext/blob/main/LICENSE

Will ensure that we address this.

tidytext/LICENSE at main · juliasilge/tidytext

Text mining using tidy tools :sparkles::page_facing_up::sparkles: - juliasilge/tidytext

GitHub