[cad161]: / tests / pipelines / ner / disorders / liver_disease.py

Download this file

17 lines (16 with data), 373 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
results_liver_disease = dict(
has_match=4 * [True],
detailled_status=[
"MILD",
"MILD",
"MODERATE_TO_SEVERE",
"MODERATE_TO_SEVERE",
],
assign=None,
texts=[
"Il y a une fibrose hépatique",
"Une hépatite B chronique",
"Le patient consulte pour une cirrhose",
"Greffe hépatique.",
],
)