Add uk pipelines to website (#11332)

This commit is contained in:
Adriane Boyd 2022-08-18 14:04:57 +02:00
parent 5d42ec12ce
commit 655054ce27

View File

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