@theopenweb/get-words
v1.0.0
Published
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 so
Maintainers
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
- Browser: ./index.html
Browser:
npx http-server ./
Test(Runs in Node.js):
npm run test
