Skip to content

Commit

Permalink
Update Proficency 0.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
xxyzz committed Oct 14, 2023
1 parent 1ed10f3 commit 4a9cea7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def cli_main(self, argv):
log.prints(
Log.WARNING,
f"Book language {lang} is not supported for Word Wise gloss"
"language {gloss_lang}",
f"language {gloss_lang}",
)
if create_w is False and create_x is False:
continue
Expand Down
2 changes: 1 addition & 1 deletion data/deps.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"cupy": "12.2.0",
"lxml": "4.9.3",
"rapidfuzz": "3.3.1",
"rapidfuzz": "3.4.0",
"spacy_cpu_model": "3.7.0",
"spacy_trf_model": "3.7.2",
"thinc-apple-ops": "0.1.4",
Expand Down
2 changes: 1 addition & 1 deletion data/languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
},
"fr": {
"639-2": "fra",
"gloss_source": "dbnary",
"gloss_source": "kaikki",
"has_trf": false,
"lemma_languages": [
"ca",
Expand Down
2 changes: 1 addition & 1 deletion utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from typing import Any, TypedDict

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

0 comments on commit 4a9cea7

Please sign in to comment.