mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 20:28:20 +03:00
Fix JSON in #6395
This commit is contained in:
parent
c3d9550f30
commit
c2eb0992ae
|
@ -18,7 +18,7 @@
|
|||
"doc = nlp(text)",
|
||||
"doc._.sentiment.polarity # Polarity: -0.125",
|
||||
"doc._.sentiment.subjectivity # Sujectivity: 0.9",
|
||||
"doc._.sentiment.assessments # Assessments: [(['really', 'horrible'], -1.0, 1.0, None), (['worst', '!'], -1.0, 1.0, None), (['really', 'good'], 0.7, 0.6000000000000001, None), (['happy'], 0.8, 1.0, None)]",
|
||||
"doc._.sentiment.assessments # Assessments: [(['really', 'horrible'], -1.0, 1.0, None), (['worst', '!'], -1.0, 1.0, None), (['really', 'good'], 0.7, 0.6000000000000001, None), (['happy'], 0.8, 1.0, None)]"
|
||||
],
|
||||
"code_language": "python",
|
||||
"url": "https://spacytextblob.netlify.app/",
|
||||
|
|
Loading…
Reference in New Issue
Block a user