mirror of
https://github.com/explosion/spaCy.git
synced 2025-03-03 19:08:06 +03:00
Fix languages.json
This commit is contained in:
parent
ed240458f6
commit
19b9ea0436
|
@ -78,11 +78,14 @@
|
||||||
"name": "Japanese",
|
"name": "Japanese",
|
||||||
"models": ["ja_core_news_sm", "ja_core_news_md", "ja_core_news_lg"],
|
"models": ["ja_core_news_sm", "ja_core_news_md", "ja_core_news_lg"],
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
|
{ "name": "Unidic", "url": "http://unidic.ninjal.ac.jp/back_number#unidic_cwj" },
|
||||||
|
{ "name": "Mecab", "url": "https://github.com/taku910/mecab" },
|
||||||
{
|
{
|
||||||
"name": "SudachiPy",
|
"name": "SudachiPy",
|
||||||
"url": "https://github.com/WorksApplications/SudachiPy"
|
"url": "https://github.com/WorksApplications/SudachiPy"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"example": "これは文章です。",
|
||||||
"has_examples": true
|
"has_examples": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -191,17 +194,6 @@
|
||||||
"example": "นี่คือประโยค",
|
"example": "นี่คือประโยค",
|
||||||
"has_examples": true
|
"has_examples": true
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"code": "ja",
|
|
||||||
"name": "Japanese",
|
|
||||||
"dependencies": [
|
|
||||||
{ "name": "Unidic", "url": "http://unidic.ninjal.ac.jp/back_number#unidic_cwj" },
|
|
||||||
{ "name": "Mecab", "url": "https://github.com/taku910/mecab" },
|
|
||||||
{ "name": "fugashi", "url": "https://github.com/polm/fugashi" }
|
|
||||||
],
|
|
||||||
"example": "これは文章です。",
|
|
||||||
"has_examples": true
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"code": "ko",
|
"code": "ko",
|
||||||
"name": "Korean",
|
"name": "Korean",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user