dimashky / search-engine

Simple search engine using python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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()

About

Simple search engine using python


Languages

Language:JavaScript 94.2%Language:CSS 2.5%Language:Python 2.1%Language:HTML 1.2%