adverbs

0.0.2 • Public • Published

Adverbs

Build Status

Identify adverbs in a given text. This combines a number of different methods for identifying adverbs. Namely, it leverages the excellent adverb-where library with some additional checks.

Installation

npm install adverbs

Usage

var adverbs = require('adverbs');
 
var locations = adverbs('This is an extremely bad sentence');
// locations -> [{ index: 11, offset: 9 }]

Credit

Package Sidebar

Install

npm i adverbs

Weekly Downloads

2

Version

0.0.2

License

MIT

Last publish

Collaborators

  • rowanoulton