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

Download this file

22 lines (21 with data), 403 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
results_aids = dict(
has_match=[
True,
False,
True,
True,
],
detailled_status=[
None,
None,
None,
None,
],
assign=None,
texts=[
"Patient atteint du VIH au stade SIDA.",
"Patient atteint du VIH.",
"Il y a un VIH avec coinfection pneumocystose",
"Présence d'un VIH stade C",
],
)