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

Download this file

48 lines (47 with data), 860 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
results_alcohol = dict(
has_match=[
True,
True,
False,
False,
True,
True,
True,
True,
True,
],
detailled_status=[
None,
None,
None,
None,
"ABSTINENCE",
None,
None,
"ABSTINENCE",
None,
],
negation=[
None,
None,
None,
None,
None,
None,
True,
None,
True,
],
assign=None,
texts=[
"Patient alcoolique.",
"OH chronique.",
"Prise d'alcool occasionnelle",
"Application d'un pansement alcoolisé",
"Alcoolisme sevré",
"Alcoolisme non sevré",
"Alcool: 0",
"Le patient est en cours de sevrage éthylotabagique",
"Patient alcoolique: non.",
],
)