3.5.0 ā€¢ Published 2 years ago

verb-corpus v3.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Almost COMPLETE English verb list.

There are thousands of regular verbs in English. This is a almost COMPLETE list of 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

Playground - RunKit.

/** @type {{ programming: string[]; lexicon: string[]; complete: string[]; }} */
const { programming, lexicon, complete } = require('verb-corpus');

// Programming verbs
console.log(programming.length); // => 958

// Eric Brill's English lexicon verbs.
// The lexicon data is processed from POS tagging lib https://github.com/dariusk/pos-js.
console.log(lexicon.length); // => 3513

// Complete English verbs generated by union the programming and lexicon verbs and the 2 npm packages "english-verbs-gerunds" and "english-verbs-irregular" 1139
console.log(complete.length); // => 4249

Features

  • āœ… Super fast šŸš€ because all the verbs are pre-built for performance and no run cost suffered.
  • āœ… Almost COMPLETE English verb list.
    • Programming commonly used verbs.
    • POS Tagging database from Eric Brill's English lexicon verbs.
    • Verbs from 2 npm packages "english-verbs-gerunds" and "english-verbs-irregular"

Run tests

npm test # Powered by Vitest

Publish

npm run pub:patch/minor/major

Author

šŸ‘¤ legend80s

Show your support

Give a ā­ļø if this project helped you!


This README was generated with ā¤ļø by readme-md-generator

3.4.0

2 years ago

3.3.0

2 years ago

3.4.2

2 years ago

3.5.0

2 years ago

3.4.1

2 years ago

3.2.0

2 years ago

3.1.6

2 years ago

3.1.3

2 years ago

3.1.2

2 years ago

3.1.1

2 years ago

3.1.0

2 years ago

3.0.1

2 years ago

3.1.5

2 years ago

3.1.4

2 years ago

3.0.0

2 years ago

1.7.0

2 years ago

2.1.0

2 years ago

2.0.0

2 years ago

1.6.1

3 years ago

1.6.0

3 years ago

1.5.0

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.2.3

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago