Help for this page
my %stopwords; undef @stopwords{ map decode("KOI8-R", $_), keys %{getStopWords('ru')} };
say join ' ', grep { ! exists $stopwords{lc $_} } @words;