- 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

- 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!!
- read text files
- tokenize files
- implement tfidf
- host on server using flask
- add the ability to search in any folder
- make the thing recursive