↓ 3 callersFunctionoutput_entities(brat_output_folder, previous_filename, entities, text_filepath, text, overwrite=False)
neuroner/conll_to_brat.py:103
↓ 1 callersFunctionassess_model(y_pred, y_true, labels, target_names, labels_with_o, target_names_with_o, dataset_type, stats_graph_folder, e
neuroner/evaluate.py:13
↓ 1 callersFunctionget_stanford_annotations(text, core_nlp, port=9000, annotators='tokenize,ssplit,pos,lemma')
neuroner/brat_to_conll.py:40
Functionevaluate_model(results, dataset, y_pred_all, y_true_all, stats_graph_folder, epoch_number, epoch_start_time, output_filepath
neuroner/evaluate.py:223
Functionpad_list http://stackoverflow.com/questions/3438756/some-built-in-to-pad-a-list-in-python Example: pad_list([6,2,3], 5, 0) returns [6,2,3,0,0]
neuroner/utils.py:73