a b/tests/data/regression_cases/emails.json
1
{
2
    "examples": [
3
        {
4
            "id": 0,
5
            "text": "een-afdeling@prinsesmaximacentrum.nl",
6
            "annotations": [
7
                {
8
                    "text": "een-afdeling@prinsesmaximacentrum.nl",
9
                    "start_char": 0,
10
                    "end_char": 36,
11
                    "tag": "emailadres"
12
                }
13
            ]
14
        },
15
        {
16
            "id": 1,
17
            "text": "poli-specialisme@umcutrecht.nl",
18
            "annotations": [
19
                {
20
                    "text": "poli-specialisme@umcutrecht.nl",
21
                    "start_char": 0,
22
                    "end_char": 30,
23
                    "tag": "emailadres"
24
                }
25
            ]
26
        },
27
        {
28
            "id": 2,
29
            "text": "Mail naar ditmailadres@umcutrecht.nl",
30
            "annotations": [
31
                {
32
                    "text": "ditmailadres@umcutrecht.nl",
33
                    "start_char": 10,
34
                    "end_char": 36,
35
                    "tag": "emailadres"
36
                }
37
            ]
38
        },
39
        {
40
            "id": 3,
41
            "text": "ABC@umcutrecht.nl",
42
            "annotations": [
43
                {
44
                    "text": "ABC@umcutrecht.nl",
45
                    "start_char": 0,
46
                    "end_char": 17,
47
                    "tag": "emailadres"
48
                }
49
            ]
50
        },
51
        {
52
            "id": 4,
53
            "text": "Poli.Opname@umcutrecht.nl",
54
            "annotations": [
55
                {
56
                    "text": "Poli.Opname@umcutrecht.nl",
57
                    "start_char": 0,
58
                    "end_char": 25,
59
                    "tag": "emailadres"
60
                }
61
            ]
62
        },
63
        {
64
            "id": 5,
65
            "text": "Van persoon@gmail.com een e-mail ontvangen",
66
            "annotations": [
67
                {
68
                    "text": "persoon@gmail.com",
69
                    "start_char": 4,
70
                    "end_char": 21,
71
                    "tag": "emailadres"
72
                }
73
            ]
74
        },
75
        {
76
            "id": 6,
77
            "text": "a.b.c.naam@umcutrecht.nl",
78
            "annotations": [
79
                {
80
                    "text": "a.b.c.naam@umcutrecht.nl",
81
                    "start_char": 0,
82
                    "end_char": 24,
83
                    "tag": "emailadres"
84
                }
85
            ]
86
        },
87
        {
88
            "id": 7,
89
            "text": "a.b.c.naam-12@umcutrecht.nl",
90
            "annotations": [
91
                {
92
                    "text": "a.b.c.naam-12@umcutrecht.nl",
93
                    "start_char": 0,
94
                    "end_char": 27,
95
                    "tag": "emailadres"
96
                }
97
            ]
98
        },
99
        {
100
            "id": 8,
101
            "text": "A.B.C.Naam@umcutrecht.nl",
102
            "annotations": [
103
                {
104
                    "text": "A.B.C.Naam@umcutrecht.nl",
105
                    "start_char": 0,
106
                    "end_char": 24,
107
                    "tag": "emailadres"
108
                }
109
            ]
110
        },
111
        {
112
            "id": 9,
113
            "text": "henk1993@outlook.com",
114
            "annotations": [
115
                {
116
                    "text": "henk1993@outlook.com",
117
                    "start_char": 0,
118
                    "end_char": 20,
119
                    "tag": "emailadres"
120
                }
121
            ]
122
        },
123
        {
124
            "id": 10,
125
            "text": "achternaam_voornaam@gmail.com",
126
            "annotations": [
127
                {
128
                    "text": "achternaam_voornaam@gmail.com",
129
                    "start_char": 0,
130
                    "end_char": 29,
131
                    "tag": "emailadres"
132
                }
133
            ]
134
        }
135
    ]
136
}