mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 01:16:28 +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",
|
||||
"code_example": [
|
||||
"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\") ",
|
||||
"nlp = spacy.load('en')",
|
||||
|
|
Loading…
Reference in New Issue
Block a user