BCHSI / philter-ucsf

Open source clinical text de-identification
BSD 3-Clause "New" or "Revised" License
111 stars 49 forks source link

Update philter.py #16

Closed markskrass closed 2 years ago

markskrass commented 2 years ago

change outputs s.t. the Philter class now has method count_hits_by_string([strings]) that accepts an iterable and returns an indexed dict with hit counts by filth type.

markskrass commented 2 years ago

sorry, my mistake!