powered by
Add -s, -es, or -ies to words.
make_plural(x, keep.original = FALSE, irregular = lexicon::pos_df_irregular_nouns)
A vector of words to make plural.
logical. If TRUE the original words are kept in the return vector.
TRUE
A data.frame of singular and plural conversions for irregular nouns. The first column should be singular and the second plural form of the irregular noun.
data.frame
Returns a vector of plural words.
# NOT RUN { x <- c('fox', 'sky', 'dog', 'church', 'fish', 'miss', 'match', 'deer', 'block') make_plural(x) # }
Run the code above in your browser using DataLab