Use Spacy NER models to clean personally identifiable information from dirty dirty text.
scrubadub removes personally identifiable information from text. scrubadubspacy is an extension that uses spaCy NLP models to remove personal information from text. This package contains two extra detectors: scrubadubspacy.detectors.SpacyEnityDetector - A detector that uses the spacy NER model to find locations, names, dates and other entities. scrubadub_spacy.detectors.SpacyNameDetector - A detector that uses the spacy NER model and context words to find names in text.