-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtitles.json
86 lines (86 loc) · 1.52 KB
/
titles.json
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
[
{
"tag": "h1",
"title": "Web scraping"
},
{
"tag": "h2",
"title": "Contents"
},
{
"tag": "h2",
"title": "History"
},
{
"tag": "h2",
"title": "Techniques"
},
{
"tag": "h2",
"title": "Legal issues"
},
{
"tag": "h2",
"title": "Methods to prevent web scraping"
},
{
"tag": "h2",
"title": "See also"
},
{
"tag": "h2",
"title": "References"
},
{
"tag": "h3",
"title": "Human copy-and-paste"
},
{
"tag": "h3",
"title": "Text pattern matching"
},
{
"tag": "h3",
"title": "HTTP programming"
},
{
"tag": "h3",
"title": "HTML parsing"
},
{
"tag": "h3",
"title": "DOM parsing"
},
{
"tag": "h3",
"title": "Vertical aggregation"
},
{
"tag": "h3",
"title": "Semantic annotation recognizing"
},
{
"tag": "h3",
"title": "Computer vision web-page analysis"
},
{
"tag": "h3",
"title": "AI-powered document understanding"
},
{
"tag": "h3",
"title": "United States"
},
{
"tag": "h3",
"title": "European Union"
},
{
"tag": "h3",
"title": "Australia"
},
{
"tag": "h3",
"title": "India"
}
]