Skip to content

Commit

Permalink
Update Proficiency v0.5.19
Browse files Browse the repository at this point in the history
  • Loading branch information
xxyzz committed Jun 29, 2024
1 parent 571d75c commit 6650a53
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 7 deletions.
86 changes: 80 additions & 6 deletions data/languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,35 @@
},
"de": {
"639-2": "deu",
"gloss_source": "dbnary",
"gloss_source": "kaikki",
"has_trf": false,
"lemma_languages": [
"de"
"ca",
"cs",
"da",
"de",
"el",
"en",
"es",
"fi",
"fr",
"he",
"hr",
"it",
"ja",
"ko",
"lt",
"mk",
"nl",
"no",
"pl",
"pt",
"ro",
"ru",
"sl",
"sv",
"uk",
"zh"
],
"name": "German",
"spacy": "de_core_news_"
Expand Down Expand Up @@ -79,11 +104,35 @@
},
"es": {
"639-2": "spa",
"gloss_source": "dbnary",
"gloss_source": "kaikki",
"has_trf": false,
"lemma_languages": [
"ca",
"cs",
"da",
"de",
"el",
"en",
"es"
"es",
"fi",
"fr",
"he",
"hr",
"it",
"ja",
"ko",
"lt",
"mk",
"nl",
"no",
"pl",
"pt",
"ro",
"ru",
"sl",
"sv",
"uk",
"zh"
],
"name": "Spanish",
"spacy": "es_core_news_"
Expand Down Expand Up @@ -247,10 +296,35 @@
},
"ru": {
"639-2": "rus",
"gloss_source": "dbnary",
"gloss_source": "kaikki",
"has_trf": false,
"lemma_languages": [
"ru"
"ca",
"cs",
"da",
"de",
"el",
"en",
"es",
"fi",
"fr",
"he",
"hr",
"it",
"ja",
"ko",
"lt",
"mk",
"nl",
"no",
"pl",
"pt",
"ro",
"ru",
"sl",
"sv",
"uk",
"zh"
],
"name": "Russian",
"spacy": "ru_core_news_"
Expand Down
2 changes: 1 addition & 1 deletion utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from typing import Any, TypedDict

CJK_LANGS = ["zh", "ja", "ko"]
PROFICIENCY_VERSION = "0.5.18"
PROFICIENCY_VERSION = "0.5.19"
PROFICIENCY_RELEASE_URL = (
f"https://github.com/xxyzz/Proficiency/releases/download/v{PROFICIENCY_VERSION}"
)
Expand Down

0 comments on commit 6650a53

Please sign in to comment.