Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 455 Bytes

README.md

File metadata and controls

41 lines (24 loc) · 455 Bytes

N-GRAM ALGORITHM

It's a simple script to generate a set of n-grams from a string of text

Install dependencies

npm install

or

yarn

Running the project

To run the application in browser:

npm run start

or

yarn start

It have a input to insert a text to create a n-gram

Running the tests

Was created 2 asserts:
"show me the code" and "there is the code"

npm run test

or

yarn test