Trevor's right, the system won't think that phrases are documents in this sense.
If you still want to use preexisting documents as queries, the query
definitely needs the filename to give the full path to an indexed
document. I'd also expect paths relative to the directory where you
ran the indexing command from, but not sure on Windows.
To echo Trevor's suggestion, try something like "java
pitt.search.semanticvectors.Search -queryvectorfile termvectors.bin
-searchvectorfile docvectors.bin semantics", and the output should
tell you some of the pathnames that the document vector store is using
as keys.
Also you could try "$ java
pitt.search.semanticvectors.VectorStoreTranslater -lucenetotext
docvectors.bin docvectors.txt", this won't give search results but it
will transform your document vectors into a plainer text form (I would
hesitate to call this "human readable", but it's documented at
https://github.com/semanticvectors/semanticvectors/wiki/VectorStoreFormats).
Best wishes,
Dominic
>> email to
semanticvecto...@googlegroups.com.
>> To post to this group, send email to
semanti...@googlegroups.com.
> --
> You received this message because you are subscribed to the Google Groups
> "Semantic Vectors" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
semanticvecto...@googlegroups.com.
> To post to this group, send email to
semanti...@googlegroups.com.