sancha / jrae

I re-implemented a semi-supervised recursive autoencoder in java. I think it is a pretty nice technique. Check it out! Or fork it
http://www.socher.org/index.php/Main/Semi-SupervisedRecursiveAutoencodersForPredictingSentimentDistributions
72 stars 41 forks source link

wordmap.map should be rebuilt in each run #9

Open alenrooni opened 10 years ago

alenrooni commented 10 years ago

I ran the rc3 version with different -minCount parameters but it seems that it only builds the wordmap.map file once and doesn't rebuild it in next runs ignoring the possible change of -minCount parameter.

sancha commented 10 years ago

Thanks for noting this bug down. The best way to get around it is to rename or delete your wordmap file. Then jrae will build it again and create a new version.