NER BERT Adapter¶
SYNAPSE adapter for dslim/bert-base-NER.
Install¶
pip install synapse-adapter-sdk
pip install transformers torch
Supported task types¶
extract
Supported domains¶
generallegal
PII handling¶
When a PERSON entity is detected, the adapter automatically sets
compliance_envelope.pii_present = True and propagates this flag
through the pipeline. No application code required.