text-to-keywords
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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']

Readme

Keywords

Package Sidebar

Install

npm i text-to-keywords

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

6.4 kB

Total Files

4

Last publish

Collaborators

  • octibsoft