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

Download this file

23 lines (22 with data), 481 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
results_cerebrovascular_accident = dict(
has_match=[
False,
True,
True,
False,
True,
True,
True,
],
detailled_status=None,
assign=None,
texts=[
"Patient hospitalisé à AVC.",
"Hospitalisation pour un AVC.",
"Saignement intracranien",
"Thrombose périphérique",
"Thrombose sylvienne",
"Infarctus cérébral",
"Soigné via un thrombolyse",
],
)