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-01 08:14:23 +0300
committerJohn Bauer <horatio@gmail.com>2022-09-01 08:15:34 +0300
commitd3a26d0869254b077cd51d09b0eff122b869e257 (patch)
treeebd06a79874b18fa71a85cf0c8c67089067906cd
parente4fcf003feb984f535371fb91c9e380dd187fd12 (diff)
Update Hebrew default to a combined model
-rw-r--r--stanza/resources/prepare_resources.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/stanza/resources/prepare_resources.py b/stanza/resources/prepare_resources.py
index 37ff66a0..e9e7593c 100644
--- a/stanza/resources/prepare_resources.py
+++ b/stanza/resources/prepare_resources.py
@@ -5,7 +5,7 @@ Also produces the resources.json file.
For example, on the cluster, you can do this:
-python3 -m stanza.resources.prepare_resources --input_dir /u/nlp/software/stanza/models/current-models --output_dir /u/nlp/software/stanza/models/1.3.1b > resources.out 2>&1
+python3 -m stanza.resources.prepare_resources --input_dir /u/nlp/software/stanza/models/current-models --output_dir /u/nlp/software/stanza/models/1.4.1 > resources.out 2>&1
"""
import json
@@ -53,7 +53,7 @@ default_treebanks = {
"de": "gsd",
"got": "proiel",
"el": "gdt",
- "he": "htb",
+ "he": "combined",
"hi": "hdtb",
"hu": "szeged",
"id": "gsd",