Skip to content

jainayush975/Wiki-Search-Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Wiki Search Engine

This Search Engine first need to make index from wikipedia dump. Engine also provide search query for the index generated by it. Engine provides searching of field queries for titles, external links, and body.

Index can be generated using:

  python  indexgenerator.py  path_to_wiki_dump

For Searching:

  python search.py "query"

Query for different fields should be separated using ';' for different query and ':' for separating field type from query
example: "C:Dog;B:Dog" or can be plain query
example: "Dog"

You can download a small dump to test run from here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages