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

Download this file

15 lines (14 with data), 283 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
results_hemiplegia = dict(
has_match=[
True,
True,
True,
],
detailled_status=None,
assign=None,
texts=[
"Patient hémiplégique",
"Paralysie des membres inférieurs",
"Patient en LIS", # locked-in syndrom
],
)