Socket
Socket
Sign inDemoInstall

verb-corpus

Package Overview
Dependencies
0
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    verb-corpus

Almost complete English verb list.


Version published
Maintainers
1
Created

Readme

Source

Welcome to Verb Corpus 🚀

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

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

Keywords

FAQs

Last updated on 18 Jul 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc