Stems the word, or passes the word through
Stems the word, or passes the word through.
iex> SimpleBayes.Trainer.TokenStemmer.stem("buying", nil) "buying" iex> SimpleBayes.Trainer.TokenStemmer.stem("buying", false) "buying" iex> SimpleBayes.Trainer.TokenStemmer.stem("buying", true) "buy"