On Thu, Jun 10, 2010 at 10:58 AM, Kris Jack <[email protected]> wrote:
> Hi Jake, > > When I run $ mahout vectordump --seqFile part-00000 --dictionary dict.out > --printKey, I get: > You don't want a dictionary for this - the dictionary is for the terms in your documents, but your matrix you've created is keyed on document id. If you leave off the --dictionary flag, you shold get what you want. -jake
