davidmogar / cucco

Text normalization library for Python
MIT License
203 stars 27 forks source link

Add social-specific normalizations #14

Open benfei opened 7 years ago

benfei commented 7 years ago

These days, social networks (i.e., Twitter) are a crucial source of texts. Social-specific normalizations (e.g., replace_hashtags, replace_mentions) are quite useful for these tasks.

I'd like to add these capabilities to Normalizr.

Cheers, Ben