philterd / phileas

The open source PII and PHI redaction engine
https://www.philterd.ai
Apache License 2.0
23 stars 5 forks source link

Remove PersonsV2 and PersonsV3 filters #154

Closed jzonthemtn closed 3 hours ago

jzonthemtn commented 4 hours ago

These filters allow for using an ONNX model and an OpenNLP model, respectively. The dependencies supporting these add hundreds of megabytes to phileas-core. Usage of these filters right now is very small. With the introduction of ph-eye in #144 for NER, those dependencies can be moved there.

jzonthemtn commented 4 hours ago

This brings the size of a runnable jar that depends on phileas-core from ~140 MB to ~50 MB.