This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2014-12-18 17:46:49 -0500 | |
./configure | |
--prefix=/home/lisijo/.linuxbrew/Cellar/python/2.7.9 | |
--enable-ipv6 | |
--datarootdir=/home/lisijo/.linuxbrew/Cellar/python/2.7.9/share | |
--datadir=/home/lisijo/.linuxbrew/Cellar/python/2.7.9/share | |
--enable-shared | |
checking build system type... x86_64-unknown-linux-gnu |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use Lingua::EN::Fathom; | |
# this is a simple perl file to go along with linga.sas | |
# this work is derived from the example at CPAN: | |
# http://search.cpan.org/dist/Lingua-EN-Fathom/lib/Lingua/EN/Fathom.pm | |
# create object | |
my $text = new Lingua::EN::Fathom; | |
# read in text file |
NewerOlder