Switch to unified view

a b/tests/data/regression_cases/identifiers.json
1
{
2
    "examples": [
3
        {
4
            "id": 0,
5
            "text": "123456",
6
            "annotations": []
7
        },
8
        {
9
            "id": 1,
10
            "text": "1234567",
11
            "annotations": [
12
                {
13
                    "text": "1234567",
14
                    "start_char": 0,
15
                    "end_char": 7,
16
                    "tag": "id"
17
                }
18
            ]
19
        },
20
        {
21
            "id": 2,
22
            "text": "12345678",
23
            "annotations": [
24
                {
25
                    "text": "12345678",
26
                    "start_char": 0,
27
                    "end_char": 8,
28
                    "tag": "id"
29
                }
30
            ]
31
        },
32
        {
33
            "id": 3,
34
            "text": "99999999999999",
35
            "annotations": [
36
                {
37
                    "text": "99999999999999",
38
                    "start_char": 0,
39
                    "end_char": 14,
40
                    "tag": "id"
41
                }
42
            ]
43
        },
44
        {
45
            "id": 4,
46
            "text": "99999 99999",
47
            "annotations": []
48
        },
49
        {
50
            "id": 5,
51
            "text": "Serienummer: 1234567",
52
            "annotations": [
53
                {
54
                    "text": "1234567",
55
                    "start_char": 13,
56
                    "end_char": 20,
57
                    "tag": "id"
58
                }
59
            ]
60
        },
61
        {
62
            "id": 6,
63
            "text": "(134258395)",
64
            "annotations": [
65
                {
66
                    "text": "134258395",
67
                    "start_char": 1,
68
                    "end_char": 10,
69
                    "tag": "id"
70
                }
71
            ]
72
        },
73
        {
74
            "id": 7,
75
            "text": "345934583495 patnr",
76
            "annotations": [
77
                {
78
                    "text": "345934583495",
79
                    "start_char": 0,
80
                    "end_char": 12,
81
                    "tag": "id"
82
                }
83
            ]
84
        },
85
        {
86
            "id": 8,
87
            "text": "111222333 (bsn)",
88
            "annotations": [
89
                {
90
                    "text": "111222333",
91
                    "start_char": 0,
92
                    "end_char": 9,
93
                    "tag": "bsn"
94
                },
95
                {
96
                    "text": "111222333",
97
                    "start_char": 0,
98
                    "end_char": 9,
99
                    "tag": "id"
100
                }
101
            ]
102
        },
103
        {
104
            "id": 9,
105
            "text": "bsn: 111222334",
106
            "annotations": [
107
                {
108
                    "text": "111222334",
109
                    "start_char": 5,
110
                    "end_char": 14,
111
                    "tag": "id"
112
                }
113
            ]
114
        },
115
        {
116
            "id": 10,
117
            "text": "123456782",
118
            "annotations": [
119
                {
120
                    "text": "123456782",
121
                    "start_char": 0,
122
                    "end_char": 9,
123
                    "tag": "bsn"
124
                },
125
                {
126
                    "text": "123456782",
127
                    "start_char": 0,
128
                    "end_char": 9,
129
                    "tag": "id"
130
                }
131
            ]
132
        },
133
        {
134
            "id": 11,
135
            "text": "123456783",
136
            "annotations": [
137
                {
138
                    "text": "123456783",
139
                    "start_char": 0,
140
                    "end_char": 9,
141
                    "tag": "id"
142
                }
143
            ]
144
        },
145
        {
146
            "id": 12,
147
            "text": "111111111",
148
            "annotations": [
149
                {
150
                    "text": "111111111",
151
                    "start_char": 0,
152
                    "end_char": 9,
153
                    "tag": "id"
154
                }
155
            ]
156
        },
157
        {
158
            "id": 13,
159
            "text": "11122233",
160
            "annotations": [
161
                {
162
                    "text": "11122233",
163
                    "start_char": 0,
164
                    "end_char": 8,
165
                    "tag": "id"
166
                }
167
            ]
168
        }
169
    ]
170
}