mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 17:36:30 +03:00
Add scattertext [ci skip]
This commit is contained in:
parent
a685fff875
commit
f803da609f
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user