mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-04 04:10:20 +03:00
Update universe.json
add some missing commas in the greCy's description.
This commit is contained in:
parent
4d27ec4f09
commit
8933b37021
|
@ -114,9 +114,9 @@
|
|||
"id": "grecy",
|
||||
"title": "greCy",
|
||||
"slogan": "Ancient Greek pipelines for spaCy",
|
||||
"description": "greCy offers state-of-the-art pipelines for ancient Greek NLP. It installs language models available in various sizes, some of them containing word vectors or the aristoBERTo transformer.",
|
||||
"description": "greCy offers state-of-the-art pipelines for ancient Greek NLP. It installs language models available in various sizes, some of them containing either word vectors or the aristoBERTo transformer.",
|
||||
"github": "jmyerston/greCy",
|
||||
"pip": "grecy"
|
||||
"pip": "grecy",
|
||||
"code_example": [
|
||||
"python -m grecy install grc_proiel_trf",
|
||||
"",
|
||||
|
@ -130,7 +130,7 @@
|
|||
" print(f'{token.text}, lemma: {token.lemma_}, pos: {token.pos_}, dep: {token.dep_}')"
|
||||
],
|
||||
"code_language": "python",
|
||||
"thumb": "https://jacobo-syntax.hf.space/media/03a5317fa660c142e41dd2870b4273ce4e668e6fcdee0a276891f563.png"
|
||||
"thumb": "https://jacobo-syntax.hf.space/media/03a5317fa660c142e41dd2870b4273ce4e668e6fcdee0a276891f563.png",
|
||||
"author": "Jacobo Myerston",
|
||||
"author_links": {
|
||||
"twitter": "@jcbmyrstn",
|
||||
|
|
Loading…
Reference in New Issue
Block a user