AlexChristensen / SemNetCleaner

An Automated Cleaning Tool for Semantic and Linguistic Data
GNU General Public License v3.0
8 stars 1 forks source link

pluralize with -ion doesn’t work #3

Closed nr0cinu closed 4 years ago

nr0cinu commented 4 years ago

Hi!

I noticed that words ending in -ion won’t get a -s added:

> pluralize('exception')
[1] "exception"
> pluralize('observation')
[1] "observation"

Thanks for the great function!

Best, Bela

AlexChristensen commented 4 years ago

Hi @and3k,

Thanks for pointing this out! This has been corrected in the latest upload to GitHub:

devtools::install_github("AlexChristensen/SemNetCleaner")

All the best, Alex