Skip to content

Solution for "Venmurasu Site Indexing" project of Venmurasu Programming Contest conducted by PSG College of Technology

Notifications You must be signed in to change notification settings

TechEnthuPSG/IndexingFinal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Venmurasu Site Indexing

To run the project, open two parallel powershells

cd backend
python main.py
cd frontend
npm install
npm start

Backend starts at http://localhost:5000 Frontend runs at http://localhost:3000

Output looks like this :

Notes:

In "testing" folder,

  • Venmurasu_Indexing.ipynb file contains the legacy testing and implementaion of the algorithm
  • WordSplitting.ipynb file contains code specific to word splitting algorithm
  • Indexing_Metrices.ipynb files contains calculating the efficiency of result

About

Solution for "Venmurasu Site Indexing" project of Venmurasu Programming Contest conducted by PSG College of Technology

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published