JohnLetnev / semanticvectors

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

full path destination file error in LSA indexing #61

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Building index with:
$ java pitt.search.semanticvectors.LSA -termvectorsfile [TERMVECTORS_FILE_PATH] 
-docvectorsfile [DOCVECTORS_FILE_PATH] [LUCENE_INDEX_PATH]

semantic vectors 3.6 fails if [TERMVECTORS_FILE_PATH] and 
[DOCVECTORS_FILE_PATH] contains full path destination file and not only the 
filename. 
In other words, it's possible to specify only the filename and put the file 
exclusively in the current dir.

Original issue reported on code.google.com by pierluca...@gmail.com on 13 Nov 2012 at 12:42