Help for this page

Select Code to Download


  1. or download this
    use 5.026;
    use warnings;
    ...
    
        return @nGrams;
    }
    
  2. or download this
    1-word ngrams of 'this is the text to play with'
    START INDEX: 0 :  this
    ...
    --------------------
    8-word ngrams of 'this is the text to play with'
    --------------------