Skip to content

It extracts the frequency of terms used in the web pages, documents etc.

Notifications You must be signed in to change notification settings

ashar367/Natural-language-processing-web-scrapping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Natural-language-processing-web-scrapping

It extracts the frequency of terms used in the web pages, documents etc.

Natural Language Processing (NLP) has been sccessfully implemented in earch engines (Google, Yahoo), social media (Facebook, twitter). Natural language toolkit (NLTK) is the library for natural language processing (NLP).

Install nltk using

pip install nltk

Install packages

import nltk
nltk.download()

Image of objects

Outputs

Web page-Human behavior

https://en.wikipedia.org/wiki/Human_behavior

Image of objects

Web page-Wearable technology

https://en.wikipedia.org/wiki/Wearable_technology

Image of objects