/autosuggest-preprocessor

Preprocesses the query logs which can be used by suggesters like Most Popular Suggester (MPS).

Primary LanguagePythonMIT LicenseMIT

Autosuggest Preprocessor

Preprocessor

Clone master branch of this repository on your local.

Setup Python

  • Install python3.
  • Run pip install requirements.txt from inside the cloned repository folder.

Execute Script

  • Run run.py.
  • It will use the input/query_logs.txt file as input.
  • It will create the output folder with the processed files for different preprocessing steps.