1.0.0 • Published 9 months ago

text-to-keywords v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Text to keywords

A small package to extract the most frequently used phrases or keywords from a long text.

Installation

npm i text-to-keywords

or

yarn add text-to-keywords

Usage

import extractKeywords from 'text-to-keywords'

const keywords = extractKeywords('string')

Result is: ['keyword 1', 'keyword 2']
1.0.0

9 months ago

1.0.1

9 months ago