INFO: Converting from Matlab double values to SVDLIBC float values; possible loss of precision
java -Xmx8g -jar lsa-1.3.jar -d input.txt output.sspace
Hello,I tried to create a S-Space starting from the project you developed.The program seems to be working, but nothing happens for a while. The program seems to be stuck at:INFO: Converting from Matlab double values to SVDLIBC float values; possible loss of precisionAlso, for the moment the output file was not created yet.
Please tell me if there is any change for the program to get to an end and to obtain the .sspace file.
Here is the command I am trying to run:java -Xmx8g -jar lsa-1.3.jar -d input.txt output.sspaceThe library was taken from your Google Code project.
Please reply using the Reply to all button, since this e-mail address seems not to forward e-mails.Thank you in advance!
--
You received this message because you are subscribed to the Google Groups "Semantic Space Research - Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to s-space-research...@googlegroups.com.
To post to this group, send email to s-space-re...@googlegroups.com.
Visit this group at http://groups.google.com/group/s-space-research-dev.
For more options, visit https://groups.google.com/d/optout.
On Thu, Mar 19, 2015 at 6:43 AM, Gabi Gutu <mariu...@cti.pub.ro> wrote:Hello,I tried to create a S-Space starting from the project you developed.The program seems to be working, but nothing happens for a while. The program seems to be stuck at:INFO: Converting from Matlab double values to SVDLIBC float values; possible loss of precisionAlso, for the moment the output file was not created yet.Right, at this point, the program is trying to run the SVD operation.Please tell me if there is any change for the program to get to an end and to obtain the .sspace file.Do you have SVDLIBC installed? Also what platform are you using?
Here is the command I am trying to run:java -Xmx8g -jar lsa-1.3.jar -d input.txt output.sspaceThe library was taken from your Google Code project.We haven't supported the Google Code version in many years. Please see the project's GitHub page for the latest version and try that code.