Better support for replacement & date detections
parent
3b95f19e
Branches
Showing
- README.md 6 additions, 0 deletionsREADME.md
- config/detectors/date.yaml 1 addition, 1 deletionconfig/detectors/date.yaml
- config/detectors/ner_kpwr_ext.yaml 73 additions, 73 deletionsconfig/detectors/ner_kpwr_ext.yaml
- config/replacers/ner.yaml 0 additions, 1 deletionconfig/replacers/ner.yaml
- dictionaries/pl_ext_dict.txt 1 addition, 712 deletionsdictionaries/pl_ext_dict.txt
- scripts/cli.py 0 additions, 1 deletionscripts/cli.py
- scripts/winer_input.py 17 additions, 0 deletionsscripts/winer_input.py
- src/detections/detection.py 1 addition, 1 deletionsrc/detections/detection.py
- src/detectors/date/date.py 1 addition, 1 deletionsrc/detectors/date/date.py
- src/detectors/date/en.py 3 additions, 3 deletionssrc/detectors/date/en.py
- src/detectors/date/pl.py 12 additions, 3 deletionssrc/detectors/date/pl.py
- src/detectors/date/ru.py 2 additions, 2 deletionssrc/detectors/date/ru.py
- src/detectors/date/utils.py 20 additions, 5 deletionssrc/detectors/date/utils.py
- src/detectors/ner/ner.py 3 additions, 3 deletionssrc/detectors/ner/ner.py
- src/detectors/number/number.py 3 additions, 3 deletionssrc/detectors/number/number.py
- src/dictionaries/morphosyntactic/ner_file.py 11 additions, 5 deletionssrc/dictionaries/morphosyntactic/ner_file.py
- src/input_parsers/ccl.py 0 additions, 1 deletionsrc/input_parsers/ccl.py
- src/pipeline/sequential_jsonl.py 1 addition, 1 deletionsrc/pipeline/sequential_jsonl.py
- src/replacers/tag_replacer.py 18 additions, 4 deletionssrc/replacers/tag_replacer.py
- tests/unit/detectors/date/test_pl.py 22 additions, 1 deletiontests/unit/detectors/date/test_pl.py
Please register or sign in to comment