Stemmer.SpecialWord (Stemmer v1.2.0)
Summary
Functions
Examples
iex> Stemmer.SpecialWord.special_word("skis")
{true, "ski"}
iex> Stemmer.SpecialWord.special_word("buying")
{false, "buying"}
Functions
Link to this function
apply(word)
Link to this function
special_word(word)
Examples
iex> Stemmer.SpecialWord.special_word("skis")
{true, "ski"}
iex> Stemmer.SpecialWord.special_word("buying")
{false, "buying"}