Skip to content

theopenwebjp/get-words

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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