npm install
- Download the Simple Wikipedia Corpus and extract it here.
- Add your implementation in
searcher.js
. - Depending on your implementation the exact scores and total result count may differ, but the top results should stay the same. Adjust the expected scores and total result count accordingly in the tests.
- Check that tests run successfully.
- Format the code before committing your implementation to make the code easier to read.
- Check that the build runs successfully on GitLab.
npm run lint-fix
npm run cli
npm run test