As per the issue on github
- Clone this repo
- run
npm install - run
npm test. The output should ideally only contain English stopwords
| // ref https://github.com/fergiemcdowall/search-index/issues/519 | |
| // run | |
| // > npm init | |
| // > npm install search-index tape | |
| // > node 519.js | |
| const si = require('search-index') | |
| const test = require('tape') | |
| const indexName = '_519' |
As per the issue on github
npm installnpm test. The output should ideally only contain English stopwords