Help for this page

Select Code to Download


  1. or download this
    ++$$ngram{$_} for grep defined,
      "_${word}_" =~ /(?=(((((.).).).).))|(?=((((.).).).))|
                      (?=(((.).).))|(?=((.).))|(?=(.))/gx;
    
  2. or download this
    $ngram_y2 = {};
    for my $word (@large_wordlist) {
    ...
                    |      (?=((.).))     .
                    |       (?=(.))       ./gx;
    }