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
$ pip3 install nltk
$ python3
>>> import nltk
>>> nltk.download()
[Press 'd' for download]
Download() d
Packages: all
Documentation for classes and methods are provided as docstrings and comments
cd
into main directory
python3 segui.py
Type the query. Click on Search button and search results will be returned.