iex> Stemmer.SpecialWord.special_word("skis") {true, "ski"} iex> Stemmer.SpecialWord.special_word("buying") {false, "buying"}