seunginah / semanticvectors

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

ClusterVectorStore has regression bugs #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Build an index as usual.
2. Follow the old instructions to build a text index, e.g., java
pitt.search.semanticvectors.VectorStoreTranslater -lucenetotext
docvectors.bin docvectors.txt
3. Try to cluster the text formatted index: java
pitt.search.semanticvectors.ClusterVectorStore --numclusters 3 docvectors.txt 

What is the expected output? What do you see instead?
You should get clustered output. Instead you get a mess of file parsing errors.

Original issue reported on code.google.com by widd...@google.com on 6 Dec 2009 at 2:46

GoogleCodeExporter commented 9 years ago
Found bug in VectorStoreReader, fixed in revision 361.

Original comment by widd...@google.com on 14 Apr 2010 at 5:42