dileepajayakody / semanticvectors

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

ClusterResults #66

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
hi, 
first of all thank you for this great job..

in regard with the clustering, I've created the lucene index and the semantic 
vectors&terms index..
When I called the ClusterResults class as follow:

String arg2[]={"-queryvectorfile", 
"docvectors.bin","-numclusters","4","-numsearchresults", "30", "abuse"};
pitt.search.semanticvectors.ClusterResults.main(arg2);

via NetBeans, I got this error message:

xception in thread "main" java.lang.RuntimeException: 
H:\semanticvectors-3.8-src\semanticvectors-3.8\.bin (The system cannot find the 
file specified)

btw, the "docvectors.bin" index is located in the same directory of the source..

Any help please??

Thank you

Original issue reported on code.google.com by bassalemi on 22 Aug 2013 at 6:35

GoogleCodeExporter commented 9 years ago
Problem solved..
After using the latest version '4.0' with the latest version of lucene '4.4.0', 
it works perfectly..

Thank you..

Original comment by bassalemi on 22 Aug 2013 at 7:44

GoogleCodeExporter commented 9 years ago
Oh good - thanks for getting to a fix before I even had time to look at the 
issue :)

Original comment by dwidd...@gmail.com on 22 Aug 2013 at 8:34

GoogleCodeExporter commented 9 years ago
welcome.. :)

Original comment by bassalemi on 23 Aug 2013 at 9:22