Lucky-Dhakad / semanticvectors

Automatically exported from code.google.com/p/semanticvectors
Other
0 stars 1 forks source link

VectorStoreTranslater from binary to text gives only header row #36

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a binary vector store.
2. Try to convert to text format.

What is the expected output? What do you see instead?

You should see lots of vectors. Users report seeing only the header row with 
the number of dimensions listed.

Original issue reported on code.google.com by widd...@google.com on 31 Jan 2011 at 8:47

GoogleCodeExporter commented 9 years ago
I think I have fixed the vector store translater issue in revision 470.

I've done this in a bit of a hurry, discovered a couple of other issues in the 
way file formats and names are passed around. VectorStoreTranslater itself is a 
bit of an outlier, it doesn't use the --indexfileformat flag since there are by 
definition two formats involved. I don't know best to deal with this, maybe 
it's fine as it is, or maybe the interface should at least change to remove the 
"-" from the translate option so that it looks like an argument not a flag.

Original comment by widd...@google.com on 31 Jan 2011 at 10:24