Help for this page

Select Code to Download


  1. or download this
    $ pwd
    /home/bob/Documents/meditations/Algorithm-Markov-Multiorder-Learner-ma
    +ster
    $ perl Makefile.PL 
    ...
    Generating a Unix-style Makefile
    Writing Makefile for Algorithm::Markov::Multiorder::Learner
    Writing MYMETA.yml and MYMETA.json
    
  2. or download this
    $ pwd
    /home/bob/Documents/meditations/Algorithm-Markov-Multiorder-Learner-ma
    +ster/t
    $ cat 01-learn-text.t 
    ...
    
    my $input_corpus_filename = 'data/2.short.shelley.txt';
    ...
    
  3. or download this
    $ pwd
    /home/bob/Documents/meditations/Algorithm-Markov-Multiorder-Learner-ma
    +ster
    $ ls
    ...
     1.mp.txt              2.short.shelley.txt      'Untitled Document 1'
     1.pope.txt            3.Shelley_short.txt
     2.Shelley_short.txt   ShelleyFrankenstein.txt
    
  4. or download this
    $ cd ..
    $ pwd
    ...
    
    analyse_image.pl         predict_image.pl  read_state.pl
    $
    
  5. or download this
    cp bin/analyse_text.pl blib/script/analyse_text.pl
    "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/an
    +alyse_text.pl