feat: make sure ner replacements keep the same lemma
Showing
- dictionaries/en_dict.txt 0 additions, 129 deletionsdictionaries/en_dict.txt
- dictionaries/pl_dict.txt 0 additions, 8205 deletionsdictionaries/pl_dict.txt
- dictionaries/ru_dict.txt 0 additions, 84 deletionsdictionaries/ru_dict.txt
- src/annotations/annotations.py 3 additions, 1 deletionsrc/annotations/annotations.py
- src/detections/detection.py 15 additions, 1 deletionsrc/detections/detection.py
- src/detectors/ner/ner.py 7 additions, 2 deletionssrc/detectors/ner/ner.py
- src/dictionaries/morphosyntactic/interface.py 32 additions, 2 deletionssrc/dictionaries/morphosyntactic/interface.py
- src/dictionaries/morphosyntactic/ner_file.py 103 additions, 28 deletionssrc/dictionaries/morphosyntactic/ner_file.py
- src/dictionaries/morphosyntactic/ner_file_nkjp.py 0 additions, 111 deletionssrc/dictionaries/morphosyntactic/ner_file_nkjp.py
- src/input_parsers/ccl.py 6 additions, 1 deletionsrc/input_parsers/ccl.py
- src/input_parsers/wiktor_ner.py 4 additions, 1 deletionsrc/input_parsers/wiktor_ner.py
- src/replacers/ner_replacer.py 49 additions, 17 deletionssrc/replacers/ner_replacer.py
- tests/unit/detectors/ner/test_ner.py 15 additions, 8 deletionstests/unit/detectors/ner/test_ner.py
- tests/unit/dictionaries/morphosyntactic/test_ner_file.py 39 additions, 6 deletionstests/unit/dictionaries/morphosyntactic/test_ner_file.py
- tests/unit/dictionaries/morphosyntactic/test_ner_file_nkjp.py 0 additions, 43 deletions...s/unit/dictionaries/morphosyntactic/test_ner_file_nkjp.py
- tests/unit/input_parsers/test_ccl.py 18 additions, 6 deletionstests/unit/input_parsers/test_ccl.py
- tests/unit/input_parsers/test_wiktor_ner.py 18 additions, 6 deletionstests/unit/input_parsers/test_wiktor_ner.py
Please register or sign in to comment