Skip to content
Snippets Groups Projects
Commit 6ca8582a authored by Michał Pogoda's avatar Michał Pogoda
Browse files

Change default dict to extended

parent 010d4760
Branches
No related tags found
3 merge requests!10Anonimizer v2,!9Fix infancy erorrs based on Magdalena's report,!7Better coverage
...@@ -2,5 +2,6 @@ ner: ...@@ -2,5 +2,6 @@ ner:
_target_: src.replacers.ner_replacer.NERReplacer _target_: src.replacers.ner_replacer.NERReplacer
dictionary: dictionary:
_target_: src.dictionaries.morphosyntactic.ner_file.NERFileMorphosyntacticDictionary _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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment