The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.1 - 2005-04-01

  • Changed measureSemanticRelatedness1 from log(hits(w1)) + log(hits(w2)) - log(hits(w1w2)) to log(hits(w1)) + log(hits(w2)) - 2 * log(hits(w1w2)).
  • Updated README and PERLDOC.

Documentation

This program provides examples of the initialization functions.
This is a perl program that gives the example use of the Google-Hack Rate functions which manipulate the text retrieved from the web to .
Simple program that interacts with GoogleHack to classify the sentiment of words etc.
Examples of GoogleHack search function.
This is a perl program that gives the example use of the Google-Hack function to retrieve a spelling suggestion.
This is a perl program that gives the example use of the Google-Hack Text functions which manipulate the text retrieved from the web.
Simple program that interacts with GoogleHack to retrieve related set of words.

Modules

Perl package that ties together all GoogleHack modules. Use this package to access all the functionality of Google-Hack.
This module implements a simple relatedness measure and semantic orientation related type functions.
This module is used to query Google.
Retrieves spelling suggestion given a string.
This module implements some basic text processing such as parsing data etc.