verbs v0.5.4 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