bitsnbytes7c8/WikiSearchEngine
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
README To run the wikipedia search engine in bash terminal, execute the following commands: * sh install.sh <path-to-wikipedia-dump> (to split the data and parse) * sh run.sh (create and merge the index) * sh query.sh (opens the query prompt) *************************************************************************************