named entity recognition - to tag NE on multiple files using Stanford NER -
i want use stanford ner tag name entity in multiple files. in documentation said can use option -testfiles list of test files separated commas not work in case like:
java -cp stanford-ner.jar edu.stanford.nlp.ie.crf.crfclassifier -loadclassifier ner-model.ser.gz -testfiles test_file1.tsv,test_file2.tsv but works when input 1 file.
does system have inline evaluation (for p, r) multiple files? wonder how works in case of multiple files.
thanks in advance.
khadaka
Comments
Post a Comment