We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68316bb commit 02a7515Copy full SHA for 02a7515
README.md
@@ -98,7 +98,7 @@ config = DeidentificationConfig(
98
spacy_model="en_core_web_trf",
99
output_style=DeidentificationOutputStyle.HTML,
100
replacement="[REDACTED]",
101
- excluded_entities=set("Joe Smith,Alice Jones"),
+ excluded_entities={"Joe Smith,Alice Jones"},
102
debug=True
103
)
104
deidentifier = Deidentification(config)
0 commit comments