From a1ca3316f855a9bad55356a8edaf8211495657e6 Mon Sep 17 00:00:00 2001 From: John Bauer Date: Sat, 7 Dec 2024 11:30:45 -0800 Subject: [PATCH] For now at least, fasttext157 for the default KA word vectors --- stanza/resources/default_packages.py | 1 + 1 file changed, 1 insertion(+) diff --git a/stanza/resources/default_packages.py b/stanza/resources/default_packages.py index 3017eec92c..cfe57ed596 100644 --- a/stanza/resources/default_packages.py +++ b/stanza/resources/default_packages.py @@ -162,6 +162,7 @@ "is": "fasttext157", "it": "conll17", "ja": "conll17", + "ka": "fasttext157", "kk": "fasttext157", "kmr": "fasttextwiki", "ko": "conll17",