Skip to content

A django framework based web application, which count the top 10 frequent words occurs only in Wikipedia page. Ask users to give Wikipedia page URL as input process the URL then show the top 10 frequent words used on that page.

Notifications You must be signed in to change notification settings

nikeshvarma/WikipediaTextAnalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wikipedia Text Analysis

Description

A django framework based web application, which count the top 10 frequent words occurs only in wikipedia page. Ask users to give wikipedia page URL as input process the URL then show the top 10 frequent words used on that page.

Installation

  • Extract zip file
  • Open extracted folder and open CMD where manage.py file exist
  • Copy paste the following commands listed below one by one

Install virtualenv module

pip install virtualenv

Create virtual environment

virtualenv venv

For a windows system.

cd venv/Scripts
activate

For linux or mac system

source/bin/active

Install requirements

pip install -r requirement.txt

Run django development server

python manage.py runserver

Enter URL on your browser http://localhost:8000

About

A django framework based web application, which count the top 10 frequent words occurs only in Wikipedia page. Ask users to give Wikipedia page URL as input process the URL then show the top 10 frequent words used on that page.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published