Skip to content

This is part of a search engine project. It involves scrapping through a n html page, static or online.

License

Notifications You must be signed in to change notification settings

nforesperance/Python-Web-Scrapping---Search-Engine-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-Web-Scrapping---Search-Engine-

This is part of a search engine project. It involves scrapping through an html page or url, static or online. It elimates stopwords and gives the frequency of the search word.

How to set up the project

It this project we will use BeautifulSoup , nltk and requests which can each be installed as follows

pip install bs4
pip install requests
pip install nltk

Note: for nltk:

Open the python shell and run the following :

>>> import nltk
>>> nltk.download("stopwords")
>>> nltk.download("punkt")

You will have to specify the language in each file.

Author

Nfor Esperance

About

This is part of a search engine project. It involves scrapping through a n html page, static or online.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages