From 6ca8582a72c582266be2d893d03360042e287709 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C5=82=20Pogoda?= <mipo57@e-science.pl>
Date: Fri, 31 Mar 2023 10:12:24 +0200
Subject: [PATCH] Change default dict to extended

---
 config/replacers/ner.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/config/replacers/ner.yaml b/config/replacers/ner.yaml
index ae5ef53..1351374 100644
--- a/config/replacers/ner.yaml
+++ b/config/replacers/ner.yaml
@@ -2,5 +2,6 @@ ner:
   _target_: src.replacers.ner_replacer.NERReplacer
   dictionary:
     _target_: src.dictionaries.morphosyntactic.ner_file.NERFileMorphosyntacticDictionary
-    dictionary_path: ${paths.dictionaries_path}/pl_dict.txt
+    dictionary_path: ${paths.dictionaries_path}/pl_ext_dict.txt
+    remove_first_morpho_subtag: false
       
\ No newline at end of file
-- 
GitLab