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

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -