mirror of
https://github.com/explosion/spaCy.git
synced 2025-04-22 10:02:01 +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",
|
||||
"pip": "sentimental-onix",
|
||||
"code_example": [
|
||||
"# Download model:",
|
||||
"# python -m sentimental_onix download en",
|
||||
"import spacy",
|
||||
"from sentimental_onix import pipeline",
|
||||
"",
|
||||
|
|
Loading…
Reference in New Issue
Block a user