mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 09:26:27 +03:00
Add scattertext [ci skip]
This commit is contained in:
parent
a685fff875
commit
f803da609f
|
@ -445,6 +445,29 @@
|
|||
},
|
||||
"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",
|
||||
"title": "Rasa NLU",
|
||||
|
|
Loading…
Reference in New Issue
Block a user