Skip to content

sofaspawn/srchngin_py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SrchNgin

  • local files search engine in python
  • prefer the standard term frequency over logarithmic term frequency
  • dividing the user input into individual words instead of individual characters

Challenges:

  • having problems with the implementation
  • figuring out how to implement the algorithm over a large set of documents
  • finally figured out the basic search engine. YIPEE!!

TODO:

  • read text files
  • tokenize files
  • implement tfidf
  • host on server using flask
  • add the ability to search in any folder
  • make the thing recursive

About

File Indexer using TF-IDF in python

Resources

Stars

Watchers

Forks

Contributors