Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stanfordnlp/stanza.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Bauer <horatio@gmail.com>2022-09-13 10:58:06 +0300
committerJohn Bauer <horatio@gmail.com>2022-09-13 10:58:06 +0300
commit5ac4d77873ea6600a2517828f3c2e2cf714cdb00 (patch)
treea77c0d7fdcb450fe64f3235aba88208140545a30
parentaa88cff80971a48e2ac6592e1dc081ea6bb8d4f7 (diff)
Add a couple sentiment models for v1.4.1
-rw-r--r--stanza/resources/prepare_resources.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/stanza/resources/prepare_resources.py b/stanza/resources/prepare_resources.py
index e9e7593c..78c6131a 100644
--- a/stanza/resources/prepare_resources.py
+++ b/stanza/resources/prepare_resources.py
@@ -268,6 +268,8 @@ ner_pretrains = {
default_sentiment = {
"en": "sstplus",
"de": "sb10k",
+ "es": "tass2020",
+ "mr": "l3cube",
"vi": "vsfc",
"zh-hans": "ren",
}