WebService::GoogleHack::Text

WebService::GoogleHack::Text is a Perl module that implements some basic text processing such as parsing data etc.
Download

WebService::GoogleHack::Text Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Pratheepan Raveendranathan and Ted Pedersen
  • Publisher web site:
  • http://search.cpan.org/~prath/

WebService::GoogleHack::Text Tags


WebService::GoogleHack::Text Description

WebService::GoogleHack::Text is a Perl module that implements some basic text processing such as parsing data etc. WebService::GoogleHack::Text is a Perl module that implements some basic text processing such as parsing data etc.SYNOPSIS use WebService::GoogleHack::Text; #create an object of type Text my $text = GoogleHack::Text->new(); # returns an hash words %results=$text->getWords("file location"); # returns an hash of 3 word sentences %results=$text->getSentences("file location", 3); # this function reads the configuration file %results=$text->readConfig("location of configuration file"); #removes HTML tags %results=$text->removeHTML("string");This is a simple Text processing package which aids GoogleHack and Rate modules. Given a file of words, it retreives the words in the file and stores it in a simple hash format. In addition, given a file of text, it can also form n word sentences. Requirements: · Perl


WebService::GoogleHack::Text Related Software