-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
62 lines (52 loc) · 2.29 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Vossanto Timeline: more than 3000 Vossian Antonomasia from
20 years of the New York Times</title>
<link rel="stylesheet" href="/assets/css/style.css">
<link rel="stylesheet" href="dateline.css">
<link rel="stylesheet" href="timeline.css">
<link rel="stylesheet" href="jquery-ui.css">
<script src="jquery-1.12.4.js"></script>
<script src="jquery-ui.js"></script>
<script src="search.js"></script>
</head>
<body style="padding: 20px;">
<h1>Timeline of Vossian Antonomasia in 20 years of the New York
Times (1987–2007)</h1>
<input id="search-source" placeholder="search here"/>
<div id="dl" style="font-size: 12px;"></div>
<div id="legend">desks: </div>
<!--
vossantos.json was created as follows:
./org.py --true --output json \
--fields id,date,sourceId,sourceLabel,sourceImId,sourceImThumb,sourceImLicense,fId,aUrlId,text,author,desk \
--authors nyt_authors.tsv \
--desks nyt_desks.tsv \
--images source_images.tsv \
emnlp-ijcnlp2019/README.org > timeline/vossantos.json
-->
<script src="dateline.js"></script>
<script src="timeline.js"></script>
<p>All <a href="/">Vossian Antonomasia</a> were extracted from 1.8
million articles of the <a href="https://nytimes.com/">New York
Times</a> (Evan Sandhaus.
2008. <a href="https://catalog.ldc.upenn.edu/LDC2008T19">The
New York Times Annotated Corpus LDC2008T19</a>. DVD, Linguistic
Data Consortium, Philadelphia), the approach is described in:
Schwab, M., Jäschke, R., Fischer, F., Strötgen,
J.: <a href="https://doi.org/10.18653/v1/D19-1647">'A Buster
Keaton of Linguistics': First Automated Approaches for the
Extraction of Vossian Antonomasia</a>. Proceedings of the 2019
Conference on Empirical Methods in Natural Language Processing
and the 9th International Joint Conference on Natural Language
Processing. pp. 6239–6244. Association for Computational
Linguistics 2019
(<a href="https://amor.cms.hu-berlin.de/~jaeschkr/pdf/schwab2019buster.pdf">PDF</a>).
The timeline is based on
the <a href="https://github.com/sjaakp/dateline">Dateline 2.0
widget</a>.
</p>
</body>
</html>