michelleful / TidyTextMining-Python

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Jupyter Notebook 100.0%