[79668b]: / tests / data / regression_cases / ages.json

Download this file

147 lines (147 with data), 3.7 kB

  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
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
"examples": [
{
"id": 0,
"text": "10 jaar oud",
"annotations": [
{
"text": "10",
"start_char": 0,
"end_char": 2,
"tag": "leeftijd"
}
]
},
{
"id": 1,
"text": "10-jarige patient",
"annotations": [
{
"text": "10",
"start_char": 0,
"end_char": 2,
"tag": "leeftijd"
}
]
},
{
"id": 2,
"text": "10 jaar geleden",
"annotations": []
},
{
"id": 3,
"text": "al 10 jaar",
"annotations": []
},
{
"id": 4,
"text": "elke 2 jaar afspraak",
"annotations": []
},
{
"id": 5,
"text": "op 11-12 jarige leeftijd herhalen",
"annotations": [
{
"text": "11-12",
"start_char": 3,
"end_char": 8,
"tag": "leeftijd"
}
]
},
{
"id": 6,
"text": "12,5 jaar gestopt met roken",
"annotations": []
},
{
"id": 7,
"text": "1 jaar en 3 maanden",
"annotations": [
{
"text": "1",
"start_char": 0,
"end_char": 1,
"tag": "leeftijd"
}
]
},
{
"id": 8,
"text": "over 1 jaar controle",
"annotations": []
},
{
"id": 9,
"text": "klachten begonnen 1,5 jaar geleden",
"annotations": []
},
{
"id": 10,
"text": "2.5 jaar zonder klachten",
"annotations": [
{
"text": "2.5",
"start_char": 0,
"end_char": 3,
"tag": "leeftijd"
}
]
},
{
"id": 11,
"text": "leeftijd 3-4 jaar",
"annotations": [
{
"text": "3-4",
"start_char": 9,
"end_char": 12,
"tag": "leeftijd"
}
]
},
{
"id": 12,
"text": "patient is 6,5 jaar oud",
"annotations": [
{
"text": "6,5",
"start_char": 11,
"end_char": 14,
"tag": "leeftijd"
}
]
},
{
"id": 13,
"text": "op 12,5-jarige leeftijd nieuwe afspraak",
"annotations": [
{
"text": "12,5",
"start_char": 3,
"end_char": 7,
"tag": "leeftijd"
}
]
},
{
"id": 14,
"text": "tussen 11-12,5 jaar oud nieuwe afspraak",
"annotations": [
{
"text": "11-12,5",
"start_char": 7,
"end_char": 14,
"tag": "leeftijd"
}
]
},
{
"id": 15,
"text": "Batterij: 1,3 jaar",
"annotations": []
}
]
}