verb-corpus

Complete English verb list.

Usage no npm install needed!

<script type="module">
  import verbCorpus from 'https://cdn.skypack.dev/verb-corpus';
</script>

README

Welcome to Verb Corpus 👋

npm version npm downloads License: MIT linter by git commit msg linter

Almost complete English verb list. 1600+ common English verbs.

There are thousands of regular verbs in English. This is a list of some 1600 of the more common regular verbs. Note that there are some spelling variations in American English (for example, practise becomes practice in American English).

Install

npm install --save verb-corpus

Use

/** @type {string[]} */
const verbs = require('verb-corpus');

console.log(verbs.length);

verbs demo

Run tests

npm test

Publish

npm version patch

Author

👤 legend80s

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator