forked from brochhagen/brochhagen.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·252 lines (216 loc) · 13.3 KB
/
index.html
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
<html>
<head>
<meta http-equiv=Content-Type content="text/html; charset=utf-8">
<style>
.code-container {
display: inline-block;
margin-left: 8px;
}
button.copy-code-button {
font-family: 'Open Sans', sans-serif;
font-weight: 400;
margin-left: 8px;
}
</style>
<script>
window.onload = function() {
const buttons = document.querySelectorAll("button.copy-code-button");
buttons.forEach(function(button) {
button.textContent = "Copy";
});
const codeElements = document.querySelectorAll('code');
codeElements.forEach((code) => {
const container = document.createElement('div');
container.classList.add('code-container');
const textNode = document.createTextNode(code.textContent);
container.appendChild(textNode);
const button = document.createElement('button');
button.classList.add('copy-code-button');
button.textContent = 'Copy';
container.appendChild(button);
button.addEventListener('click', () => {
if (code.textContent.match(/^\[pos=".*"\]$/)) {
const stringToCopy = code.textContent;
navigator.clipboard.writeText(stringToCopy);
}
});
code.parentNode.replaceChild(container, code);
});
}
</script>
</head>
<body link="#000000" vlink=blue style='margin-left:65pt' style='word-wrap:break-word' style='margin-right:55pt'>
<div class=WordSection1>
<p class=Chapter align=left style='margin-left:14.85pt;text-align:left'><a
name="_Hlk135236592"><b><span style='font-size:24.0pt;font-family:
Helvetica'>List of available corpora</span></b></a></p>
<p class=Body style='margin-left:14.85pt'><b><span style='font-size:
22.0pt;line-height:110%;font-family:Helvetica;color:#971930'><br>
American English:</span></b><span style='font-family:Helvetica'>
<br>
<br>
<span style='font-size:18.0pt;line-height:110%;font-family:
Helvetica;color:#262192'><b>Corpus 1</b><br>
</p>
<p class=Body style='margin-left:14.85pt'><a
href="http://corptedig-glif.upf.edu/cqpweb/coca/" target="_blank" rel="noopener noreferrer"><span class=Hyperlink0><span
style='font-size:14.0pt;line-height:110%;font-family:Helvetica'>http://corptedig-glif.upf.edu/cqpweb/coca/</span></span></a><span
style='font-size:14.0pt;line-height:110%;font-family:Helvetica'>
(user: guest, pwd: guest)<br>
<br>
</span><b><span style='font-size:14.0pt;line-height:110%;font-family:
Helvetica;color:#2E7116'><span style='color:windowtext'>Complete tagset:</span></span></b><span
style='font-size:14.0pt;line-height:110%;font-family:Helvetica;
color:#2E7116'><span style='color:windowtext'> </span></span><a
href="http://www.natcorp.ox.ac.uk/docs/c7spec.html" target="_blank" rel="noopener noreferrer"><span class=Hyperlink0><span
style='font-size:14.0pt;line-height:110%;font-family:Helvetica'>http://www.natcorp.ox.ac.uk/docs/c7spec.html</span></span></a></p>
<p class=Body style='margin-left:14.85pt'><b><span style='font-size:
14.0pt;line-height:110%;font-family:Helvetica'>Important note</span></b><span
style='font-size:14.0pt;line-height:110%;font-family:Helvetica'>:
The tagset is almost identical to the one used by Sketchengine but in this
corpus you need to use [pos=".*"] instead of </span><span lang=PT
style='font-size:14.0pt;line-height:110%;font-family:Helvetica'>[</span><span
style='font-size:14.0pt;line-height:110%;font-family:Helvetica'>tag=".*"]
in the CQL query and use lower case for the POS tags.<br>
<br>
</span><b><span style='font-size:14.0pt;line-height:110%;
font-family:Helvetica;color:#005702'>List of relevant tags</span></b><span style='font-size:14.0pt;
line-height:110%;font-family:Helvetica'>:</span></p>
<p class=Body style='margin-left:14.85pt'><span style='font-size:
14.0pt;line-height:110%;font-family:Helvetica'><b>Nouns</b></span> ➝ <span
style='font-size:14.0pt;line-height:110%;font-family:Helvetica'><code>[pos="n.*"]</code></span><span
style='font-size:14.0pt;line-height:110%;font-family:Helvetica'><br>
<b>Verbs</b></span> ➝ <span
style='font-size:14.0pt;line-height:110%;font-family:Helvetica'> <code>[pos="vv.*"]</code><br>
</span><span style='font-size:14.0pt;line-height:110%;font-family:
Helvetica'><b>Determiners</b></span> ➝ <span
style='font-size:14.0pt;line-height:110%;font-family:Helvetica'><code>[pos="dd.*"]</code><br>
<b>Articles</b></span> ➝ <span
style='font-size:14.0pt;line-height:110%;font-family:Helvetica'><code>[pos="at.*"]</code><br>
<b>Adjectives</b></span> ➝ <span
style='font-size:14.0pt;line-height:110%;font-family:Helvetica'><code>[pos="j.*"]</code></span><span
style='font-size:14.0pt;line-height:110%;font-family:Helvetica'><br>
<b>Prepositions</b></span> ➝ <span
style='font-size:14.0pt;line-height:110%;font-family:Helvetica'><code>[pos="i.*"]</code></span><span
style='font-size:14.0pt;line-height:110%;font-family:Helvetica'><br>
<b>Pronouns</b></span> ➝ <span
style='font-size:14.0pt;line-height:110%;font-family:Helvetica'><code>[pos="pp.*"]</code></span>
<span
style='font-size:14.0pt;line-height:110%;font-family:Helvetica'><br>
<b>Particles</b> (e.g. about, in, out, up) </span><span style='font-size:
14.0pt;line-height:110%;font-family:"Segoe UI Symbol",sans-serif'>➝ </span><span
style='font-size:14.0pt;line-height:110%;font-family:Helvetica'><code>[pos="rp"]</code></span><span
style='font-size:14.0pt;line-height:110%;font-family:Helvetica'>
(relevant for phrasal verbs)</span><span style='font-family:Helvetica'><br>
<br>
</span></p>
<p class=Body style='margin-left:14.85pt'><b><span style='font-size:
22.0pt;line-height:110%;font-family:Helvetica;color:#971930'>British English:</span></b></p>
<p class=Body style='margin-left:14.85pt'><span style='font-size:
18.0pt;line-height:110%;font-family:Helvetica'>
</span><b><span style='font-size:18.0pt;line-height:110%;font-family:
Helvetica;color:#262192'>Corpus 2<br>
</span></b><span style='font-size:18.0pt;line-height:110%;
font-family:Helvetica'><br>
</span><a href="https://app.sketchengine.eu/" target="_blank" rel="noopener noreferrer"><span class=Hyperlink0><span
style='font-size:14.0pt;line-height:110%;font-family:Helvetica'>https://app.sketchengine.eu/</span></span></a><span
style='font-size:14.0pt;line-height:110%;font-family:Helvetica'>
(choose British National Corpus - BNC)<br>
<br>
</span><a name="_Hlk135236425"><b><span style='font-size:14.0pt;
line-height:110%;font-family:Helvetica;color:#2E7116'><span style='color:windowtext'>Complete
tagset:</span></span></b></a><span style='font-size:14.0pt;
line-height:110%;font-family:Helvetica;color:#2E7116'><span style='color:windowtext'>
</span></span><a
href="https://www.sketchengine.eu/english-treetagger-pipeline-2/" target="_blank" rel="noopener noreferrer"><span
class=Hyperlink0><span style='font-size:14.0pt;line-height:110%;
font-family:Helvetica'>https://www.sketchengine.eu/english-treetagger-pipeline-2/</span></span></a></p>
<p class=Body style='margin-left:14.85pt'><a name="_Hlk135236379"><b><span style='font-size:
14.0pt;line-height:110%;font-family:Helvetica;color:#005702'>List of relevant tags</span></b></a><span
style='font-size:14.0pt;line-height:110%;font-family:Helvetica'>: </span><span
style='font-size:14.0pt;line-height:110%;font-family:Helvetica'><br>
<br>
</span><span style='font-size:14.0pt;line-height:110%;font-family:Helvetica'><b>Nouns</b></span> ➝ <span style='font-size:
14.0pt;line-height:110%;font-family:Helvetica'><code>[tag="N.*"]</code><br>
</span><span style='font-size:14.0pt;line-height:110%;font-family:Helvetica'><b>Verbs</b></span> ➝ <span style='font-size:
14.0pt;line-height:110%;font-family:Helvetica'><code>[tag="VV.*"]</code></span><span
style='font-size:14.0pt;line-height:110%;font-family:Helvetica'><br>
<b>Determiners</b> (includes articles)</span> ➝ <span
style='font-size:14.0pt;line-height:110%;font-family:Helvetica'><code>[tag="DT"]</code></span><span
style='font-size:14.0pt;line-height:110%;font-family:Helvetica'><br>
</span><span style='font-size:14.0pt;line-height:110%;font-family:Helvetica'><b>Adjectives</b></span> ➝ <span style='font-size:
14.0pt;line-height:110%;font-family:Helvetica'><code>[tag="J.*"]</code><br>
</span><span style='font-size:14.0pt;line-height:110%;font-family:Helvetica'><b>Prepositions</b></span> ➝ <span style='font-size:14.0pt;
line-height:110%;font-family:Helvetica'><code>[tag="IN.*"]</code><br>
<b>Pronouns</b></span> ➝ <span
style='font-size:14.0pt;line-height:110%;font-family:Helvetica'><code>[tag="PP"]</code></span><span
style='font-size:14.0pt;line-height:110%;font-family:Helvetica'><br>
<b>Particles</b> (e.g. about, in, out, up) </span><span style='font-size:
14.0pt;line-height:110%;font-family:"Segoe UI Symbol",sans-serif'>➝ </span><span
style='font-size:14.0pt;line-height:110%;font-family:Helvetica'><code>[tag="RP"]</code>
(relevant for phrasal verbs)</span><span style='font-size:18.0pt;
line-height:110%;font-family:Helvetica'><br>
<br>
</span></p>
<p class=Body style='margin-left:14.85pt'><a name="_Hlk135236649"><b><span
style='font-size:18.0pt;line-height:110%;font-family:Helvetica;
color:#262192'>Corpus 3</span></b></a><span style='font-size:18.0pt;
line-height:110%;font-family:Helvetica'><br>
<span class=Hyperlink0><br>
</span></span><a href="http://corptedig-glif.upf.edu/cqpweb/bnc/" target="_blank" rel="noopener noreferrer"><span
style='font-size:14.0pt;line-height:110%;font-family:Helvetica'>http://corptedig-glif.upf.edu/cqpweb/bnc/</span></a><span
style='font-size:14.0pt;line-height:110%;font-family:Helvetica'>
(user: guest, pwd: guest)<br>
<br>
</span><b><span style='font-size:14.0pt;line-height:110%;font-family:
Helvetica;color:#2E7116'><span style='color:windowtext'>Complete tagset:</span></span></b><span
style='font-size:14.0pt;line-height:110%;font-family:Helvetica;
color:#2E7116'><span style='color:windowtext'> </span></span><a
href="https://www.sketchengine.eu/english-claws5-part-of-speech-tagset/" target="_blank" rel="noopener noreferrer"><span
class=Hyperlink0><span style='font-size:14.0pt;line-height:110%;
font-family:Helvetica'>https://www.sketchengine.eu/english-claws5-part-of-speech-tagset/</span></span></a><span
style='font-size:14.0pt;line-height:110%;font-family:Helvetica'><br>
<br>
</span></p>
<p class=Body style='margin-left:14.85pt'><b><span style='font-size:
14.0pt;line-height:110%;font-family:Helvetica'>Important note:</span></b><span
style='font-size:14.0pt;line-height:110%;font-family:Helvetica'> the
tagset used in this corpus is very similar (not completely identical, though)
to the one used in Sketchengine. The most important difference is that to do
searches you need to use the label 'pos' instead of 'tag'. </span></p>
<p class=Body style='margin-left:14.85pt'><b><span style='font-size:
14.0pt;line-height:110%;font-family:Helvetica;color:#005702'>List of relevant tags</span></b><br><span
style='font-size:14.0pt;line-height:110%;font-family:Helvetica'></span><br><span
style='font-size:14.0pt;line-height:110%;font-family:Helvetica'><b>Nouns</b></span> ➝ <span
style='font-size:14.0pt;line-height:110%;font-family:Helvetica'><code>[pos="N.*"]</code><br>
</span><span style='font-size:14.0pt;line-height:110%;font-family:Helvetica'><b>Verbs</b></span> ➝ <span style='font-size:
14.0pt;line-height:110%;font-family:Helvetica'><code>[pos="VV.*"]</code></span><span
style='font-size:14.0pt;line-height:110%;font-family:Helvetica'><br>
<b>Determiners</b></span> ➝ <span
style='font-size:14.0pt;line-height:110%;font-family:Helvetica'><code>[pos="DT0"]</code></span><span
style='font-size:14.0pt;line-height:110%;font-family:Helvetica'><br>
</span><span style='font-size:14.0pt;line-height:110%;font-family:Helvetica'><b>Articles</b></span> ➝ <span style='font-size:
14.0pt;line-height:110%;font-family:Helvetica'><code>[pos="AT0"]</code></span><span
style='font-size:14.0pt;line-height:110%;font-family:Helvetica'><br>
</span><span style='font-size:14.0pt;line-height:110%;font-family:Helvetica'><b>Adjectives</b></span> ➝ <span style='font-size:14.0pt;
line-height:110%;font-family:Helvetica'><code>[pos="J.*"]</code><br>
</span><span style='font-size:14.0pt;line-height:110%;font-family:Helvetica'><b>Prepositions</b></span> ➝ <span style='font-size:14.0pt;
line-height:110%;font-family:Helvetica'><code>[pos="PR.*"]</code><br>
<b>Pronouns</b></span> ➝ <span
style='font-size:14.0pt;line-height:110%;font-family:Helvetica'><code>[pos="PN.*"]</code></span><span
style='font-size:14.0pt;line-height:110%;font-family:Helvetica'><br>
<b>Particles</b> (e.g. about, in, out, up)</span> ➝ <span
style='font-size:14.0pt;line-height:110%;font-family:Helvetica'><code>[pos="RP"]</code>
(relevant for phrasal verbs)</span></p>
</div>
<span style='font-size:14.0pt;line-height:110%;font-family:Helvetica;
color:black'><br clear=all style='page-break-before:always'>
</span>
<div class=WordSection2>
<p class=Chapter align=left style='margin-left:14.85pt;text-align:left'><span
style='font-size:18.0pt'> </span></p>
<p class=Chapter align=left style='margin-left:14.85pt;text-align:left'><span
style='font-size:18.0pt'> </span></p>
</div>
</body>
</html>