← Back to context

Comment by anthk

4 days ago

Quick test for Perl users (so anyone there with a Unix-like). Run these as a NON root user:

       cpanm -n local::lib

       cpanm -n Hailo

       ~/perl5/bin/hailo -E Scored -t corpus.txt -b brain.brn

       ~/perl5/bin/hailo -b brain.brn

As corpus.txt, you can use a Perl/sed command for instance with book from Gutenberg.

I forgot to put the '-E' flag in my previous comments, so here it is. It's to select a more 'complex' engine, so the text output looks less gibberish.