Skip to content

Commit

Permalink
Add ee and eu languages. Use previously specified dependency versions…
Browse files Browse the repository at this point in the history
… as minimum. No known or anticipated breakage thereafter.
  • Loading branch information
brenthuisman authored and Zenulous committed Feb 20, 2024
1 parent 339c47e commit 82f9c30
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
python-Levenshtein~=0.25.0
statsmodels~=0.14.1
Levenshtein >= 0.12.0
statsmodels >= 0.12.1
2 changes: 2 additions & 0 deletions wuggy/generators/wuggygenerator.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def __init__(self):
self.bigramchain = None
self.bigramchains = {}
self.supported_official_language_plugin_names = [
"orthographic_basque",
"orthographic_dutch",
"orthographic_english",
"orthographic_french",
Expand All @@ -62,6 +63,7 @@ def __init__(self):
"orthographic_serbian_latin",
"orthographic_spanish",
"orthographic_vietnamese",
"orthographic_estonian",
"phonetic_english_celex",
"phonetic_english_cmu",
"phonetic_french",
Expand Down

0 comments on commit 82f9c30

Please sign in to comment.