Skip to content
This repository was archived by the owner on Nov 10, 2023. It is now read-only.

Architjain128/Wiki-Search-CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to run

Clone this repo and run following commands

    > cd code
    > pip3 install -r requirement.txt
    > python3
        >> import nltk
        >> nltk.download('stopwords')

For Indexer

    > bash index.sh <dump_file_path> <invert_folder_path> <stat_file_path>

For Search

    > bash search.sh <invert_folder_path> <query_string>

Report

    Location :  ./code/final_report.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published