The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.09 - 2005-03-13

  • Algorithm2 of Google-Hack is released in this version. This is a step better than the Algorithm1.
    • Accepts more than 2 terms
    • Has 3 relatedness scores
    • Accepts unigrams and 2-word collocation as input
    • Results also contain 2-word collocations
    • A score cutoff is also included along with frequency cutoff
    • A bigram cutoff is also included.

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 .
Examples of GoogleHack search function.
Simple program that interacts with GoogleHack to classify the sentiment of words.
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.
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.