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-14 02:57:28 +0300
committerJohn Bauer <horatio@gmail.com>2022-09-14 02:57:28 +0300
commita74678e36c2ecb933016620ebfd2a8ab50bd55c3 (patch)
tree820fc6dfd10817f9d397ae3567da99073a0508c5
parent1470cdc6e8aa0c8a73c8ecfdacf9498275d3463e (diff)
Now there should be POS models which match the PL charlms as well
-rw-r--r--stanza/resources/prepare_resources.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/stanza/resources/prepare_resources.py b/stanza/resources/prepare_resources.py
index cd219b91..94dc01cf 100644
--- a/stanza/resources/prepare_resources.py
+++ b/stanza/resources/prepare_resources.py
@@ -173,7 +173,7 @@ default_charlms = {
"my": "oscar",
"nb": "conll17",
"nl": "ccwiki",
- #"pl": "oscar",
+ "pl": "oscar",
"ru": "newswiki",
"sv": "conll17",
"th": "oscar",
@@ -216,9 +216,6 @@ ner_charlms = {
"nn": {
"norne": None,
},
- "pl": {
- "nkjp": "oscar",
- },
}
ner_pretrains = {