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 5db487b
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
python -m mypy __main__.py
- run: |
python -m pip install ruff
python -m ruff .
python -m ruff check .
python -m ruff format --diff .
- uses: crate-ci/[email protected].0
- uses: crate-ci/[email protected].9
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 5db487b

Please sign in to comment.