# -*- coding:utf-8 -*- TITLE = "NER4ARCHIVES Analytics" DESCRIPTION = f""" # 📏 {TITLE} A basic web application to display a dashboard for analyzing INCEpTION annotation project built in context of NER4Archives (Inria/Archives nationales). - This tool provides two statistics levels: - *Global project statistics*: Analyze named entities in overall curated documents in project; - *Inter-Annotator Agreement results*: Analyze results of IAA experiment. """ KAPPA_LEGEND = """

🗃 IAA Metrics Legend

Kappa interpretation legend
Kappa score (k) Agreement
k < 0 Less chance agreement
0.01 < k < 0.20 Slight agreement
0.21 < k < 0.40 Fair agreement
0.41 < k < 0.60 Moderate agreement
0.61 < k < 0.80 Substantial agreement
0.81 < k < 0.99 Almost perfect agreement
"""