Switch to unified view

a b/tests/data/regression_cases/urls.json
1
{
2
    "examples": [
3
        {
4
            "id": 0,
5
            "text": "Vragen? Kijk op www.umcutrecht.nl.",
6
            "annotations": [
7
                {
8
                    "text": "www.umcutrecht.nl",
9
                    "start_char": 16,
10
                    "end_char": 33,
11
                    "tag": "url"
12
                }
13
            ]
14
        },
15
        {
16
            "id": 1,
17
            "text": "http://www.umcutrecht.nl",
18
            "annotations": [
19
                {
20
                    "text": "http://www.umcutrecht.nl",
21
                    "start_char": 0,
22
                    "end_char": 24,
23
                    "tag": "url"
24
                }
25
            ]
26
        },
27
        {
28
            "id": 2,
29
            "text": "https://packaging.pypi.org",
30
            "annotations": [
31
                {
32
                    "text": "https://packaging.pypi.org",
33
                    "start_char": 0,
34
                    "end_char": 26,
35
                    "tag": "url"
36
                }
37
            ]
38
        },
39
        {
40
            "id": 3,
41
            "text": "softwareengineering.stackexchange.com/questions/348295/is-there-such-a-thing-as-having-too-many-unit-tests",
42
            "annotations": [
43
                {
44
                    "text": "softwareengineering.stackexchange.com/questions/348295/is-there-such-a-thing-as-having-too-many-unit-tests",
45
                    "start_char": 0,
46
                    "end_char": 106,
47
                    "tag": "url"
48
                }
49
            ]
50
        },
51
        {
52
            "id": 4,
53
            "text": "informatie-niertransplantaties.net",
54
            "annotations": [
55
                {
56
                    "text": "informatie-niertransplantaties.net",
57
                    "start_char": 0,
58
                    "end_char": 34,
59
                    "tag": "url"
60
                }
61
            ]
62
        },
63
        {
64
            "id": 5,
65
            "text": "www.umcutrecht.nl",
66
            "annotations": [
67
                {
68
                    "text": "www.umcutrecht.nl",
69
                    "start_char": 0,
70
                    "end_char": 17,
71
                    "tag": "url"
72
                }
73
            ]
74
        },
75
        {
76
            "id": 6,
77
            "text": "info@umcutrecht.nl",
78
            "annotations": [
79
                {
80
                    "text": "umcutrecht.nl",
81
                    "start_char": 5,
82
                    "end_char": 18,
83
                    "tag": "url"
84
                }
85
            ]
86
        },
87
        {
88
            "id": 7,
89
            "text": "https://www.umcutrecht.nl/nl/over-ons/nieuws/algemeen/umc-utrecht-en-prinses-maxima-centrum-zien-met-vertrouwen-uit-naar-snelle-inhoudelijke-behandeling-besluit-kinderhartchirurgie",
90
            "annotations": [
91
                {
92
                    "text": "https://www.umcutrecht.nl/nl/over-ons/nieuws/algemeen/umc-utrecht-en-prinses-maxima-centrum-zien-met-vertrouwen-uit-naar-snelle-inhoudelijke-behandeling-besluit-kinderhartchirurgie",
93
                    "start_char": 0,
94
                    "end_char": 180,
95
                    "tag": "url"
96
                }
97
            ]
98
        },
99
        {
100
            "id": 8,
101
            "text": "https://www.umcutrecht.nl/nl/voorlichting/informatie-over-anesthesie",
102
            "annotations": [
103
                {
104
                    "text": "https://www.umcutrecht.nl/nl/voorlichting/informatie-over-anesthesie",
105
                    "start_char": 0,
106
                    "end_char": 68,
107
                    "tag": "url"
108
                }
109
            ]
110
        },
111
        {
112
            "id": 9,
113
            "text": "https://www.umcutrecht.nl/incident",
114
            "annotations": [
115
                {
116
                    "text": "https://www.umcutrecht.nl/incident",
117
                    "start_char": 0,
118
                    "end_char": 34,
119
                    "tag": "url"
120
                }
121
            ]
122
        },
123
        {
124
            "id": 10,
125
            "text": "umcutrecht.nl",
126
            "annotations": [
127
                {
128
                    "text": "umcutrecht.nl",
129
                    "start_char": 0,
130
                    "end_char": 13,
131
                    "tag": "url"
132
                }
133
            ]
134
        },
135
        {
136
            "id": 11,
137
            "text": "azu.nl",
138
            "annotations": [
139
                {
140
                    "text": "azu.nl",
141
                    "start_char": 0,
142
                    "end_char": 6,
143
                    "tag": "url"
144
                }
145
            ]
146
        },
147
        {
148
            "id": 12,
149
            "text": "hetwkz.nl",
150
            "annotations": [
151
                {
152
                    "text": "hetwkz.nl",
153
                    "start_char": 0,
154
                    "end_char": 9,
155
                    "tag": "url"
156
                }
157
            ]
158
        }
159
    ]
160
}