mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 09:26:27 +03:00
typo fix for wordnet_annotator (#4326)
This commit is contained in:
parent
eb0649e38e
commit
975aebd7e4
|
@ -1434,7 +1434,7 @@
|
||||||
"thumb": "https://i.imgur.com/3y2uPUv.jpg",
|
"thumb": "https://i.imgur.com/3y2uPUv.jpg",
|
||||||
"code_example": [
|
"code_example": [
|
||||||
"import spacy",
|
"import spacy",
|
||||||
"from spacy_wordnet.wornet_annotator import WordnetAnnotator ",
|
"from spacy_wordnet.wordnet_annotator import WordnetAnnotator ",
|
||||||
"",
|
"",
|
||||||
"# Load an spacy model (supported models are \"es\" and \"en\") ",
|
"# Load an spacy model (supported models are \"es\" and \"en\") ",
|
||||||
"nlp = spacy.load('en')",
|
"nlp = spacy.load('en')",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user