Multibyte character-friendly utility to enumerate all n-grams from the standard input.
Enumerating n-grams is rather easy, and sometimes you just need a simple command-line utility to grep | sed | grams | sort | uniq -c | sort -n, a.k.a. command-line natural language processing. ;)