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.
- Host: GitHub
- URL: https://github.com/theopenwebjp/get-words
- Owner: theopenwebjp
- License: mit
- Created: 2018-07-31T00:49:45.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-07-23T10:25:36.000Z (almost 3 years ago)
- Last Synced: 2025-03-13T23:21:13.073Z (over 1 year ago)
- Topics: javascript, parser, text
- Language: JavaScript
- Homepage: https://theopenweb.info/app/get-words/index.html
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`