Is there a text normalization feature in spaCy? #4970
Locked
vanderbuildt
started this conversation in
New Features & Project Ideas
Replies: 1 comment
-
No, spacy doesn't have a text normalization feature. Spacy explicitly never modifies the input text. It's expected that normalization would be performed in pre- or post-processing instead. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Feature description
For example: input text = "I have 3 oranges dr."
Output text: "I have three oranges doctor."
Beta Was this translation helpful? Give feedback.
All reactions