* Added automatic removal of filler n-grams from diff results. Only
n-grams that are entirely composed of (n-1)-grams, or which do not
overlap with any (n-1)-grams, are kept. This then allows for
reduce and extend to work correctly on diff results.
As a result of this change, the API for all difference queries has
changed.
* Add example invocations of tacl subcommands. (30)