Guilherme Passero
Guilherme Passero
Hi Felipe, I've also had this problem before. It seems like a bug in [cogroo4](https://github.com/cogroo/cogroo4).
Good catch! So this is a problem caused by the pre-processing of texts in https://github.com/gpassero/cogroo4py/blob/master/python/cogroo4py/cogroo.py#L219. If I remember right, bad things happened when this wasn't done but I can't remember...
I had problems running mvn package, because of problems in docstrings (Java 8 has doclint enabled by default). I disabled doclint then mvn package worked, but didn't created random-indexing.jar. I...
I could create the models with this command line: `java -server -Xmx6g -cp sspace-2.0.4-jar-with-dependencies.jar edu.ucla.sspace.mains.RandomIndexingMain --docFile=wikipedia_lemma_lc_nosw.txt --tokenFilter=include=dict-mf100-lemma.txt -o sparse_text --verbose --threads 3 C:/ri` **sspace-2.0.4-jar-with-dependencies.jar** was created with **mvn compile; mvn...