nlp - CRF model making is taking too much time -


i following link making crf model. using following command making model.

java -cp stanford-ner.jar edu.stanford.nlp.ie.crf.crfclassifier -prop austen.prop 

model made training data , taking time. when closely observe happening in system. it using 1 core of computer.

can run command in way should use many cores of computer? implemented single thread. there support of multi-threading? if yes kindly share.

make sure download latest version of code (version 3.6.0). should run multi-threaded default.


Comments

Popular posts from this blog

gridview - Yii2 DataPorivider $totalSum for a column -

java - Suppress Jboss version details from HTTP error response -

Sass watch command compiles .scss files before full sftp upload -