Help for this page

Select Code to Download


  1. or download this
    while (<>) {
        chomp;
    ...
            $offset = $found + 1;
        }
    }
    
  2. or download this
    $sublen = $num * 2 + 1;
    
    ...
             # store this ngram to your hash
        }
    }