mirror of https://github.com/explosion/spaCy.git
Add uk pipelines to website (#11332)
This commit is contained in:
parent
cab263791f
commit
09b3118b26
|
@ -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/"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue