Fix languages.json

This commit is contained in:
Ines Montani 2020-06-16 18:34:11 +02:00
parent ed240458f6
commit 19b9ea0436

View File

@ -78,11 +78,14 @@
"name": "Japanese",
"models": ["ja_core_news_sm", "ja_core_news_md", "ja_core_news_lg"],
"dependencies": [
{ "name": "Unidic", "url": "http://unidic.ninjal.ac.jp/back_number#unidic_cwj" },
{ "name": "Mecab", "url": "https://github.com/taku910/mecab" },
{
"name": "SudachiPy",
"url": "https://github.com/WorksApplications/SudachiPy"
}
],
"example": "これは文章です。",
"has_examples": true
},
{
@ -191,17 +194,6 @@
"example": "นี่คือประโยค",
"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",
"name": "Korean",