typo fix for wordnet_annotator (#4326)

This commit is contained in:
Ajinkya Kale 2019-09-27 02:52:53 -07:00 committed by Ines Montani
parent eb0649e38e
commit 975aebd7e4

View File

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