The NGrams package
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.
Properties
| Versions | 1.0, 1.1 |
|---|---|
| Dependencies | base, HCL, HTTP, network, regex-compat |
| License | BSD3 |
| Author | Justin Bailey |
| Maintainer | jgbailey _ gmail _ com |
| Category | Tool |
| Executables | ngrams |
| Upload date | Thu Oct 25 23:04:16 UTC 2007 |
| Uploaded by | JustinBailey |
| Build failure | ghc-6.10 (log), ghc-6.8 (log) |
Downloads
- NGrams-1.0.tar.gz (Cabal source package)
- package description (included in the package)