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 23:13:36 +0300
committerJohn Bauer <horatio@gmail.com>2022-09-13 23:13:36 +0300
commitf508078db29748ca7e86a1302ff0eac7bc56bcf7 (patch)
tree4d527afbcf719a25deb76c4b2720da7878537ffd
parent5ac4d77873ea6600a2517828f3c2e2cf714cdb00 (diff)
PL now has an NER model
-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 78c6131a..5cc7df8a 100644
--- a/stanza/resources/prepare_resources.py
+++ b/stanza/resources/prepare_resources.py
@@ -144,6 +144,7 @@ default_ners = {
"nb": "norne",
"nl": "conll02",
"nn": "norne",
+ "pl": "nkjp",
"ru": "wikiner",
"sv": "suc3shuffle",
"th": "lst20",
@@ -172,6 +173,7 @@ default_charlms = {
"my": "oscar",
"nb": "conll17",
"nl": "ccwiki",
+ "pl": "oscar",
"ru": "newswiki",
"sv": "conll17",
"th": "oscar",