diff --git a/config/replacers/ner.yaml b/config/replacers/ner.yaml
index ae5ef53ea5d4ba9c1d4eb8011484cb0f396cb667..1351374cc4a60e7d6f3659a880fa3faba5d6531e 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