Nodejs-Stanford-Classifier
Nodejs-Stanford-Classifier copied to clipboard
Nodejs wrapper for Stanford Classifier.
Hi I can't install Nodejs-Stanford-Classifier on Mac :( ``` node --version v7.10.0 ``` ``` cat package.json { "name": "message-classifier", "version": "0.0.0", "license": "MIT", "angular-cli": {}, "scripts": { "ng": "ng" },...
I get a `OutOfMemoryError` error when executing the `self.classifier.makeClassifierSync` method. while the training seems to work fine. My dataset it's about 3000 lines. ``` node_modules/stanford-classifier/index.js:47 self.train = self.classifier.makeClassifierSync(self.dataSet); ^ Error:...