class Cadmium::NounInflector

Overview

Allows you to pluralize or singularize nouns.

Defined in:

cadmium/inflector/noun_inflector.cr

Constructors

Instance Method Summary

Instance methods inherited from class Cadmium::TenseInflector

add_ambiguous(words) add_ambiguous, add_form(singular_table, plural_table, singular, plural) add_form, add_irregular(singular, plural) add_irregular, add_plural(pattern, replacement) add_plural, add_singular(pattern, replacement) add_singular, ize(token, form_set, custom_forms) ize, ize_ambiguous(token) ize_ambiguous, ize_regex(token, forms) ize_regex, ize_regulars(token, form_set) ize_regulars, pluralize(token) pluralize, restore_case(token) restore_case, singularize(token) singularize

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def pluralize(token) #

Gives the plural form of a noun.


[View source]
def singularize(token) #

Gives the singular form of a noun.


[View source]