IAA:

{% include '_annotator_mui_iaa_select_measure.html' %}
Tag Name
F1
OVERALL
 
{{ to_fixed(iaa_dict.all.f1) }}
{{ etag.name }}
 
{{ to_fixed(iaa_dict.tag[etag.name].f1) }}

Text Matched Files: {{ iaa_dict.stat.matched_hashcodes.length }}

Duplicated Files: {{ iaa_dict.stat.duplicates.length }}

Unmatched Files: {{ iaa_dict.stat.unmatched.length }}

File names
OVERALL {{ iaa_display_tag_name }}   F1
A: {{ iaa_dict.ann[v_ann.ann_hashcode].anns[0]._filename }}
B: {{ iaa_dict.ann[v_ann.ann_hashcode].anns[1]._filename }}
GS: {{ iaa_gs_dict[v_ann.ann_hashcode].ann._filename }}
 
{{ to_fixed(get_rst(iaa_dict.ann[v_ann.ann_hashcode].rst)['f1']) }}
AB: {{ get_rst(iaa_dict.ann[v_ann.ann_hashcode].rst).cm.tp }} A+: {{ get_rst(iaa_dict.ann[v_ann.ann_hashcode].rst).cm.fp }} B+: {{ get_rst(iaa_dict.ann[v_ann.ann_hashcode].rst).cm.fn }}
OVERALL {{ iaa_display_tag_name }} in GS: {{ count_gs_tags(v_ann.ann_hashcode) }}

Annotated Tags

A {{ iaa_dict.ann[iaa_display_hashcode].anns[0]._filename }}
B {{ iaa_dict.ann[iaa_display_hashcode].anns[1]._filename }}
{{ iaa_gs_dict[iaa_display_hashcode].ann._filename }}
{{ tag_name }} AB: {{ tag_rst.cm.tp }} A+: {{ tag_rst.cm.fp }} B+: {{ tag_rst.cm.fn }}
{{ tag_name }} Total: {{ count_iaa_gs_tag_notnull(iaa_gs_dict[iaa_display_hashcode].rst[tag_name]) }}  
 

IAA:

{% include '_annotator_mui_iaa_select_measure.html' %}
{% include '_annotator_mui_iaa_cohenkappa.html' %}