Граф коммитов

4 Коммитов

Автор SHA1 Сообщение Дата
Omri Mendels f46778b134
Omri374/analyzer v2 (#392)
* Removed all previous dependencies from NOTICE

* 1. Removed pyre2

2. Removed the GRPC app.py and pb2 files
3. Added type hints
4. Removed recognizer store API calls
5. Added batch calls to the analyzer engine (simple implementation)
6. Used black to format all files
7. SpacyNlpEngine now returns spacy tokens and not just the text tokens
8. Fixed bug in us SSN recognizer
9. Remove duplicates is now per recognizer (if the recognizer identifies the same text as entity by multiple different logics, e.g. regex patterns then only the one with the highest confidence is kept.
9. Fixed tests to support 1-9
10. Demo test now compares actual anonymized text with expected anonymized text (more representative of the real demo website)

* updated setup.py

* fixed logging across, new README

* minor fixes

* Set up CI with Azure Pipelines

* removed analyzer_batch and added analyzer.get_supported_entities

* Update azure-pipelines.yml for Azure Pipelines

* Removed all previous dependencies from NOTICE

* 1. Removed pyre2

2. Removed the GRPC app.py and pb2 files
3. Added type hints
4. Removed recognizer store API calls
5. Added batch calls to the analyzer engine (simple implementation)
6. Used black to format all files
7. SpacyNlpEngine now returns spacy tokens and not just the text tokens
8. Fixed bug in us SSN recognizer
9. Remove duplicates is now per recognizer (if the recognizer identifies the same text as entity by multiple different logics, e.g. regex patterns then only the one with the highest confidence is kept.
9. Fixed tests to support 1-9
10. Demo test now compares actual anonymized text with expected anonymized text (more representative of the real demo website)

* updated setup.py

* fixed logging across, new README

* minor fixes

* removed analyzer_batch and added analyzer.get_supported_entities

* removed setup.cfg for now

* readding setup.cfg with flake8 max-line-width

* removed duplicate word

* Added internal link to customization
2021-01-13 12:38:30 +02:00
Tomer Rosenthal 8b642e20a2
Version 0.1.1 (#82)
* Docs (#80)

* Fixed Anonymizer duplicates bug (#81)
2018-12-19 21:37:43 +02:00
Tomer Rosenthal b7aaab002d
Remove kinesis support (#74)
* Initial presidio version

* Fixed CPU bug

* Removed kinesis
2018-11-10 08:46:49 +02:00
torosent ea4c45bd1e Initial presidio version 2018-10-10 23:51:43 +03:00