jfilter / clean-text

🧹 Python package for text cleaning
Other
953 stars 79 forks source link

replace dates with <date> #3

Closed calebchiam closed 4 years ago

calebchiam commented 4 years ago

A pretty common-use case that would be invaluable.

jfilter commented 4 years ago

Parsing dates requires more language understanding that this lib does not offer. Other tools (spaCy, stanza, etc.) may help you in this regard.