An open API service indexing awesome lists of open source software.

https://github.com/theopenwebjp/get-words

Simple search / get words and counts JS library.
https://github.com/theopenwebjp/get-words

javascript parser text

Last synced: 17 days ago
JSON representation

Simple search / get words and counts JS library.

Awesome Lists containing this project

README

          

# Description

Library for getting words from text.
Currently only handles alphabetical text, only allowing text lower and upper in a-Z range to be obtained.
Much more functional natural language parsing libraries already exist, so this library will focus on simple solutions.

## Usage

`npm install @theopenweb/get-words`

See:

- Node.js: [./example/template.js](./example/template.js)
- Browser: [./index.html](./index.html)

Browser:

`npx http-server ./`

Test(Runs in Node.js):

- `npm run test`