Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -2682,8 +2682,13 @@ demo = gr.Interface(
|
|
2682 |
],
|
2683 |
live=True,
|
2684 |
title="BioAnnotator: Biomedical Named-Entity Recognition (NER) and Linking (NEL)",
|
2685 |
-
description="Interoperability – the capability of systems and organisations to cooperate across functional, sectoral and physical borders– is key for successful digital transformation.
|
2686 |
-
|
|
|
|
|
|
|
|
|
|
|
2687 |
cache_examples=False
|
2688 |
)
|
2689 |
|
|
|
2682 |
],
|
2683 |
live=True,
|
2684 |
title="BioAnnotator: Biomedical Named-Entity Recognition (NER) and Linking (NEL)",
|
2685 |
+
description="""Interoperability – the capability of systems and organisations to cooperate across functional, sectoral and physical borders – is key for successful digital transformation.
|
2686 |
+
The [Interoperable Europe Act](https://interoperable-europe.ec.europa.eu/interoperable-europe/interoperable-europe-act) is an EU regulation that aims to strengthen public sector interoperability and will serve as a main EC policy framework for the years to come.
|
2687 |
+
Data exchange is vital for digital government policies, and semantic interoperability ensures systems understand each other despite different legacies and architectures.
|
2688 |
+
|
2689 |
+
In this demo we show in particular the *BioAnnotator*, a prototype tool performing Biomedical Named-Entity Recognition (NER) and Linking (NEL). To give it a try, please select one or more NER models and enter some text to get it processed. Please select also the entity categories you want to extract, as well as the score to use as a threshold for the NER extraction. Finally, select whether you want to perform Named-Entity Linking (NEL) and if you want to enable the filtering to some specific biomedical ontologies only (acronyms description at: https://bioportal.bioontology.org/ontologies. See also: https://citnet.tech.ec.europa.eu/CITnet/confluence/display/DIGHEALTH/Inventory+of+existing+KGs+related+to+the+Digital+Health+domain).
|
2690 |
+
""",
|
2691 |
+
examples=examples,
|
2692 |
cache_examples=False
|
2693 |
)
|
2694 |
|