While it doesn't seem to affect the correctness of the
models, the "FEWER THAN EXPECTED SINGULAR VALUES"
warning that svdinterface started issuing when Dominic
and I were playing with the KJ Bible corpus (and that
it now issues routinely) is a little disturbing and
needs to be looked into and corrected.
Logged In: YES
user_id=1038434
I found the solution, SVD_ITER needs to be larger than the
requested singular values, if put SVD_ITER=400, it will
compute 100 singular values.
SVD_ITER=100