mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-11 08:42:28 +03:00
mention need to download model before example works
Co-authored-by: Adriane Boyd <adrianeboyd@gmail.com>
This commit is contained in:
parent
ac7b9691bc
commit
58a8f206ef
|
@ -3223,6 +3223,8 @@
|
||||||
"github": "sloev/sentimental-onix",
|
"github": "sloev/sentimental-onix",
|
||||||
"pip": "sentimental-onix",
|
"pip": "sentimental-onix",
|
||||||
"code_example": [
|
"code_example": [
|
||||||
|
"# Download model:",
|
||||||
|
"# python -m sentimental_onix download en",
|
||||||
"import spacy",
|
"import spacy",
|
||||||
"from sentimental_onix import pipeline",
|
"from sentimental_onix import pipeline",
|
||||||
"",
|
"",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user