Skip to content
Snippets Groups Projects
Commit 5e4693af authored by Paweł Walkowiak's avatar Paweł Walkowiak
Browse files

Rm logs

parent 0af58c55
1 merge request!13Fix anonymizer errors
Pipeline #15174 passed with stages
in 1 minute and 33 seconds
...@@ -97,12 +97,6 @@ class NERFileMorphosyntacticDictionary(MorphosyntacticDictionary): ...@@ -97,12 +97,6 @@ class NERFileMorphosyntacticDictionary(MorphosyntacticDictionary):
if original_entry_type_name in self._dictionary: if original_entry_type_name in self._dictionary:
entry_type = original_entry_type_name entry_type = original_entry_type_name
_log.info(f"entry_type {entry_type} morpho_tag {morpho_tag}")
if entry_type in self._dictionary:
_log.info(
f"Dictionary\
{self._dictionary[entry_type][morpho_tag]}"
)
try: try:
if entry_type in self._dictionary \ if entry_type in self._dictionary \
and morpho_tag in self._dictionary[entry_type] \ and morpho_tag in self._dictionary[entry_type] \
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment