Learn R Programming

pluralize (version 0.2.0)

Pluralize and 'Singularize' Any (English) Word

Description

Tools are provided to create plural, singular and regular forms of English words along with tools to augment the built-in rules to fit specialized needs. Core functionality is based on a JavaScript library, .

Copy Link

Version

Install

install.packages('pluralize')

Monthly Downloads

24

Version

0.2.0

License

MIT + file LICENSE

Maintainer

Bob Rudis

Last Published

June 9th, 2020

Functions in pluralize (0.2.0)

add_uncountable_rule

Make a word "uncountable"
pluralize

Pluralize a word
add_plural_rule

Add a custom rule for making a word plural
singularize

Singularize a word
add_singular_rule

Add a custom rule for making a word singular
add_irregular_rule

Add a custom rule for making "deregularizing" a word
pluralize-package

Pluralize and Singularize Any Word
is_plural

Test plural state of a word