dileepajayakody / semanticvectors

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

Dont know what is meant by -luceneindexpath must be set #67

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. java pitt.search.semanticvectors.BuildIndex <........>
2.
3.

What is the expected output? What do you see instead?
building of term-document vectors is expected
I have already built a lucene index director:  index/
But I don't know what arguments should I give to it.

java pitt.search.semanticvectors.BuildIndex index/
I am getting this error on giving the above command
Exception in thread "main" java.lang.IllegalArgumentException: -luceneindexpath 
must be set.
    at pitt.search.semanticvectors.BuildIndex.main(BuildIndex.java:82)

What version of the product are you using? On what operating system?
I am using "semanticvectors-4.0 "  on ubuntu 12.04

Please provide any additional information below.

Original issue reported on code.google.com by rohitdee...@gmail.com on 1 Oct 2013 at 12:27

GoogleCodeExporter commented 9 years ago
-luceneindexpath is a command line flag, the value of which must be set to the 
path to your lucene index,
e.g., -luceneindexpath .../$lucene_index/

For further information see 
https://code.google.com/p/semanticvectors/wiki/InstallationInstructions#To_Build
_and_Search_a_Model

Original comment by dwidd...@gmail.com on 2 Oct 2013 at 12:43

GoogleCodeExporter commented 9 years ago

Original comment by dwidd...@gmail.com on 2 Oct 2013 at 3:46