Skip to content

Build a functional search system using Excel VBA. Results can be queried and are ranked using tf-idf.

Notifications You must be signed in to change notification settings

turnthekoala/Corpus-Search-Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Corpus-Search-Engine

Build a functional search system using Excel VBA. You can query using a search box and the results are ranked using tf-idf.

Excel file features a functional search box and ranked results.

Includes:

SEARCH (Sheet 1) - Keyword input box and search results ranked by tf-idf score

POSTINGS (Sheet 2) - Indexed list of word, file name, and tf

DICTIONARY (Sheet 3)- Indexed list of word and df

About

Build a functional search system using Excel VBA. Results can be queried and are ranked using tf-idf.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages