Skip to content

mohrjuliane/MMT_InformationRetrieval

Repository files navigation

Setup

  1. npm install
  2. Download the Simple Wikipedia Corpus and extract it here.

Implementation

  1. Add your implementation in searcher.js.
  2. 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.
  3. Check that tests run successfully.
  4. Format the code before committing your implementation to make the code easier to read.
  5. Check that the build runs successfully on GitLab.

Format code

npm run lint-fix

Start CLI

npm run cli

Run tests

npm run test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published