mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-31 11:46:22 +03:00
Fix typo (#12615)
This commit is contained in:
parent
7ae4fc19a1
commit
54d9198e62
|
@ -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",
|
||||
"import spacy",
|
||||
"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_}')",
|
||||
"",
|
||||
|
|
Loading…
Reference in New Issue
Block a user