• Stars
    star
    139
  • Rank 261,417 (Top 6 %)
  • Language
    HTML
  • Created about 7 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Notebooks for the Seattle PyData 2017 talk on Scattertext

Scattertext-PyData

Notebooks for the Seattle PyData 2017 talk on Scattertext

A guide to using the python package Scattertext. If you feel so moved, please star it, fork it, or even contribute!

Check out the introductory presentation here.

Video

Watch the PyData talk here

Using the notebooks

The notebooks look best in Chrome.

Slow but interactive way

In order to use these notebooks, please execute the following commands, please clone this repo and run (in Python 3):

$ git clone https://github.com/JasonKessler/Scattertext-PyData
$ pip3 install scattertext agefromname
$ cd Scattertext-PyData
$ jupyter notebook

Fast and non-interative way

  • First Notebook how to use Scattertext to visualize differences in document types. Conventions-Visualization.html
  • Second Notebook how to use Scattertext and AgeFromName to understand how lanugage, gender and political party intersect. Gender and Party
  • Third Notebook how to use Scattertext to visualize how the same word or semantic type is discussed different between document categories. In this case, we explore how "jobs" is discussed differently by Republicans and Democrats. Word representations

More Repositories

1

scattertext

Beautiful visualizations of how language differs among document types.
Python
2,232
star
2

agefromname

Predict age and gender from a first name
Python
60
star
3

fakeout

Kaggle Fake News Dataset Exploration
HTML
7
star
4

PuPPyTalk

Feb. 21, 2018 PuPPY talk on Lexicon Mining and Semiotic Squares
HTML
7
star
5

GlobalAI2018

Slides and Code for Natural Language Visualization with Scattertext
HTML
5
star
6

NLPDaySeattle2017

Talk and Jupyter Notebooks for NLP Day Seattle 2017 Talk: Understanding Cultures and Perspectives through Text and Emoji Visualization.
HTML
5
star
7

ICLR18ReviewVis

Visualizing language used in ICLR 2018 reviews using Scattertext
HTML
3
star
8

IndiethinkersTutorial

Python for Text Analysis tutorial presented to Indiethinkers
HTML
3
star
9

mueller_report

Using Scattertext to Understand the Mueller Report
HTML
3
star
10

Scattertext-Notebooks

Scattertext Tutorials as Notebooks
HTML
3
star
11

jasonkessler.github.io

HTML
2
star
12

DeceptionSemioticSquares

Using Scattertext to examine publicly available datasets about deception
HTML
2
star
13

SemioticSquaresTalk

#ddtx18 talk: Lexicon Mining for Semiotic Squares: Exploding Binary Classification
HTML
1
star
14

truther

Determine whether someone is asserting, denying, or not taking a stance toward a proposition
Jupyter Notebook
1
star
15

PresidentialDebates

HTML
1
star
16

pycoref

A simple coreference system using based on spaCy
Shell
1
star
17

Scattertext-R

Combining Scattertext and R Text Analysis Packages
HTML
1
star
18

sklearnnnls

A scikit-learn wrapper for Scipy's non-negative least squares (NNLS) solver
1
star