|
a |
|
b/tests/data/regression_cases/ages.json |
|
|
1 |
{ |
|
|
2 |
"examples": [ |
|
|
3 |
{ |
|
|
4 |
"id": 0, |
|
|
5 |
"text": "10 jaar oud", |
|
|
6 |
"annotations": [ |
|
|
7 |
{ |
|
|
8 |
"text": "10", |
|
|
9 |
"start_char": 0, |
|
|
10 |
"end_char": 2, |
|
|
11 |
"tag": "leeftijd" |
|
|
12 |
} |
|
|
13 |
] |
|
|
14 |
}, |
|
|
15 |
{ |
|
|
16 |
"id": 1, |
|
|
17 |
"text": "10-jarige patient", |
|
|
18 |
"annotations": [ |
|
|
19 |
{ |
|
|
20 |
"text": "10", |
|
|
21 |
"start_char": 0, |
|
|
22 |
"end_char": 2, |
|
|
23 |
"tag": "leeftijd" |
|
|
24 |
} |
|
|
25 |
] |
|
|
26 |
}, |
|
|
27 |
{ |
|
|
28 |
"id": 2, |
|
|
29 |
"text": "10 jaar geleden", |
|
|
30 |
"annotations": [] |
|
|
31 |
}, |
|
|
32 |
{ |
|
|
33 |
"id": 3, |
|
|
34 |
"text": "al 10 jaar", |
|
|
35 |
"annotations": [] |
|
|
36 |
}, |
|
|
37 |
{ |
|
|
38 |
"id": 4, |
|
|
39 |
"text": "elke 2 jaar afspraak", |
|
|
40 |
"annotations": [] |
|
|
41 |
}, |
|
|
42 |
{ |
|
|
43 |
"id": 5, |
|
|
44 |
"text": "op 11-12 jarige leeftijd herhalen", |
|
|
45 |
"annotations": [ |
|
|
46 |
{ |
|
|
47 |
"text": "11-12", |
|
|
48 |
"start_char": 3, |
|
|
49 |
"end_char": 8, |
|
|
50 |
"tag": "leeftijd" |
|
|
51 |
} |
|
|
52 |
] |
|
|
53 |
}, |
|
|
54 |
{ |
|
|
55 |
"id": 6, |
|
|
56 |
"text": "12,5 jaar gestopt met roken", |
|
|
57 |
"annotations": [] |
|
|
58 |
}, |
|
|
59 |
{ |
|
|
60 |
"id": 7, |
|
|
61 |
"text": "1 jaar en 3 maanden", |
|
|
62 |
"annotations": [ |
|
|
63 |
{ |
|
|
64 |
"text": "1", |
|
|
65 |
"start_char": 0, |
|
|
66 |
"end_char": 1, |
|
|
67 |
"tag": "leeftijd" |
|
|
68 |
} |
|
|
69 |
] |
|
|
70 |
}, |
|
|
71 |
{ |
|
|
72 |
"id": 8, |
|
|
73 |
"text": "over 1 jaar controle", |
|
|
74 |
"annotations": [] |
|
|
75 |
}, |
|
|
76 |
{ |
|
|
77 |
"id": 9, |
|
|
78 |
"text": "klachten begonnen 1,5 jaar geleden", |
|
|
79 |
"annotations": [] |
|
|
80 |
}, |
|
|
81 |
{ |
|
|
82 |
"id": 10, |
|
|
83 |
"text": "2.5 jaar zonder klachten", |
|
|
84 |
"annotations": [ |
|
|
85 |
{ |
|
|
86 |
"text": "2.5", |
|
|
87 |
"start_char": 0, |
|
|
88 |
"end_char": 3, |
|
|
89 |
"tag": "leeftijd" |
|
|
90 |
} |
|
|
91 |
] |
|
|
92 |
}, |
|
|
93 |
{ |
|
|
94 |
"id": 11, |
|
|
95 |
"text": "leeftijd 3-4 jaar", |
|
|
96 |
"annotations": [ |
|
|
97 |
{ |
|
|
98 |
"text": "3-4", |
|
|
99 |
"start_char": 9, |
|
|
100 |
"end_char": 12, |
|
|
101 |
"tag": "leeftijd" |
|
|
102 |
} |
|
|
103 |
] |
|
|
104 |
}, |
|
|
105 |
{ |
|
|
106 |
"id": 12, |
|
|
107 |
"text": "patient is 6,5 jaar oud", |
|
|
108 |
"annotations": [ |
|
|
109 |
{ |
|
|
110 |
"text": "6,5", |
|
|
111 |
"start_char": 11, |
|
|
112 |
"end_char": 14, |
|
|
113 |
"tag": "leeftijd" |
|
|
114 |
} |
|
|
115 |
] |
|
|
116 |
}, |
|
|
117 |
{ |
|
|
118 |
"id": 13, |
|
|
119 |
"text": "op 12,5-jarige leeftijd nieuwe afspraak", |
|
|
120 |
"annotations": [ |
|
|
121 |
{ |
|
|
122 |
"text": "12,5", |
|
|
123 |
"start_char": 3, |
|
|
124 |
"end_char": 7, |
|
|
125 |
"tag": "leeftijd" |
|
|
126 |
} |
|
|
127 |
] |
|
|
128 |
}, |
|
|
129 |
{ |
|
|
130 |
"id": 14, |
|
|
131 |
"text": "tussen 11-12,5 jaar oud nieuwe afspraak", |
|
|
132 |
"annotations": [ |
|
|
133 |
{ |
|
|
134 |
"text": "11-12,5", |
|
|
135 |
"start_char": 7, |
|
|
136 |
"end_char": 14, |
|
|
137 |
"tag": "leeftijd" |
|
|
138 |
} |
|
|
139 |
] |
|
|
140 |
}, |
|
|
141 |
{ |
|
|
142 |
"id": 15, |
|
|
143 |
"text": "Batterij: 1,3 jaar", |
|
|
144 |
"annotations": [] |
|
|
145 |
} |
|
|
146 |
] |
|
|
147 |
} |