@hackage / NGrams

Simple application for calculating n-grams using Google.

Latest1.1

About

Metadata

  • Last updated , by JustinBailey
  • License BSD-3-Clause
  • Categories Natural Language Processing
  • Maintained by: jgbailey _ gmail _ com

  • Lottery factor: 0

Links

Installation

Readme

An n-gram is a natural language processing technique for determining, given a list of words and a phrase, the probability that each of the words given will follow in the phrase. The executable provided asks for a phrase and a list of alternate ending words. It also asks for the type of n-gram to create (e.g., bi-gram, tri-gram). The probability for each possible phrase is then calculated using Google search results.