/search-engine

Simple search engine using python

Primary LanguageJavaScript

Search Engine

Creating a simple and powerful search engine using python.

How to start

  1. Install python 3.7

  2. Install NLTK

    • Download stopwords (nltk.corpus)
    • Download PorterStemmer (nltk.stem)
  3. Install pipenv using pip: pip install pipenv

  4. Run command to install pipenv packeges from Pipfile: pipenv install

  5. Open visual studio code and press F5 to run.

  • NOTE for download nltk libs Open cmd.exe then:
    python
    >> import nltk
    >> nltk.download()