Skip to content

TullyHanson/SearchEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 

Repository files navigation

SearchEngine

Simple search engine for the ICS domain

To Do:
  • Mappings

    • Map each term to a unique termID
    • Map each doc to a unique docID (doc1: 1, doc2: 2, doc3: 3, doc4: 4)
    • Map each docID to a list of termIDs based on terms contained in the doc
    • Inverse index of term2termid above, that is map each termID to a term
    • termID -> docID, term frequency
    • termID -> docID, tf-idf
    • termID -> document list
  • Parse JSON

    • Setup/Test Jsoup

About

Simple search engine for the ICS domain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages