Skip to content

Code snippets from "Text Mining with R: A Tidy Approach" translated into Python

Notifications You must be signed in to change notification settings

michelleful/TidyTextMining-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

TidyTextMining-Python

Summary

Code snippets from "Text Mining with R: A Tidy Approach" (Github) by Julia Silge and David Robinson, translated into Python.

What's going on here?

As I read through the book, I'm translating the code samples into Python 3. As far as I know, there's no Python equivalent to the tidytext R package. I'll be using pandas and SpaCy (possibly gensim also?) to accomplish the same effects, and working within Jupyter notebooks. Let's see how far we get!

Status: I'm at the very beginning, Chapter 1: The Tidy Text Format.

License

All code is released under a CC-BY-NC-SA license.

About

Code snippets from "Text Mining with R: A Tidy Approach" translated into Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published