Add scattertext [ci skip]

This commit is contained in:
ines 2018-05-07 19:10:23 +02:00
parent a685fff875
commit f803da609f

View File

@ -445,6 +445,29 @@
}, },
"category": ["visualizers"] "category": ["visualizers"]
}, },
{
"id": "scattertext",
"slogan": "Beautiful visualizations of how language differs among document types",
"description": "A tool for finding distinguishing terms in small-to-medium-sized corpora, and presenting them in a sexy, interactive scatter plot with non-overlapping term labels. Exploratory data analysis just got more fun.",
"github": "JasonKessler/scattertext",
"image": "https://jasonkessler.github.io/2012conventions0.0.2.2.png",
"code_example": [
"import spacy",
"import scattertext as st",
"",
"nlp = spacy.load('en')",
"corpus = st.CorpusFromPandas(convention_df,",
" category_col='party',",
" text_col='text',",
" nlp=nlp).build()"
],
"author": "Jason Kessler",
"author_links": {
"github": "JasonKessler",
"twitter": "jasonkessler"
},
"category": ["visualizers"]
},
{ {
"id": "rasa", "id": "rasa",
"title": "Rasa NLU", "title": "Rasa NLU",