From 82f9c30e5c15dabe36610c3f20f2447ccffbec4b Mon Sep 17 00:00:00 2001 From: Brent Huisman Date: Thu, 15 Feb 2024 20:05:53 +0100 Subject: [PATCH] Add ee and eu languages. Use previously specified dependency versions as minimum. No known or anticipated breakage thereafter. --- requirements.txt | 4 ++-- wuggy/generators/wuggygenerator.py | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7fbbc82..c8fe603 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -python-Levenshtein~=0.25.0 -statsmodels~=0.14.1 \ No newline at end of file +Levenshtein >= 0.12.0 +statsmodels >= 0.12.1 \ No newline at end of file diff --git a/wuggy/generators/wuggygenerator.py b/wuggy/generators/wuggygenerator.py index 9055302..1ba711b 100644 --- a/wuggy/generators/wuggygenerator.py +++ b/wuggy/generators/wuggygenerator.py @@ -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", @@ -62,6 +63,7 @@ def __init__(self): "orthographic_serbian_latin", "orthographic_spanish", "orthographic_vietnamese", + "orthographic_estonian", "phonetic_english_celex", "phonetic_english_cmu", "phonetic_french",