{"id":16644984,"url":"https://github.com/rossmeissl/verbs","last_synced_at":"2025-05-16T14:07:53.992Z","repository":{"id":733435,"uuid":"383032","full_name":"rossmeissl/verbs","owner":"rossmeissl","description":"English verb conjugation for Ruby (and Rails)","archived":false,"fork":false,"pushed_at":"2021-09-07T14:48:38.000Z","size":217,"stargazers_count":270,"open_issues_count":2,"forks_count":32,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-12T11:55:39.759Z","etag":null,"topics":["conjugation","english","grammar","ruby"],"latest_commit_sha":null,"homepage":"https://rubygems.org/gems/verbs","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rossmeissl.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2009-11-23T21:18:45.000Z","updated_at":"2025-02-23T18:57:35.000Z","dependencies_parsed_at":"2022-08-16T10:45:23.756Z","dependency_job_id":null,"html_url":"https://github.com/rossmeissl/verbs","commit_stats":null,"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rossmeissl%2Fverbs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rossmeissl%2Fverbs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rossmeissl%2Fverbs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rossmeissl%2Fverbs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rossmeissl","download_url":"https://codeload.github.com/rossmeissl/verbs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253759753,"owners_count":21959813,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["conjugation","english","grammar","ruby"],"created_at":"2024-10-12T08:12:54.938Z","updated_at":"2025-05-16T14:07:52.826Z","avatar_url":"https://github.com/rossmeissl.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Verbs\n\nConjugates most common english verbs for all persons, tenses, standard aspects, and modern moods (with active diathesis). Standard and exceptional spelling rules are obeyed.\n\n```ruby\nVerbs::Conjugator.conjugate :be, :tense =\u003e :past, :person =\u003e :second, :plurality =\u003e :singular, :aspect =\u003e :perfective\n# =\u003e :were\n'be nice'.verb.conjugate :subject =\u003e 'Matz'\n# =\u003e \"Matz is nice\"\n:sleep.verb.conjugate :tense =\u003e :future, :person =\u003e :first, :plurality =\u003e :singular, :aspect =\u003e :progressive, :subject =\u003e true\n# =\u003e :\"I will be sleeping\"\n```\n\n## Installation\n\n```bash\ngem install verbs\n```\n\n## Options\n\nThis library takes a rather strict view of English verb conjugation.\n\n### `:tense`\n\nOne of `:past`, `:present`, or `:future`. Defaults to `:present`.\n\n### `:person`\n\nOne of `:first`, `:second`, or `:third`. Defaults to `:third`.\n\n### `:plurality`\n\nEither `:singular` or `:plural`. Defaults to `:singular`.\n\n### `:aspect`\n\nOne of `:habitual`, `:perfect`, `:perfective`, `:progressive`, or\n`:prospective`. Defaults to `:habitual` (`:perfective` for past tense).\n\nSee below for a guide to verb aspect.\n\n### `:mood`\n\nOne of `:indicative`, `:imperative`, or `:subjunctive`. Defaults to\n`:indicative`.\n\n### `:subject`\n\nSet this to a string to prepend the conjugated verb with it. When set to `true`, a standard personal pronoun will be used.\n\n### `:diathesis`\n\nOne of `:active` or `:passive`. Defaults to `:active`.\n\n## Tense/aspect quick reference\n\n**EXAMPLE**|**TENSE**|**ASPECT**\n:-----:|:-----:|:-----:\nI used to accept|past|habitual\nI had accepted|past|perfect\nI accepted|past|perfective\nI was accepting|past|progressive\nI was about to accept|past|prospective\n|||\nI accept|present|habitual\nI have accepted|present|perfect\nI am having accepted|present|perfective\nI am accepting|present|progressive\nI am about to accept|present|prospective\n|||\nI will accept|future|habitual\nI will have accepted|future|perfect\n\n## Acknowledgements\n\n- [Lingua::Conjugate](http://cpansearch.perl.org/src/RWG/Lingua-EN-Conjugate-0.308/lib/Lingua/EN/Conjugate.pm)\n- [Pat Byrd and Tom McKlin](http://www2.gsu.edu/~wwwesl/egw/pluralsv.htm)\n- [Rick Harrison](http://www.rickharrison.com/language/aspect.html)\n- [Anatoli Makarevich](https://github.com/makaroni4) for [#6](https://github.com/rossmeissl/verbs/pull/6)\n- [Nikita Kamaev](https://github.com/nerixim) for [#35](https://github.com/rossmeissl/verbs/pull/35)\n\n## Copyright\n\nCopyright (c) 2012 Andy Rossmeissl. See [LICENSE](https://github.com/rossmeissl/verbs/blob/master/LICENSE) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frossmeissl%2Fverbs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frossmeissl%2Fverbs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frossmeissl%2Fverbs/lists"}