abstract class Cadmium::TenseInflector
- Cadmium::TenseInflector
- Reference
- Object
Direct Known Subclasses
Defined in:
cadmium/inflector/form_set.crcadmium/inflector/tense_inflector.cr
Instance Method Summary
-
#add_ambiguous(words)
Add an ambiguous word (a word who's singular form and plural form are the same), or a whole array of them to the list.
- #add_form(singular_table, plural_table, singular, plural)
- #add_irregular(singular, plural)
- #add_plural(pattern, replacement)
- #add_singular(pattern, replacement)
- #ize(token, form_set, custom_forms)
- #ize_ambiguous(token)
- #ize_regex(token, forms)
- #ize_regulars(token, form_set)
- #pluralize(token)
- #restore_case(token)
- #singularize(token)
Instance Method Detail
def add_ambiguous(words)
#
Add an ambiguous word (a word who's singular form and plural form are the same), or a whole array of them to the list.