> --
> You received this message because you are subscribed to the Google Groups "Semantic Vectors" group.
> To post to this group, send email to semanti...@googlegroups.com.
> To unsubscribe from this group, send email to semanticvecto...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/semanticvectors?hl=en.
>
So you would like to use the centroids as query vectors to search for
documents related to the centroids generated by term clustering - is
that correct?
The simplest way might be to output the centroids to their own vector
store file, and then use this as the -queryvectorfile argument when
searching for related documents, as described in
http://code.google.com/p/semanticvectors/wiki/DocumentSearch. I think
I could help get something working for that pretty quickly.
Searching against the original elemental document vectors would
require a bit more work, to output these vectors to a vector store of
their own. This can also be done, it will just take a little longer.
When do you need this by? I presume "the sooner the better" is always
the answer, but if I can get the first part done and released by
Friday this week, is that early enough to be useful to you?
(Apologies for the delayed reply, I'm still in the throes of moving!)
Best wishes,
Dominic
Thanks,
Yi