english-verbs-irregular
v3.3.0
Published
English irregular verbs list (JSON)
Downloads
1,992
Maintainers
Readme
English Irregular Verbs
Plain JSON file containing a list of irregular English verbs.
Use the infinitive verb as the key.
The value is an array:
- generally with one single value:
"write": [ [ "wrote", "written" ] ]
- sometimes with multiple ones:
"weave": [ ["wove", "woven"], ["weaved", "weaved"] ]
or"be": [ ["was", "been"], ["were", "been"] ]
- it's up to you to decide which one is the proper one!
The gerunds/progressive form (...ing) are not in the list.