ucam-department-of-psychiatry / crate

Create and use de-identified research databases. Preprocess, extract text, anonymise/de-identify, link, apply natural language processing, query for research, manage consent for contact.
GNU General Public License v3.0
19 stars 7 forks source link

Support blurring of dates in free text #86

Closed martinburchell closed 2 years ago

martinburchell commented 2 years ago

As per #84, new config option replace_all_dates_with that supports limited datetime.strftime directives for date blurring.

RudolfCardinal commented 2 years ago

Terrific! Thank you. One minor bugfix to NonspecificScrubber.check_replacement_text_all_dates. Good to go!