Add uk pipelines to website (#11332)

This commit is contained in:
Adriane Boyd 2022-08-18 14:04:57 +02:00 committed by GitHub
parent cab263791f
commit 09b3118b26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -467,10 +467,20 @@
"code": "uk",
"name": "Ukrainian",
"has_examples": true,
"models": [
"uk_core_news_sm",
"uk_core_news_md",
"uk_core_news_lg",
"uk_core_news_trf"
],
"dependencies": [
{
"name": "pymorphy2",
"url": "https://github.com/kmike/pymorphy2"
},
{
"name": "pymorphy2-dicts-uk",
"url": "https://github.com/kmike/pymorphy2-dicts/"
}
]
},