verbs v0.5.4 Verbs View Source

Conjugate English verbs. Includes conjugation for ‘be’, ‘have’, and a large number of irregular verbs. See Irregulars.verb_forms for a complete list.

Link to this section Summary

Functions

iex> Verb.conjugate("play",
    :tense => :past, :person => :first, :plurality => :singular)
    "play"

Link to this section Functions

Link to this function conjugate(infinitive, options) View Source
iex> Verb.conjugate("play",
    :tense => :past, :person => :first, :plurality => :singular)
    "play"