Hi,
I'm trying to run LSAMain on a file which contains 2.3 million rows. Each row contains several words. I installed svdlibc. When I try to run LSAMain on this file, I get the following errors. However, if I reduce the file to 2million rows, LSAMain can give an output. I'm not sure the reason of this, maybe the space limit?
Jul 15, 2015 3:44:16 PM edu.ucla.sspace.common.GenericTermDocumentVectorSpace processSpace
INFO: performing log-entropy transform
Jul 15, 2015 3:44:16 PM edu.ucla.sspace.matrix.LogEntropyTransform$LogEntropyGlobalTransform <init>
INFO: Computing the total row counts
Jul 15, 2015 3:46:15 PM edu.ucla.sspace.matrix.LogEntropyTransform$LogEntropyGlobalTransform <init>
INFO: Computing the entropy of each row
Jul 15, 2015 3:46:19 PM edu.ucla.sspace.matrix.LogEntropyTransform$LogEntropyGlobalTransform <init>
INFO: Scaling the entropy of the rows
Jul 15, 2015 3:46:21 PM edu.ucla.sspace.lsa.LatentSemanticAnalysis processSpace
INFO: reducing to 300 dimensions
Jul 15, 2015 4:04:30 PM edu.ucla.sspace.matrix.factorization.SingularValueDecompositionLibC factorize
WARNING: svdlibc exited with error status. stderr:
Exception in thread "main" java.lang.NullPointerException
at edu.ucla.sspace.matrix.factorization.AbstractSvd.dataClasses(AbstractSvd.java:95)
at edu.ucla.sspace.lsa.LatentSemanticAnalysis.processSpace(LatentSemanticAnalysis.java:465)
at edu.ucla.sspace.mains.GenericMain.processDocumentsAndSpace(GenericMain.java:514)
at edu.ucla.sspace.mains.GenericMain.run(GenericMain.java:443)
at edu.ucla.sspace.mains.LSAMain.main(LSAMain.java:167)
I wonder if someone can help me with this problem.
Bests~
Qi Song
EECS, Washington State University
--
---
You received this message because you are subscribed to the Google Groups "S-Space Package Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to s-space-user...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.