From a74678e36c2ecb933016620ebfd2a8ab50bd55c3 Mon Sep 17 00:00:00 2001 From: John Bauer Date: Tue, 13 Sep 2022 16:57:28 -0700 Subject: Now there should be POS models which match the PL charlms as well --- stanza/resources/prepare_resources.py | 5 +---- 1 file changed, 1 insertion(+), 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 = { -- cgit v1.2.3