David Jurgens
David Jurgens
Hi Matthew, Definitely! We actually had some code in-house to do that (we were running to the same issue), but development has stalled a bit due to other priorities. We're...
Could you please paste in the stack trace so we can see where in the LSA code is throwing the exception? On Mon, Jan 26, 2015 at 1:18 AM, fingorn...
Ok, I've pushed a change that should fix this behavior. However, I just want to point out that you're seeing this error only because you're passing in an extremely small...
Hi Jiang, Your Java classpath does not include the GNU Trove library, so the exception is expect. You need to either (1) download the GNU Trove library and include in...
Hangil, It looks like the Maven build is breaking on the tests (which is surprising) and on the building the javadoc (not surprising). In addition to skipping the tests, you...
Hi Guilherme, Yes, you're right! The current default format is sparse binary, not text. I've updated the wiki to reflect that. Thanks, David On Wed, Apr 5, 2017 at 6:47...
Did you run "mvn compile" or "mvn package" first to get all the code compiled? One of those two steps is necessary for the target directory to be created. Thanks,...
You need to run that from the command line in the directory where you cloned the github repository. You might also be able import the maven pom.xml into an environment...
Hi, I just pushed a new patch to RandomIndexing that should allow you to properly set the seed value. Hopefully this will fix your problem. RandomIndexing now has a proper...
Hi Jiang, You'll want to use the GwsMain class which uses the GenericWordSpace class instead of the VsmMain class. I'm not sure if we have out-of-the-box support for PMI though....