mention need to download model before example works

Co-authored-by: Adriane Boyd <adrianeboyd@gmail.com>
This commit is contained in:
sloev / Johannes Valbjørn 2023-03-18 01:21:21 +01:00 committed by GitHub
parent ac7b9691bc
commit 58a8f206ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",
"",