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
Post a Comment