a b/tests/data/regression_cases/dates.json
1
{
2
    "examples": [
3
        {
4
            "id": 0,
5
            "text": "24-07-1966",
6
            "annotations": [
7
                {
8
                    "text": "24-07-1966",
9
                    "start_char": 0,
10
                    "end_char": 10,
11
                    "tag": "datum"
12
                }
13
            ]
14
        },
15
        {
16
            "id": 1,
17
            "text": "26-4-21",
18
            "annotations": [
19
                {
20
                    "text": "26-4-21",
21
                    "start_char": 0,
22
                    "end_char": 7,
23
                    "tag": "datum"
24
                }
25
            ]
26
        },
27
        {
28
            "id": 2,
29
            "text": "6-7-1958",
30
            "annotations": [
31
                {
32
                    "text": "6-7-1958",
33
                    "start_char": 0,
34
                    "end_char": 8,
35
                    "tag": "datum"
36
                }
37
            ]
38
        },
39
        {
40
            "id": 3,
41
            "text": "31-05-2009",
42
            "annotations": [
43
                {
44
                    "text": "31-05-2009",
45
                    "start_char": 0,
46
                    "end_char": 10,
47
                    "tag": "datum"
48
                }
49
            ]
50
        },
51
        {
52
            "id": 4,
53
            "text": "12-04-'02",
54
            "annotations": [
55
                {
56
                    "text": "12-04-'02",
57
                    "start_char": 0,
58
                    "end_char": 9,
59
                    "tag": "datum"
60
                }
61
            ]
62
        },
63
        {
64
            "id": 5,
65
            "text": "9-9-1999",
66
            "annotations": [
67
                {
68
                    "text": "9-9-1999",
69
                    "start_char": 0,
70
                    "end_char": 8,
71
                    "tag": "datum"
72
                }
73
            ]
74
        },
75
        {
76
            "id": 6,
77
            "text": "32-01-2018",
78
            "annotations": []
79
        },
80
        {
81
            "id": 7,
82
            "text": "01-13-2018",
83
            "annotations": []
84
        },
85
        {
86
            "id": 8,
87
            "text": "01-01-3018",
88
            "annotations": []
89
        },
90
        {
91
            "id": 9,
92
            "text": "30/5/22",
93
            "annotations": [
94
                {
95
                    "text": "30/5/22",
96
                    "start_char": 0,
97
                    "end_char": 7,
98
                    "tag": "datum"
99
                }
100
            ]
101
        },
102
        {
103
            "id": 10,
104
            "text": "30-5-`22",
105
            "annotations": [
106
                {
107
                    "text": "30-5-`22",
108
                    "start_char": 0,
109
                    "end_char": 8,
110
                    "tag": "datum"
111
                }
112
            ]
113
        },
114
        {
115
            "id": 11,
116
            "text": "8/12/18",
117
            "annotations": [
118
                {
119
                    "text": "8/12/18",
120
                    "start_char": 0,
121
                    "end_char": 7,
122
                    "tag": "datum"
123
                }
124
            ]
125
        },
126
        {
127
            "id": 12,
128
            "text": "8/12/1899",
129
            "annotations": []
130
        },
131
        {
132
            "id": 13,
133
            "text": "8/12/20000",
134
            "annotations": []
135
        },
136
        {
137
            "id": 14,
138
            "text": "8.1.2022",
139
            "annotations": [
140
                {
141
                    "text": "8.1.2022",
142
                    "start_char": 0,
143
                    "end_char": 8,
144
                    "tag": "datum"
145
                }
146
            ]
147
        },
148
        {
149
            "id": 15,
150
            "text": "38.1.2022",
151
            "annotations": []
152
        },
153
        {
154
            "id": 16,
155
            "text": "23 10 2011",
156
            "annotations": [
157
                {
158
                    "text": "23 10 2011",
159
                    "start_char": 0,
160
                    "end_char": 10,
161
                    "tag": "datum"
162
                }
163
            ]
164
        },
165
        {
166
            "id": 17,
167
            "text": "1 augustus 2019",
168
            "annotations": [
169
                {
170
                    "text": "1 augustus 2019",
171
                    "start_char": 0,
172
                    "end_char": 15,
173
                    "tag": "datum"
174
                }
175
            ]
176
        },
177
        {
178
            "id": 18,
179
            "text": "17 mei 2011",
180
            "annotations": [
181
                {
182
                    "text": "17 mei 2011",
183
                    "start_char": 0,
184
                    "end_char": 11,
185
                    "tag": "datum"
186
                }
187
            ]
188
        },
189
        {
190
            "id": 19,
191
            "text": "17-mei-2011",
192
            "annotations": [
193
                {
194
                    "text": "17-mei-2011",
195
                    "start_char": 0,
196
                    "end_char": 11,
197
                    "tag": "datum"
198
                }
199
            ]
200
        },
201
        {
202
            "id": 20,
203
            "text": "17 mei '11",
204
            "annotations": [
205
                {
206
                    "text": "17 mei '11",
207
                    "start_char": 0,
208
                    "end_char": 10,
209
                    "tag": "datum"
210
                }
211
            ]
212
        },
213
        {
214
            "id": 21,
215
            "text": "1 aug 2012",
216
            "annotations": [
217
                {
218
                    "text": "1 aug 2012",
219
                    "start_char": 0,
220
                    "end_char": 10,
221
                    "tag": "datum"
222
                }
223
            ]
224
        },
225
        {
226
            "id": 22,
227
            "text": "4 jan 1999",
228
            "annotations": [
229
                {
230
                    "text": "4 jan 1999",
231
                    "start_char": 0,
232
                    "end_char": 10,
233
                    "tag": "datum"
234
                }
235
            ]
236
        },
237
        {
238
            "id": 23,
239
            "text": "4 JAN 1999",
240
            "annotations": [
241
                {
242
                    "text": "4 JAN 1999",
243
                    "start_char": 0,
244
                    "end_char": 10,
245
                    "tag": "datum"
246
                }
247
            ]
248
        },
249
        {
250
            "id": 24,
251
            "text": "1 AUGUSTUS 2018",
252
            "annotations": [
253
                {
254
                    "text": "1 AUGUSTUS 2018",
255
                    "start_char": 0,
256
                    "end_char": 15,
257
                    "tag": "datum"
258
                }
259
            ]
260
        },
261
        {
262
            "id": 25,
263
            "text": "38 augustus 2018",
264
            "annotations": []
265
        },
266
        {
267
            "id": 26,
268
            "text": "15.jan.1928",
269
            "annotations": [
270
                {
271
                    "text": "15.jan.1928",
272
                    "start_char": 0,
273
                    "end_char": 11,
274
                    "tag": "datum"
275
                }
276
            ]
277
        },
278
        {
279
            "id": 27,
280
            "text": "15- jan 1928",
281
            "annotations": [
282
                {
283
                    "text": "15- jan 1928",
284
                    "start_char": 0,
285
                    "end_char": 12,
286
                    "tag": "datum"
287
                }
288
            ]
289
        },
290
        {
291
            "id": 28,
292
            "text": "1- AUGUSTUS 20181966-07-24",
293
            "annotations": []
294
        },
295
        {
296
            "id": 29,
297
            "text": "21-4-26",
298
            "annotations": [
299
                {
300
                    "text": "21-4-26",
301
                    "start_char": 0,
302
                    "end_char": 7,
303
                    "tag": "datum"
304
                }
305
            ]
306
        },
307
        {
308
            "id": 30,
309
            "text": "1958-7-6",
310
            "annotations": [
311
                {
312
                    "text": "1958-7-6",
313
                    "start_char": 0,
314
                    "end_char": 8,
315
                    "tag": "datum"
316
                }
317
            ]
318
        },
319
        {
320
            "id": 31,
321
            "text": "2009-05-31",
322
            "annotations": [
323
                {
324
                    "text": "2009-05-31",
325
                    "start_char": 0,
326
                    "end_char": 10,
327
                    "tag": "datum"
328
                }
329
            ]
330
        },
331
        {
332
            "id": 32,
333
            "text": "'02-04-12",
334
            "annotations": [
335
                {
336
                    "text": "02-04-12",
337
                    "start_char": 1,
338
                    "end_char": 9,
339
                    "tag": "datum"
340
                },
341
                {
342
                    "text": "'02-04-12",
343
                    "start_char": 0,
344
                    "end_char": 9,
345
                    "tag": "datum"
346
                }
347
            ]
348
        },
349
        {
350
            "id": 33,
351
            "text": "1999-9-9",
352
            "annotations": [
353
                {
354
                    "text": "1999-9-9",
355
                    "start_char": 0,
356
                    "end_char": 8,
357
                    "tag": "datum"
358
                }
359
            ]
360
        },
361
        {
362
            "id": 34,
363
            "text": "2018-01-32",
364
            "annotations": []
365
        },
366
        {
367
            "id": 35,
368
            "text": "2018-13-01",
369
            "annotations": []
370
        },
371
        {
372
            "id": 36,
373
            "text": "3018-01-01",
374
            "annotations": []
375
        },
376
        {
377
            "id": 37,
378
            "text": "22/5/30",
379
            "annotations": [
380
                {
381
                    "text": "22/5/30",
382
                    "start_char": 0,
383
                    "end_char": 7,
384
                    "tag": "datum"
385
                }
386
            ]
387
        },
388
        {
389
            "id": 38,
390
            "text": "`22-5-30",
391
            "annotations": [
392
                {
393
                    "text": "`22-5-30",
394
                    "start_char": 0,
395
                    "end_char": 8,
396
                    "tag": "datum"
397
                },
398
                {
399
                    "text": "22-5-30",
400
                    "start_char": 1,
401
                    "end_char": 8,
402
                    "tag": "datum"
403
                }
404
            ]
405
        },
406
        {
407
            "id": 39,
408
            "text": "18/12/8",
409
            "annotations": []
410
        },
411
        {
412
            "id": 40,
413
            "text": "1899/12/8",
414
            "annotations": []
415
        },
416
        {
417
            "id": 41,
418
            "text": "20000/12/8",
419
            "annotations": []
420
        },
421
        {
422
            "id": 42,
423
            "text": "2022.1.8",
424
            "annotations": [
425
                {
426
                    "text": "2022.1.8",
427
                    "start_char": 0,
428
                    "end_char": 8,
429
                    "tag": "datum"
430
                }
431
            ]
432
        },
433
        {
434
            "id": 43,
435
            "text": "2022.1.38",
436
            "annotations": []
437
        },
438
        {
439
            "id": 44,
440
            "text": "2011 10 23",
441
            "annotations": [
442
                {
443
                    "text": "2011 10 23",
444
                    "start_char": 0,
445
                    "end_char": 10,
446
                    "tag": "datum"
447
                }
448
            ]
449
        },
450
        {
451
            "id": 45,
452
            "text": "2019 augustus 1",
453
            "annotations": [
454
                {
455
                    "text": "2019 augustus 1",
456
                    "start_char": 0,
457
                    "end_char": 15,
458
                    "tag": "datum"
459
                }
460
            ]
461
        },
462
        {
463
            "id": 46,
464
            "text": "2011 mei 17",
465
            "annotations": [
466
                {
467
                    "text": "2011 mei 17",
468
                    "start_char": 0,
469
                    "end_char": 11,
470
                    "tag": "datum"
471
                }
472
            ]
473
        },
474
        {
475
            "id": 47,
476
            "text": "2011-mei-17",
477
            "annotations": [
478
                {
479
                    "text": "2011-mei-17",
480
                    "start_char": 0,
481
                    "end_char": 11,
482
                    "tag": "datum"
483
                }
484
            ]
485
        },
486
        {
487
            "id": 48,
488
            "text": "'11 mei 17",
489
            "annotations": [
490
                {
491
                    "text": "11 mei 17",
492
                    "start_char": 1,
493
                    "end_char": 10,
494
                    "tag": "datum"
495
                },
496
                {
497
                    "text": "'11 mei 17",
498
                    "start_char": 0,
499
                    "end_char": 10,
500
                    "tag": "datum"
501
                }
502
            ]
503
        },
504
        {
505
            "id": 49,
506
            "text": "2012 aug 1",
507
            "annotations": [
508
                {
509
                    "text": "2012 aug 1",
510
                    "start_char": 0,
511
                    "end_char": 10,
512
                    "tag": "datum"
513
                }
514
            ]
515
        },
516
        {
517
            "id": 50,
518
            "text": "1999 jan 4",
519
            "annotations": [
520
                {
521
                    "text": "1999 jan 4",
522
                    "start_char": 0,
523
                    "end_char": 10,
524
                    "tag": "datum"
525
                }
526
            ]
527
        },
528
        {
529
            "id": 51,
530
            "text": "1999 JAN 4",
531
            "annotations": [
532
                {
533
                    "text": "1999 JAN 4",
534
                    "start_char": 0,
535
                    "end_char": 10,
536
                    "tag": "datum"
537
                }
538
            ]
539
        },
540
        {
541
            "id": 52,
542
            "text": "2018 AUGUSTUS 1",
543
            "annotations": [
544
                {
545
                    "text": "2018 AUGUSTUS 1",
546
                    "start_char": 0,
547
                    "end_char": 15,
548
                    "tag": "datum"
549
                }
550
            ]
551
        },
552
        {
553
            "id": 53,
554
            "text": "2018 augustus 38",
555
            "annotations": []
556
        },
557
        {
558
            "id": 54,
559
            "text": "1928.jan.15",
560
            "annotations": [
561
                {
562
                    "text": "1928.jan.15",
563
                    "start_char": 0,
564
                    "end_char": 11,
565
                    "tag": "datum"
566
                }
567
            ]
568
        },
569
        {
570
            "id": 55,
571
            "text": "1928- jan 15",
572
            "annotations": [
573
                {
574
                    "text": "1928- jan 15",
575
                    "start_char": 0,
576
                    "end_char": 12,
577
                    "tag": "datum"
578
                }
579
            ]
580
        },
581
        {
582
            "id": 56,
583
            "text": "2018- AUGUSTUS 1",
584
            "annotations": [
585
                {
586
                    "text": "2018- AUGUSTUS 1",
587
                    "start_char": 0,
588
                    "end_char": 16,
589
                    "tag": "datum"
590
                }
591
            ]
592
        }
593
    ]
594
}