/movie-py

Vector Space Model based Search Engine for Movies

Primary LanguagePython

Movie Search Engine

Installation:

Run the follwing in terminal for downloading the librares

$ sudo pip install beautifulsoup4
$ pip3 install --user pyqt5  
$ sudo apt-get install python3-pyqt5  
$ sudo apt-get install pyqt5-dev-tools
$ sudo apt-get install qttools5-dev-tools

Installing nltk

$ pip3 install nltk
$ python3
>>> import nltk
>>> nltk.download()
    [Press 'd' for download]
    Download() d

    Packages: all

How to Use

Documentation for classes and methods are provided as docstrings and comments

cdinto main directory

python3 segui.py

Type the query. Click on Search button and search results will be returned.