mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-04 12:20: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",
|
"id": "grecy",
|
||||||
"title": "greCy",
|
"title": "greCy",
|
||||||
"slogan": "Ancient Greek pipelines for spaCy",
|
"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",
|
"github": "jmyerston/greCy",
|
||||||
"pip": "grecy"
|
"pip": "grecy",
|
||||||
"code_example": [
|
"code_example": [
|
||||||
"python -m grecy install grc_proiel_trf",
|
"python -m grecy install grc_proiel_trf",
|
||||||
"",
|
"",
|
||||||
|
@ -130,7 +130,7 @@
|
||||||
" print(f'{token.text}, lemma: {token.lemma_}, pos: {token.pos_}, dep: {token.dep_}')"
|
" print(f'{token.text}, lemma: {token.lemma_}, pos: {token.pos_}, dep: {token.dep_}')"
|
||||||
],
|
],
|
||||||
"code_language": "python",
|
"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": "Jacobo Myerston",
|
||||||
"author_links": {
|
"author_links": {
|
||||||
"twitter": "@jcbmyrstn",
|
"twitter": "@jcbmyrstn",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user