We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 106ddbd commit d95cb8dCopy full SHA for d95cb8d
docs/usage.rst
@@ -252,7 +252,7 @@ In the example below we're looking for the name `river farrier` and ignoring the
252
... ])
253
>>> scrubber = scrubadub.Scrubber()
254
>>> text = "Who can find River Farrier further down the river?"
255
- >>> scrubber.add_detector(scrubadub_spacy.detectors.SpacyEntityDetector(model='en_core_web_lg'))
+ >>> scrubber.add_detector(scrubadub_spacy.detectors.SpacyEntityDetector(model='en_core_web_trf'))
256
>>> scrubber.clean(text)
257
'Who can find River Farrier further down the river?'
258
>>> scrubber.add_detector(supplied_filth_detector)
0 commit comments