dileepajayakody / semanticvectors

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

Permutation indexing appears to be broken #49

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
$ java pitt.search.semanticvectors.BuildPositionalIndex -positionalmethod 
permutation -indexfileformat text -dimension 20 -seedlength 2 positional_index/

...

INFO: Finished writing vectors.

$ less permtermvectors.bin 
-vectortype real -dimension 20
possessions|NaN|NaN|NaN|NaN|NaN|NaN|NaN|NaN|NaN|NaN|NaN|NaN|NaN|NaN|NaN|NaN|NaN|
NaN|NaN|NaN
hoshea|NaN|NaN|NaN|NaN|NaN|NaN|NaN|NaN|NaN|NaN|NaN|NaN|NaN|NaN|NaN|NaN|NaN|NaN|N
aN|NaN

...

Original issue reported on code.google.com by widd...@google.com on 25 Jul 2011 at 5:09

GoogleCodeExporter commented 9 years ago
Don't remember when I fixed this but I did!

Original comment by widd...@google.com on 26 Aug 2011 at 7:05