how to write results of CRF++ tool in a file -
i using crf++. following command used testing:-
crf_test -m model_file test_files
there no option write results on file. while need results on separate file.
we can use
crf_test -m model_file test_files>filename
. hope helpful.
Comments
Post a Comment