jattokatarratto commited on
Commit
1a08c6b
·
verified ·
1 Parent(s): 1a46ecc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -2
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. \nThe <a href='https://interoperable-europe.ec.europa.eu/interoperable-europe/interoperable-europe-act={row['namedEntity']}' target='_blank'></a> 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. Data exchange is vital for digital government policies, and semantic interoperability ensures systems understand each other despite different legacies and architectures. \n\nIn 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). ",
2686
- examples=examples,
 
 
 
 
 
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