1.0.0 • Published 2 years ago

@theopenweb/get-words v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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:

Browser:

npx http-server ./

Test(Runs in Node.js):

  • npm run test