wrangleworks / WranglesPY

Wrangles python package
https://wrangles.io/python
Apache License 2.0
3 stars 1 forks source link

Stock Wrangle: Singular <> Plural Pairs #565

Open ebhills opened 1 month ago

ebhills commented 1 month ago

Often data contains singular or plural versions of the same words. This makes exact matching and remove words hard. Would be useful to have a stock wrangle that can standardize words to all singular, or plural, or both.

I'm sure tehre are plenty of packages out there but here are 2 that jump[ed out:

ebhills commented 1 month ago

Inflect can convert numbers conveyed as words into number. We should offer this as a Wrgl too. (NLTK may also have that feature)