Whew! Finally finished it! We have ourselves a search engine! There's not a whole lot of information in the engine, but I'll make more laaaaaterrrrr. Working on edit mode. (for the fellows who want to add things.) When in the results menu, click on the "Results" bar to exit. NEW UPDATES: I'm working on adding math functions to Find'Em. That should make it work as a calculator soon.
WOOOOOOOOT! Tokenized search! Works in 3 steps: 1. tokenization (splitting a sentence into words) 2. class comparison (compares tokens to classes. You only need this if you want to be organized) 3. entries comparison (takes classes that match tokens and compares them to entries) And then clean-up! First we take the delete list of results that aren't the most adequate, then we do a final check to make sure there aren't any copies that match multiple words in the search.