mirror of https://github.com/explosion/spaCy.git
Fix typo (#12615)
This commit is contained in:
parent
eb3960a15a
commit
15f16db6ca
|
@ -11,7 +11,7 @@
|
||||||
"# pip install https://huggingface.co/latincy/la_core_web_lg/resolve/main/la_core_web_lg-any-py3-none-any.whl",
|
"# pip install https://huggingface.co/latincy/la_core_web_lg/resolve/main/la_core_web_lg-any-py3-none-any.whl",
|
||||||
"import spacy",
|
"import spacy",
|
||||||
"nlp = spacy.load('la_core_web_lg')",
|
"nlp = spacy.load('la_core_web_lg')",
|
||||||
"doc = nlp('Haec narranatur a poetis de Perseo')",
|
"doc = nlp('Haec narrantur a poetis de Perseo')",
|
||||||
"",
|
"",
|
||||||
"print(f'{doc[0].text}, {doc[0].norm_}, {doc[0].lemma_}, {doc[0].pos_}')",
|
"print(f'{doc[0].text}, {doc[0].norm_}, {doc[0].lemma_}, {doc[0].pos_}')",
|
||||||
"",
|
"",
|
||||||
|
|
Loading…
Reference in New Issue