Stefan4472 / simple-search-engine

GNU General Public License v3.0
0 stars 0 forks source link

Separate Stopper, Stemmer, and Tokenizer implementations #18

Closed Stefan4472 closed 2 years ago

Stefan4472 commented 2 years ago

The Stopper is just a cleaner way of handling the logic.

Stemmer and Tokenizer should be able to be swapped out.