Download this file
name: "Bug Report" about: Use this template if you came across a bug or unexpected behaviour differing from the docs.
import spacy nlp = spacy.blank("fr") nlp.add_pipe("eds.normalizer") # ...