Help for this page

Select Code to Download


  1. or download this
    my %stopwords;
    undef @stopwords{
     map decode("KOI8-R", $_), keys %{getStopWords('ru')}
    };
    
  2. or download this
    say join ' ', grep { ! exists $stopwords{lc $_} } @words;