verbs v0.5.3 Suffix View Source

with_xxxx functions add the specified suffix to the infinitive based on rules (often determined by the Boolean-returning functions)

The others are self-explanatory.

iex> Suffix.with_ed("work")
  "worked"

  iex> Suffix.ends_aiou?("foo")
  true

Link to this section Summary

Link to this section Functions

Link to this function ends_consonant_plus_e?(infinitive) View Source
Link to this function ends_consonant_plus_y?(infinitive) View Source
Link to this function ends_consonant_vowel_consonant?(infinitive) View Source
Link to this function ends_e_not_ie?(infinitive) View Source
Link to this function ends_vowel_lf?(infinitive) View Source