-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphdThesis.aux
1468 lines (1468 loc) · 100 KB
/
phdThesis.aux
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
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
\relax
\providecommand\hyper@newdestlabel[2]{}
\providecommand\HyperFirstAtBeginDocument{\AtBeginDocument}
\HyperFirstAtBeginDocument{\ifx\hyper@anchor\@undefined
\global\let\oldcontentsline\contentsline
\gdef\contentsline#1#2#3#4{\oldcontentsline{#1}{#2}{#3}}
\global\let\oldnewlabel\newlabel
\gdef\newlabel#1#2{\newlabelxx{#1}#2}
\gdef\newlabelxx#1#2#3#4#5#6{\oldnewlabel{#1}{{#2}{#3}}}
\AtEndDocument{\ifx\hyper@anchor\@undefined
\let\contentsline\oldcontentsline
\let\newlabel\oldnewlabel
\fi}
\fi}
\global\let\hyper@last\relax
\gdef\HyperFirstAtBeginDocument#1{#1}
\providecommand*\HyPL@Entry[1]{}
\@writefile{toc}{\boolfalse {citerequest}\boolfalse {citetracker}\boolfalse {pagetracker}\boolfalse {backtracker}\relax }
\@writefile{lof}{\boolfalse {citerequest}\boolfalse {citetracker}\boolfalse {pagetracker}\boolfalse {backtracker}\relax }
\@writefile{lot}{\boolfalse {citerequest}\boolfalse {citetracker}\boolfalse {pagetracker}\boolfalse {backtracker}\relax }
\abx@aux@refcontext{nyt/global//global/global}
\HyPL@Entry{0<</S/D>>}
\HyPL@Entry{2<</S/D>>}
\HyPL@Entry{6<</S/r>>}
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {chapter}{List of Tables}{iii}{chapter*.2}\protected@file@percent }
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {chapter}{List of Figures}{v}{chapter*.3}\protected@file@percent }
\abx@aux@cite{turney.pantel_2010}
\abx@aux@segm{0}{0}{turney.pantel_2010}
\abx@aux@cite{lenci_2018}
\abx@aux@segm{0}{0}{lenci_2018}
\abx@aux@cite{heylen.etal_2012}
\abx@aux@segm{0}{0}{heylen.etal_2012}
\abx@aux@cite{heylen.etal_2015}
\abx@aux@segm{0}{0}{heylen.etal_2015}
\abx@aux@cite{depascale_2019}
\abx@aux@segm{0}{0}{depascale_2019}
\abx@aux@cite{Rtsne2008}
\abx@aux@segm{0}{0}{Rtsne2008}
\abx@aux@cite{Rtsne2014}
\abx@aux@segm{0}{0}{Rtsne2014}
\abx@aux@cite{kaufman.rousseeuw_1990}
\abx@aux@segm{0}{0}{kaufman.rousseeuw_1990}
\abx@aux@cite{R-cluster}
\abx@aux@segm{0}{0}{R-cluster}
\newlabel{preface}{{}{ix}{Preface}{chapter*.4}{}}
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {chapter}{Preface}{ix}{chapter*.4}\protected@file@percent }
\abx@aux@page{2}{9}
\abx@aux@page{3}{9}
\abx@aux@page{4}{9}
\abx@aux@page{5}{9}
\abx@aux@page{6}{9}
\abx@aux@page{7}{9}
\abx@aux@page{8}{9}
\abx@aux@cite{montes.qlvl_2021a}
\abx@aux@segm{0}{0}{montes.qlvl_2021a}
\abx@aux@page{9}{10}
\abx@aux@page{10}{10}
\abx@aux@page{11}{10}
\newlabel{acknowledgements}{{}{xi}{Acknowledgements}{chapter*.5}{}}
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {chapter}{Acknowledgements}{xi}{chapter*.5}\protected@file@percent }
\HyPL@Entry{18<</S/D>>}
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {chapter}{\numberline {1}Introduction}{1}{chapter.1}\protected@file@percent }
\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\addvspace {10\p@ }}
\@writefile{lot}{\defcounter {refsection}{0}\relax }\@writefile{lot}{\addvspace {10\p@ }}
\newlabel{intro}{{1}{1}{Introduction}{chapter.1}{}}
\abx@aux@cite{sahlgren_2008}
\abx@aux@segm{0}{0}{sahlgren_2008}
\abx@aux@cite{lenci_2018}
\abx@aux@segm{0}{0}{lenci_2018}
\abx@aux@cite{harris_1954}
\abx@aux@segm{0}{0}{harris_1954}
\abx@aux@cite{harris_1954}
\abx@aux@segm{0}{0}{harris_1954}
\abx@aux@cite{firth_1957a}
\abx@aux@segm{0}{0}{firth_1957a}
\abx@aux@cite{firth_1957a}
\abx@aux@segm{0}{0}{firth_1957a}
\abx@aux@cite{tognini-bonelli_2001}
\abx@aux@segm{0}{0}{tognini-bonelli_2001}
\abx@aux@cite{tognini-bonelli_2001}
\abx@aux@segm{0}{0}{tognini-bonelli_2001}
\abx@aux@cite{geeraerts_2017}
\abx@aux@segm{0}{0}{geeraerts_2017}
\abx@aux@cite{geeraerts_2017}
\abx@aux@segm{0}{0}{geeraerts_2017}
\abx@aux@cite{sahlgren_2006}
\abx@aux@segm{0}{0}{sahlgren_2006}
\abx@aux@cite{lenci_2008}
\abx@aux@segm{0}{0}{lenci_2008}
\abx@aux@cite{baroni.etal_2014}
\abx@aux@segm{0}{0}{baroni.etal_2014}
\abx@aux@cite{baroni.etal_2014}
\abx@aux@segm{0}{0}{baroni.etal_2014}
\abx@aux@cite{agirre.edmonds_2007a}
\abx@aux@segm{0}{0}{agirre.edmonds_2007a}
\abx@aux@cite{agirre.edmonds_2007a}
\abx@aux@segm{0}{0}{agirre.edmonds_2007a}
\abx@aux@cite{raganato.etal_2017}
\abx@aux@segm{0}{0}{raganato.etal_2017}
\abx@aux@cite{raganato.etal_2017}
\abx@aux@segm{0}{0}{raganato.etal_2017}
\abx@aux@cite{baroni.lenci_2011}
\abx@aux@segm{0}{0}{baroni.lenci_2011}
\abx@aux@cite{wielfaert.etal_2019}
\abx@aux@segm{0}{0}{wielfaert.etal_2019}
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {section}{\numberline {1.1}Distributional Semantics and Computational Linguistics}{2}{section.1.1}\protected@file@percent }
\newlabel{comp}{{1.1}{2}{Distributional Semantics and Computational Linguistics}{section.1.1}{}}
\abx@aux@page{12}{2}
\abx@aux@page{13}{2}
\abx@aux@page{15}{2}
\abx@aux@page{17}{2}
\abx@aux@page{19}{2}
\abx@aux@page{21}{2}
\abx@aux@page{22}{2}
\abx@aux@page{23}{2}
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {subsection}{\numberline {1.1.1}Motivation}{2}{subsection.1.1.1}\protected@file@percent }
\newlabel{motivation}{{1.1.1}{2}{Motivation}{subsection.1.1.1}{}}
\abx@aux@cite{koptjevskaja-tamm.sahlgren_2014}
\abx@aux@segm{0}{0}{koptjevskaja-tamm.sahlgren_2014}
\abx@aux@cite{koptjevskaja-tamm.sahlgren_2014}
\abx@aux@segm{0}{0}{koptjevskaja-tamm.sahlgren_2014}
\abx@aux@cite{schutze_1998}
\abx@aux@segm{0}{0}{schutze_1998}
\abx@aux@cite{lenci_2018}
\abx@aux@segm{0}{0}{lenci_2018}
\abx@aux@cite{turney.pantel_2010}
\abx@aux@segm{0}{0}{turney.pantel_2010}
\abx@aux@cite{bolognesi_2020}
\abx@aux@segm{0}{0}{bolognesi_2020}
\abx@aux@page{25}{3}
\abx@aux@page{27}{3}
\abx@aux@page{29}{3}
\abx@aux@page{30}{3}
\abx@aux@page{31}{3}
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {subsection}{\numberline {1.1.2}Units of analysis}{3}{subsection.1.1.2}\protected@file@percent }
\newlabel{units-of-analysis}{{1.1.2}{3}{Units of analysis}{subsection.1.1.2}{}}
\abx@aux@page{33}{3}
\abx@aux@page{34}{3}
\abx@aux@page{35}{3}
\abx@aux@page{36}{3}
\abx@aux@cite{sinclair_1991}
\abx@aux@segm{0}{0}{sinclair_1991}
\abx@aux@cite{sinclair_1991}
\abx@aux@segm{0}{0}{sinclair_1991}
\abx@aux@cite{mikolov.etal_2013}
\abx@aux@segm{0}{0}{mikolov.etal_2013}
\abx@aux@cite{mikolov.etal_2013}
\abx@aux@segm{0}{0}{mikolov.etal_2013}
\abx@aux@cite{baroni.etal_2014}
\abx@aux@segm{0}{0}{baroni.etal_2014}
\abx@aux@cite{baroni.etal_2014}
\abx@aux@segm{0}{0}{baroni.etal_2014}
\abx@aux@cite{levy.etal_2015}
\abx@aux@segm{0}{0}{levy.etal_2015}
\abx@aux@cite{levy.etal_2015}
\abx@aux@segm{0}{0}{levy.etal_2015}
\abx@aux@page{37}{4}
\abx@aux@page{39}{4}
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {subsection}{\numberline {1.1.3}Context-counting and context-predicting}{4}{subsection.1.1.3}\protected@file@percent }
\newlabel{context-counting-and-context-predicting}{{1.1.3}{4}{Context-counting and context-predicting}{subsection.1.1.3}{}}
\abx@aux@page{41}{4}
\abx@aux@cite{mikolov.etal_2013}
\abx@aux@segm{0}{0}{mikolov.etal_2013}
\abx@aux@cite{mikolov.etal_2013}
\abx@aux@segm{0}{0}{mikolov.etal_2013}
\abx@aux@cite{BERT}
\abx@aux@segm{0}{0}{BERT}
\abx@aux@cite{devries.etal_2019}
\abx@aux@segm{0}{0}{devries.etal_2019}
\abx@aux@cite{desaussure_1971}
\abx@aux@segm{0}{0}{desaussure_1971}
\abx@aux@page{43}{5}
\abx@aux@page{45}{5}
\abx@aux@page{47}{5}
\abx@aux@page{48}{5}
\abx@aux@page{49}{5}
\abx@aux@cite{geeraerts.cuyckens_2007a}
\abx@aux@segm{0}{0}{geeraerts.cuyckens_2007a}
\abx@aux@cite{geeraerts_2010a}
\abx@aux@segm{0}{0}{geeraerts_2010a}
\abx@aux@cite{rudzka-ostyn_1988}
\abx@aux@segm{0}{0}{rudzka-ostyn_1988}
\abx@aux@cite{kristiansen.etal_2006}
\abx@aux@segm{0}{0}{kristiansen.etal_2006}
\abx@aux@cite{ibarretxe-antunano.valenzuela_2016}
\abx@aux@segm{0}{0}{ibarretxe-antunano.valenzuela_2016}
\abx@aux@cite{geeraerts.cuyckens_2007}
\abx@aux@segm{0}{0}{geeraerts.cuyckens_2007}
\abx@aux@cite{geeraerts_2016a}
\abx@aux@segm{0}{0}{geeraerts_2016a}
\abx@aux@cite{langacker_2008a}
\abx@aux@segm{0}{0}{langacker_2008a}
\abx@aux@cite{lemmens_2015}
\abx@aux@segm{0}{0}{lemmens_2015}
\abx@aux@cite{glynn_2010}
\abx@aux@segm{0}{0}{glynn_2010}
\abx@aux@cite{geeraerts_1997}
\abx@aux@segm{0}{0}{geeraerts_1997}
\abx@aux@cite{rohrer_2007}
\abx@aux@segm{0}{0}{rohrer_2007}
\abx@aux@cite{lakoff.johnson_2003}
\abx@aux@segm{0}{0}{lakoff.johnson_2003}
\abx@aux@cite{lakoff.johnson_2003}
\abx@aux@segm{0}{0}{lakoff.johnson_2003}
\abx@aux@cite{gibbs.steen_1999}
\abx@aux@segm{0}{0}{gibbs.steen_1999}
\abx@aux@cite{gibbs_2008}
\abx@aux@segm{0}{0}{gibbs_2008}
\abx@aux@cite{semino_2008}
\abx@aux@segm{0}{0}{semino_2008}
\abx@aux@cite{kovecses_2015}
\abx@aux@segm{0}{0}{kovecses_2015}
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {section}{\numberline {1.2}Distributional Semantics and Cognitive Semantics}{6}{section.1.2}\protected@file@percent }
\newlabel{cog}{{1.2}{6}{Distributional Semantics and Cognitive Semantics}{section.1.2}{}}
\abx@aux@page{50}{6}
\abx@aux@page{51}{6}
\abx@aux@page{52}{6}
\abx@aux@page{53}{6}
\abx@aux@page{54}{6}
\abx@aux@page{55}{6}
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {subsection}{\numberline {1.2.1}Everything is semantics}{6}{subsection.1.2.1}\protected@file@percent }
\newlabel{everything-is-semantics}{{1.2.1}{6}{Everything is semantics}{subsection.1.2.1}{}}
\abx@aux@page{56}{6}
\abx@aux@page{57}{6}
\abx@aux@page{58}{6}
\abx@aux@page{59}{6}
\abx@aux@page{60}{6}
\abx@aux@page{61}{6}
\abx@aux@page{62}{6}
\abx@aux@page{64}{6}
\abx@aux@page{65}{6}
\abx@aux@page{66}{6}
\abx@aux@page{67}{6}
\abx@aux@page{68}{6}
\abx@aux@cite{geeraerts_2010a}
\abx@aux@segm{0}{0}{geeraerts_2010a}
\abx@aux@cite{depascale_2019}
\abx@aux@segm{0}{0}{depascale_2019}
\abx@aux@cite{depascale_2019}
\abx@aux@segm{0}{0}{depascale_2019}
\abx@aux@cite{rosch_1978}
\abx@aux@segm{0}{0}{rosch_1978}
\abx@aux@cite{geeraerts_2010a}
\abx@aux@segm{0}{0}{geeraerts_2010a}
\abx@aux@cite{geeraerts.etal_1994}
\abx@aux@segm{0}{0}{geeraerts.etal_1994}
\abx@aux@cite{geeraerts.etal_1994}
\abx@aux@segm{0}{0}{geeraerts.etal_1994}
\abx@aux@cite{geeraerts_1997}
\abx@aux@segm{0}{0}{geeraerts_1997}
\abx@aux@cite{geeraerts_1997}
\abx@aux@segm{0}{0}{geeraerts_1997}
\abx@aux@cite{geeraerts_2006e}
\abx@aux@segm{0}{0}{geeraerts_2006e}
\abx@aux@cite{geeraerts_2006e}
\abx@aux@segm{0}{0}{geeraerts_2006e}
\abx@aux@cite{geeraerts_2006e}
\abx@aux@segm{0}{0}{geeraerts_2006e}
\abx@aux@page{69}{7}
\abx@aux@page{71}{7}
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {subsection}{\numberline {1.2.2}Prototypicality}{7}{subsection.1.2.2}\protected@file@percent }
\newlabel{prototypicality}{{1.2.2}{7}{Prototypicality}{subsection.1.2.2}{}}
\abx@aux@page{72}{7}
\abx@aux@page{73}{7}
\abx@aux@page{75}{7}
\abx@aux@page{77}{7}
\abx@aux@page{78}{7}
\abx@aux@cite{glynn_2014c}
\abx@aux@segm{0}{0}{glynn_2014c}
\abx@aux@cite{geeraerts_1993}
\abx@aux@segm{0}{0}{geeraerts_1993}
\abx@aux@cite{gries.stefanowitsch_2006}
\abx@aux@segm{0}{0}{gries.stefanowitsch_2006}
\abx@aux@cite{gries.stefanowitsch_2006}
\abx@aux@segm{0}{0}{gries.stefanowitsch_2006}
\abx@aux@cite{glynn.fischer_2010}
\abx@aux@segm{0}{0}{glynn.fischer_2010}
\abx@aux@cite{glynn.fischer_2010}
\abx@aux@segm{0}{0}{glynn.fischer_2010}
\abx@aux@cite{glynn.robinson_2014}
\abx@aux@segm{0}{0}{glynn.robinson_2014}
\abx@aux@cite{glynn.robinson_2014}
\abx@aux@segm{0}{0}{glynn.robinson_2014}
\abx@aux@cite{geeraerts_1999}
\abx@aux@segm{0}{0}{geeraerts_1999}
\abx@aux@cite{geeraerts_2010}
\abx@aux@segm{0}{0}{geeraerts_2010}
\abx@aux@page{80}{8}
\abx@aux@page{81}{8}
\abx@aux@page{82}{8}
\abx@aux@cite{geeraerts_2015b}
\abx@aux@segm{0}{0}{geeraerts_2015b}
\abx@aux@cite{geeraerts_2015b}
\abx@aux@segm{0}{0}{geeraerts_2015b}
\abx@aux@cite{arppe.etal_2010}
\abx@aux@segm{0}{0}{arppe.etal_2010}
\abx@aux@cite{stefanowitsch_2010}
\abx@aux@segm{0}{0}{stefanowitsch_2010}
\abx@aux@cite{geeraerts_2016a}
\abx@aux@segm{0}{0}{geeraerts_2016a}
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {subsection}{\numberline {1.2.3}A usage-based approach}{9}{subsection.1.2.3}\protected@file@percent }
\newlabel{a-usage-based-approach}{{1.2.3}{9}{A usage-based approach}{subsection.1.2.3}{}}
\abx@aux@page{84}{9}
\abx@aux@page{86}{9}
\abx@aux@page{88}{9}
\abx@aux@page{89}{9}
\abx@aux@page{90}{9}
\abx@aux@page{92}{9}
\abx@aux@page{93}{9}
\abx@aux@page{94}{9}
\abx@aux@page{95}{9}
\abx@aux@cite{wielfaert.etal_2019}
\abx@aux@segm{0}{0}{wielfaert.etal_2019}
\abx@aux@cite{card.etal_1999}
\abx@aux@segm{0}{0}{card.etal_1999}
\abx@aux@cite{card.etal_1999}
\abx@aux@segm{0}{0}{card.etal_1999}
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {section}{\numberline {1.3}Visual analytics}{10}{section.1.3}\protected@file@percent }
\newlabel{viz}{{1.3}{10}{Visual analytics}{section.1.3}{}}
\abx@aux@page{96}{10}
\abx@aux@page{98}{10}
\abx@aux@cite{geeraerts.etal_1994}
\abx@aux@segm{0}{0}{geeraerts.etal_1994}
\abx@aux@cite{geeraerts.etal_1994}
\abx@aux@segm{0}{0}{geeraerts.etal_1994}
\abx@aux@cite{geeraerts.etal_1999}
\abx@aux@segm{0}{0}{geeraerts.etal_1999}
\abx@aux@cite{geeraerts.etal_1999}
\abx@aux@segm{0}{0}{geeraerts.etal_1999}
\abx@aux@cite{geeraerts.etal_1994}
\abx@aux@segm{0}{0}{geeraerts.etal_1994}
\abx@aux@cite{geeraerts.etal_1994}
\abx@aux@segm{0}{0}{geeraerts.etal_1994}
\abx@aux@cite{heylen.etal_2012}
\abx@aux@segm{0}{0}{heylen.etal_2012}
\abx@aux@cite{heylen.etal_2012}
\abx@aux@segm{0}{0}{heylen.etal_2012}
\abx@aux@cite{heylen.etal_2015}
\abx@aux@segm{0}{0}{heylen.etal_2015}
\abx@aux@cite{heylen.etal_2015}
\abx@aux@segm{0}{0}{heylen.etal_2015}
\abx@aux@cite{depascale_2019}
\abx@aux@segm{0}{0}{depascale_2019}
\abx@aux@cite{depascale_2019}
\abx@aux@segm{0}{0}{depascale_2019}
\abx@aux@cite{wielfaert.etal_2019}
\abx@aux@segm{0}{0}{wielfaert.etal_2019}
\abx@aux@cite{wielfaert.etal_2019}
\abx@aux@segm{0}{0}{wielfaert.etal_2019}
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {section}{\numberline {1.4}Nephological Semantics}{11}{section.1.4}\protected@file@percent }
\newlabel{nephosem}{{1.4}{11}{Nephological Semantics}{section.1.4}{}}
\abx@aux@page{100}{11}
\abx@aux@page{102}{11}
\abx@aux@page{104}{11}
\abx@aux@page{106}{11}
\abx@aux@page{108}{11}
\abx@aux@page{110}{11}
\abx@aux@page{112}{12}
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {section}{\numberline {1.5}Structure of the dissertation}{12}{section.1.5}\protected@file@percent }
\newlabel{str}{{1.5}{12}{Structure of the dissertation}{section.1.5}{}}
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {part}{I\hspace {1em}The cloudspotter's toolkit}{15}{part.1}\protected@file@percent }
\abx@aux@cite{BERT}
\abx@aux@segm{0}{0}{BERT}
\abx@aux@cite{devries.etal_2019}
\abx@aux@segm{0}{0}{devries.etal_2019}
\abx@aux@cite{devries.etal_2019}
\abx@aux@segm{0}{0}{devries.etal_2019}
\abx@aux@cite{harris_1954}
\abx@aux@segm{0}{0}{harris_1954}
\abx@aux@cite{firth_1957a}
\abx@aux@segm{0}{0}{firth_1957a}
\abx@aux@cite{wittgenstein_1958}
\abx@aux@segm{0}{0}{wittgenstein_1958}
\abx@aux@cite{jurafsky.martin_2020}
\abx@aux@segm{0}{0}{jurafsky.martin_2020}
\abx@aux@cite{lenci_2018}
\abx@aux@segm{0}{0}{lenci_2018}
\abx@aux@cite{sahlgren_2006}
\abx@aux@segm{0}{0}{sahlgren_2006}
\newlabel{part-the-cloudspotters-toolkit}{{I}{17}{The cloudspotter's toolkit}{part.1}{}}
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {chapter}{\numberline {2}From corpora to clouds}{17}{chapter.2}\protected@file@percent }
\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\addvspace {10\p@ }}
\@writefile{lot}{\defcounter {refsection}{0}\relax }\@writefile{lot}{\addvspace {10\p@ }}
\newlabel{workflow}{{2}{17}{From corpora to clouds}{chapter.2}{}}
\abx@aux@page{113}{17}
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {section}{\numberline {2.1}A cloud machine}{17}{section.2.1}\protected@file@percent }
\newlabel{vector-creation}{{2.1}{17}{A cloud machine}{section.2.1}{}}
\abx@aux@page{116}{17}
\abx@aux@page{117}{17}
\abx@aux@page{118}{17}
\abx@aux@fnpage{115}{17}
\abx@aux@cite{firth_1957a}
\abx@aux@segm{0}{0}{firth_1957a}
\abx@aux@cite{firth_1957a}
\abx@aux@segm{0}{0}{firth_1957a}
\abx@aux@cite{evert_2009}
\abx@aux@segm{0}{0}{evert_2009}
\abx@aux@cite{gablasova.etal_2017}
\abx@aux@segm{0}{0}{gablasova.etal_2017}
\abx@aux@page{119}{18}
\abx@aux@page{120}{18}
\abx@aux@page{121}{18}
\abx@aux@page{123}{18}
\abx@aux@page{124}{18}
\abx@aux@page{125}{18}
\abx@aux@cite{schutze_1998}
\abx@aux@segm{0}{0}{schutze_1998}
\abx@aux@cite{schutze_1998}
\abx@aux@segm{0}{0}{schutze_1998}
\abx@aux@cite{heylen.etal_2012}
\abx@aux@segm{0}{0}{heylen.etal_2012}
\abx@aux@cite{heylen.etal_2015}
\abx@aux@segm{0}{0}{heylen.etal_2015}
\abx@aux@cite{depascale_2019}
\abx@aux@segm{0}{0}{depascale_2019}
\@writefile{lot}{\defcounter {refsection}{0}\relax }\@writefile{lot}{\contentsline {table}{\numberline {2.1}{\ignorespaces Small example of type-level vectors, with \textsc {pmi} values based on a symmetric window of 10. Frequency data extracted from GloWbE.}}{19}{table.2.1}\protected@file@percent }
\newlabel{tab:vec1}{{2.1}{19}{Small example of type-level vectors, with \textsc {pmi} values based on a symmetric window of 10. Frequency data extracted from GloWbE}{table.2.1}{}}
\abx@aux@page{127}{19}
\abx@aux@page{128}{19}
\@writefile{lot}{\defcounter {refsection}{0}\relax }\@writefile{lot}{\contentsline {table}{\numberline {2.2}{\ignorespaces Small example of token-level vectors of three artificial instances of \emph {to study}.}}{20}{table.2.2}\protected@file@percent }
\newlabel{tab:tokens}{{2.2}{20}{Small example of token-level vectors of three artificial instances of \emph {to study}}{table.2.2}{}}
\abx@aux@page{129}{20}
\abx@aux@page{130}{20}
\abx@aux@cite{heylen.etal_2015}
\abx@aux@segm{0}{0}{heylen.etal_2015}
\abx@aux@cite{wielfaert.etal_2019}
\abx@aux@segm{0}{0}{wielfaert.etal_2019}
\abx@aux@cite{depascale_2019}
\abx@aux@segm{0}{0}{depascale_2019}
\abx@aux@cite{montes.heylen_Submitted}
\abx@aux@segm{0}{0}{montes.heylen_Submitted}
\abx@aux@cite{turney.pantel_2010}
\abx@aux@segm{0}{0}{turney.pantel_2010}
\abx@aux@cite{turney.pantel_2010}
\abx@aux@segm{0}{0}{turney.pantel_2010}
\abx@aux@cite{vandecruys.etal_2013}
\abx@aux@segm{0}{0}{vandecruys.etal_2013}
\abx@aux@cite{vandecruys.etal_2013}
\abx@aux@segm{0}{0}{vandecruys.etal_2013}
\abx@aux@cite{lenci_2018}
\abx@aux@segm{0}{0}{lenci_2018}
\abx@aux@cite{lenci_2018}
\abx@aux@segm{0}{0}{lenci_2018}
\@writefile{lot}{\defcounter {refsection}{0}\relax }\@writefile{lot}{\contentsline {table}{\numberline {2.3}{\ignorespaces Cosine distance matrix between the three artificial instances of \emph {to study}.}}{21}{table.2.3}\protected@file@percent }
\newlabel{tab:tokdists}{{2.3}{21}{Cosine distance matrix between the three artificial instances of \emph {to study}}{table.2.3}{}}
\abx@aux@page{131}{21}
\abx@aux@page{132}{21}
\abx@aux@page{133}{21}
\abx@aux@page{134}{21}
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {section}{\numberline {2.2}The chemistry of cloud making}{21}{section.2.2}\protected@file@percent }
\newlabel{formulae}{{2.2}{21}{The chemistry of cloud making}{section.2.2}{}}
\abx@aux@page{136}{21}
\abx@aux@cite{baroni.etal_2014}
\abx@aux@segm{0}{0}{baroni.etal_2014}
\abx@aux@cite{levy.etal_2015}
\abx@aux@segm{0}{0}{levy.etal_2015}
\abx@aux@cite{evert_2009}
\abx@aux@segm{0}{0}{evert_2009}
\abx@aux@cite{evert_2009}
\abx@aux@segm{0}{0}{evert_2009}
\abx@aux@cite{gablasova.etal_2017}
\abx@aux@segm{0}{0}{gablasova.etal_2017}
\abx@aux@cite{gablasova.etal_2017}
\abx@aux@segm{0}{0}{gablasova.etal_2017}
\abx@aux@cite{kiela.clark_2014}
\abx@aux@segm{0}{0}{kiela.clark_2014}
\abx@aux@cite{kiela.clark_2014}
\abx@aux@segm{0}{0}{kiela.clark_2014}
\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {2.1}{\ignorespaces \textsc {2d} representation of Dutch \emph {hachelijk} `dangerous/critical'.}}{22}{figure.2.1}\protected@file@percent }
\newlabel{fig:cloud1}{{2.1}{22}{\textsc {2d} representation of Dutch \emph {hachelijk} `dangerous/critical'}{figure.2.1}{}}
\abx@aux@page{138}{22}
\abx@aux@page{140}{22}
\abx@aux@page{141}{22}
\abx@aux@page{142}{22}
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {subsection}{\numberline {2.2.1}Association strength: PMI}{22}{subsection.2.2.1}\protected@file@percent }
\newlabel{pmi}{{2.2.1}{22}{Association strength: PMI}{subsection.2.2.1}{}}
\abx@aux@cite{church.hanks_1989}
\abx@aux@segm{0}{0}{church.hanks_1989}
\abx@aux@cite{bullinaria.levy_2007}
\abx@aux@segm{0}{0}{bullinaria.levy_2007}
\abx@aux@cite{kiela.clark_2014}
\abx@aux@segm{0}{0}{kiela.clark_2014}
\abx@aux@cite{jurafsky.martin_2020}
\abx@aux@segm{0}{0}{jurafsky.martin_2020}
\abx@aux@cite{lapesa.evert_2014}
\abx@aux@segm{0}{0}{lapesa.evert_2014}
\abx@aux@cite{bullinaria.levy_2007}
\abx@aux@segm{0}{0}{bullinaria.levy_2007}
\abx@aux@cite{kiela.clark_2014}
\abx@aux@segm{0}{0}{kiela.clark_2014}
\abx@aux@cite{depascale_2019}
\abx@aux@segm{0}{0}{depascale_2019}
\abx@aux@cite{jurafsky.martin_2020}
\abx@aux@segm{0}{0}{jurafsky.martin_2020}
\abx@aux@cite{mcenery.etal_2010}
\abx@aux@segm{0}{0}{mcenery.etal_2010}
\abx@aux@cite{jurafsky.martin_2020}
\abx@aux@segm{0}{0}{jurafsky.martin_2020}
\abx@aux@page{144}{23}
\abx@aux@page{146}{23}
\abx@aux@page{148}{23}
\abx@aux@page{149}{23}
\abx@aux@page{150}{23}
\abx@aux@page{151}{23}
\abx@aux@page{152}{23}
\abx@aux@page{153}{23}
\newlabel{eq:pmi}{{2.1}{23}{Association strength: PMI}{equation.2.2.1}{}}
\abx@aux@page{154}{23}
\abx@aux@page{155}{23}
\abx@aux@page{156}{23}
\abx@aux@page{157}{23}
\abx@aux@page{158}{23}
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {subsection}{\numberline {2.2.2}Similarities and distances: cosine}{23}{subsection.2.2.2}\protected@file@percent }
\newlabel{cosine}{{2.2.2}{23}{Similarities and distances: cosine}{subsection.2.2.2}{}}
\abx@aux@page{159}{23}
\newlabel{eq:cosine}{{2.2}{23}{Similarities and distances: cosine}{equation.2.2.2}{}}
\abx@aux@cite{jurafsky.martin_2020}
\abx@aux@segm{0}{0}{jurafsky.martin_2020}
\abx@aux@cite{kiela.clark_2014}
\abx@aux@segm{0}{0}{kiela.clark_2014}
\abx@aux@cite{lapesa.evert_2014}
\abx@aux@segm{0}{0}{lapesa.evert_2014}
\abx@aux@cite{bullinaria.levy_2007}
\abx@aux@segm{0}{0}{bullinaria.levy_2007}
\abx@aux@cite{kiela.clark_2014}
\abx@aux@segm{0}{0}{kiela.clark_2014}
\abx@aux@cite{kiela.clark_2014}
\abx@aux@segm{0}{0}{kiela.clark_2014}
\abx@aux@cite{R-vegan}
\abx@aux@segm{0}{0}{R-vegan}
\abx@aux@cite{wielfaert.etal_2019}
\abx@aux@segm{0}{0}{wielfaert.etal_2019}
\abx@aux@cite{wielfaert.etal_2019}
\abx@aux@segm{0}{0}{wielfaert.etal_2019}
\abx@aux@page{160}{24}
\abx@aux@page{161}{24}
\abx@aux@page{162}{24}
\abx@aux@page{163}{24}
\abx@aux@page{168}{24}
\abx@aux@fnpage{165}{24}
\abx@aux@fnpage{166}{24}
\abx@aux@cite{landauer.dumais_1997}
\abx@aux@segm{0}{0}{landauer.dumais_1997}
\abx@aux@cite{depascale_2019}
\abx@aux@segm{0}{0}{depascale_2019}
\abx@aux@cite{depascale_2019}
\abx@aux@segm{0}{0}{depascale_2019}
\abx@aux@cite{jurafsky.martin_2020}
\abx@aux@segm{0}{0}{jurafsky.martin_2020}
\abx@aux@cite{bolognesi_2020}
\abx@aux@segm{0}{0}{bolognesi_2020}
\newlabel{eq:eucli}{{2.3}{25}{Similarities and distances: cosine}{equation.2.2.3}{}}
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {subsection}{\numberline {2.2.3}Dimensionality reduction for visualization: t-SNE}{25}{subsection.2.2.3}\protected@file@percent }
\newlabel{dim-reduction}{{2.2.3}{25}{Dimensionality reduction for visualization: t-SNE}{subsection.2.2.3}{}}
\abx@aux@page{169}{25}
\abx@aux@page{171}{25}
\abx@aux@page{172}{25}
\abx@aux@page{173}{25}
\abx@aux@cite{cox.cox_2008}
\abx@aux@segm{0}{0}{cox.cox_2008}
\abx@aux@cite{kruskal_1964}
\abx@aux@segm{0}{0}{kruskal_1964}
\abx@aux@cite{kruskal_1964}
\abx@aux@segm{0}{0}{kruskal_1964}
\abx@aux@cite{R-vegan}
\abx@aux@segm{0}{0}{R-vegan}
\abx@aux@cite{koptjevskaja-tamm.sahlgren_2014}
\abx@aux@segm{0}{0}{koptjevskaja-tamm.sahlgren_2014}
\abx@aux@cite{hilpert.correiasaavedra_2017}
\abx@aux@segm{0}{0}{hilpert.correiasaavedra_2017}
\abx@aux@cite{hilpert.flach_2020}
\abx@aux@segm{0}{0}{hilpert.flach_2020}
\abx@aux@cite{heylen.etal_2012}
\abx@aux@segm{0}{0}{heylen.etal_2012}
\abx@aux@cite{heylen.etal_2015}
\abx@aux@segm{0}{0}{heylen.etal_2015}
\abx@aux@cite{perek_2016}
\abx@aux@segm{0}{0}{perek_2016}
\abx@aux@cite{depascale_2019}
\abx@aux@segm{0}{0}{depascale_2019}
\abx@aux@cite{Rtsne2008}
\abx@aux@segm{0}{0}{Rtsne2008}
\abx@aux@cite{Rtsne2014}
\abx@aux@segm{0}{0}{Rtsne2014}
\abx@aux@cite{perek_2018}
\abx@aux@segm{0}{0}{perek_2018}
\abx@aux@cite{depascale_2019}
\abx@aux@segm{0}{0}{depascale_2019}
\abx@aux@cite{smilkov.etal_2016}
\abx@aux@segm{0}{0}{smilkov.etal_2016}
\abx@aux@cite{jurafsky.martin_2020}
\abx@aux@segm{0}{0}{jurafsky.martin_2020}
\abx@aux@cite{R-Rtsne}
\abx@aux@segm{0}{0}{R-Rtsne}
\abx@aux@cite{oskolkov_2021}
\abx@aux@segm{0}{0}{oskolkov_2021}
\abx@aux@cite{mcinnes.etal_2020}
\abx@aux@segm{0}{0}{mcinnes.etal_2020}
\abx@aux@cite{R-umap}
\abx@aux@segm{0}{0}{R-umap}
\abx@aux@cite{wattenberg.etal_2016}
\abx@aux@segm{0}{0}{wattenberg.etal_2016}
\abx@aux@page{174}{26}
\abx@aux@page{176}{26}
\abx@aux@page{177}{26}
\abx@aux@page{178}{26}
\abx@aux@page{179}{26}
\abx@aux@page{180}{26}
\abx@aux@page{181}{26}
\abx@aux@page{182}{26}
\abx@aux@page{183}{26}
\abx@aux@page{184}{26}
\abx@aux@page{185}{26}
\abx@aux@page{186}{26}
\abx@aux@page{187}{26}
\abx@aux@page{188}{26}
\abx@aux@page{189}{26}
\abx@aux@page{190}{26}
\abx@aux@page{191}{26}
\abx@aux@page{192}{26}
\abx@aux@page{193}{26}
\abx@aux@page{194}{26}
\abx@aux@cite{card.etal_1999}
\abx@aux@segm{0}{0}{card.etal_1999}
\abx@aux@cite{wielfaert.etal_2019}
\abx@aux@segm{0}{0}{wielfaert.etal_2019}
\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {2.2}{\ignorespaces Two \textsc {2d} representations of the same model of \emph {hachelijk} `dangerous/critical': bound5all-\textsc {ppmi}weight-\textsc {foc}all. Non-metric \textsc {mds} on the top left, t-\textsc {sne} to its right and \textsc {umap} at the bottom. Colours indicate \textsc {hdbscan} clusters.}}{27}{figure.2.2}\protected@file@percent }
\newlabel{fig:drviz}{{2.2}{27}{Two \textsc {2d} representations of the same model of \emph {hachelijk} `dangerous/critical': bound5all-\textsc {ppmi}weight-\textsc {foc}all. Non-metric \textsc {mds} on the top left, t-\textsc {sne} to its right and \textsc {umap} at the bottom. Colours indicate \textsc {hdbscan} clusters}{figure.2.2}{}}
\abx@aux@page{195}{27}
\abx@aux@page{196}{27}
\abx@aux@page{197}{27}
\abx@aux@cite{campello.etal_2013}
\abx@aux@segm{0}{0}{campello.etal_2013}
\abx@aux@cite{mcinnes.etal_2016}
\abx@aux@segm{0}{0}{mcinnes.etal_2016}
\abx@aux@cite{mcinnes.etal_2016}
\abx@aux@segm{0}{0}{mcinnes.etal_2016}
\abx@aux@cite{R-dbscan}
\abx@aux@segm{0}{0}{R-dbscan}
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {subsection}{\numberline {2.2.4}Clustering: HDBSCAN}{28}{subsection.2.2.4}\protected@file@percent }
\newlabel{hdbscan}{{2.2.4}{28}{Clustering: HDBSCAN}{subsection.2.2.4}{}}
\abx@aux@page{198}{28}
\newlabel{eq:mreach}{{2.4}{28}{Clustering: HDBSCAN}{equation.2.2.4}{}}
\abx@aux@page{201}{28}
\abx@aux@fnpage{200}{28}
\abx@aux@cite{depascale_2019}
\abx@aux@segm{0}{0}{depascale_2019}
\abx@aux@cite{ordelman.etal_2007}
\abx@aux@segm{0}{0}{ordelman.etal_2007}
\abx@aux@cite{vannoord_2006}
\abx@aux@segm{0}{0}{vannoord_2006}
\abx@aux@cite{turney.pantel_2010}
\abx@aux@segm{0}{0}{turney.pantel_2010}
\abx@aux@cite{turney.pantel_2010}
\abx@aux@segm{0}{0}{turney.pantel_2010}
\abx@aux@cite{sahlgren_2008}
\abx@aux@segm{0}{0}{sahlgren_2008}
\abx@aux@cite{sahlgren_2008}
\abx@aux@segm{0}{0}{sahlgren_2008}
\abx@aux@cite{kiela.clark_2014}
\abx@aux@segm{0}{0}{kiela.clark_2014}
\abx@aux@cite{kiela.clark_2014}
\abx@aux@segm{0}{0}{kiela.clark_2014}
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {section}{\numberline {2.3}Making it your own: parameter settings}{29}{section.2.3}\protected@file@percent }
\newlabel{params}{{2.3}{29}{Making it your own: parameter settings}{section.2.3}{}}
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {subsection}{\numberline {2.3.1}Fixed decisions}{29}{subsection.2.3.1}\protected@file@percent }
\newlabel{corpus}{{2.3.1}{29}{Fixed decisions}{subsection.2.3.1}{}}
\abx@aux@page{202}{29}
\abx@aux@page{203}{29}
\abx@aux@page{204}{29}
\abx@aux@cite{turney.pantel_2010}
\abx@aux@segm{0}{0}{turney.pantel_2010}
\abx@aux@cite{turney.pantel_2010}
\abx@aux@segm{0}{0}{turney.pantel_2010}
\abx@aux@cite{kiela.clark_2014}
\abx@aux@segm{0}{0}{kiela.clark_2014}
\abx@aux@cite{kiela.clark_2014}
\abx@aux@segm{0}{0}{kiela.clark_2014}
\abx@aux@page{212}{30}
\abx@aux@page{214}{30}
\abx@aux@fnpage{206}{30}
\abx@aux@fnpage{208}{30}
\abx@aux@fnpage{210}{30}
\abx@aux@cite{kiela.clark_2014}
\abx@aux@segm{0}{0}{kiela.clark_2014}
\abx@aux@cite{schutze_1998}
\abx@aux@segm{0}{0}{schutze_1998}
\abx@aux@cite{depascale_2019}
\abx@aux@segm{0}{0}{depascale_2019}
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {subsection}{\numberline {2.3.2}First-order selection parameters}{31}{subsection.2.3.2}\protected@file@percent }
\newlabel{foc}{{2.3.2}{31}{First-order selection parameters}{subsection.2.3.2}{}}
\abx@aux@page{215}{31}
\abx@aux@page{216}{31}
\abx@aux@page{217}{31}
\abx@aux@cite{heylen.etal_2015}
\abx@aux@segm{0}{0}{heylen.etal_2015}
\abx@aux@cite{heylen.etal_2015}
\abx@aux@segm{0}{0}{heylen.etal_2015}
\abx@aux@cite{depascale_2019}
\abx@aux@segm{0}{0}{depascale_2019}
\abx@aux@cite{depascale_2019}
\abx@aux@segm{0}{0}{depascale_2019}
\abx@aux@cite{depascale_2019}
\abx@aux@segm{0}{0}{depascale_2019}
\abx@aux@cite{depascale_2019}
\abx@aux@segm{0}{0}{depascale_2019}
\abx@aux@cite{depascale_2019}
\abx@aux@segm{0}{0}{depascale_2019}
\abx@aux@cite{depascale_2019}
\abx@aux@segm{0}{0}{depascale_2019}
\abx@aux@cite{kiela.clark_2014}
\abx@aux@segm{0}{0}{kiela.clark_2014}
\abx@aux@cite{kiela.clark_2014}
\abx@aux@segm{0}{0}{kiela.clark_2014}
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {subsection}{\numberline {2.3.3}PPMI selection and weighting}{34}{subsection.2.3.3}\protected@file@percent }
\newlabel{pmisel}{{2.3.3}{34}{PPMI selection and weighting}{subsection.2.3.3}{}}
\abx@aux@page{219}{34}
\abx@aux@page{221}{34}
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {subsection}{\numberline {2.3.4}Second-order selection}{35}{subsection.2.3.4}\protected@file@percent }
\newlabel{soc}{{2.3.4}{35}{Second-order selection}{subsection.2.3.4}{}}
\abx@aux@page{223}{35}
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {section}{\numberline {2.4}The chosen ones: PAM}{35}{section.2.4}\protected@file@percent }
\newlabel{pam}{{2.4}{35}{The chosen ones: PAM}{section.2.4}{}}
\abx@aux@fnpage{225}{35}
\abx@aux@fnpage{227}{35}
\abx@aux@cite{kaufman.rousseeuw_1990}
\abx@aux@segm{0}{0}{kaufman.rousseeuw_1990}
\abx@aux@cite{R-cluster}
\abx@aux@segm{0}{0}{R-cluster}
\abx@aux@page{228}{36}
\abx@aux@page{229}{36}
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {section}{\numberline {2.5}Summary}{37}{section.2.5}\protected@file@percent }
\newlabel{workflow-summary}{{2.5}{37}{Summary}{section.2.5}{}}
\abx@aux@cite{montes.qlvl_2021a}
\abx@aux@segm{0}{0}{montes.qlvl_2021a}
\abx@aux@cite{wielfaert.etal_2019}
\abx@aux@segm{0}{0}{wielfaert.etal_2019}
\abx@aux@cite{montes.heylen_Submitted}
\abx@aux@segm{0}{0}{montes.heylen_Submitted}
\abx@aux@cite{montes.heylen_Submitted}
\abx@aux@segm{0}{0}{montes.heylen_Submitted}
\abx@aux@cite{R-shiny}
\abx@aux@segm{0}{0}{R-shiny}
\abx@aux@cite{bostock.etal_2011}
\abx@aux@segm{0}{0}{bostock.etal_2011}
\abx@aux@cite{okabe.ito_2002}
\abx@aux@segm{0}{0}{okabe.ito_2002}
\abx@aux@cite{okabe.ito_2002}
\abx@aux@segm{0}{0}{okabe.ito_2002}
\abx@aux@cite{R-colorblindr}
\abx@aux@segm{0}{0}{R-colorblindr}
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {chapter}{\numberline {3}Visualization tools}{39}{chapter.3}\protected@file@percent }
\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\addvspace {10\p@ }}
\@writefile{lot}{\defcounter {refsection}{0}\relax }\@writefile{lot}{\addvspace {10\p@ }}
\newlabel{nephovis}{{3}{39}{Visualization tools}{chapter.3}{}}
\abx@aux@page{230}{39}
\abx@aux@page{231}{39}
\abx@aux@page{233}{39}
\abx@aux@page{234}{39}
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {section}{\numberline {3.1}Flying through the clouds}{39}{section.3.1}\protected@file@percent }
\newlabel{nepho-overview}{{3.1}{39}{Flying through the clouds}{section.3.1}{}}
\abx@aux@page{235}{39}
\abx@aux@cite{shneiderman_1996}
\abx@aux@segm{0}{0}{shneiderman_1996}
\abx@aux@cite{shneiderman_1996}
\abx@aux@segm{0}{0}{shneiderman_1996}
\abx@aux@cite{shneiderman_1996}
\abx@aux@segm{0}{0}{shneiderman_1996}
\abx@aux@page{239}{40}
\abx@aux@page{241}{40}
\abx@aux@fnpage{237}{40}
\abx@aux@fnpage{238}{40}
\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {3.1}{\ignorespaces Portal of \url {https://qlvl.github.io/NephoVis/} as of July 2021.}}{41}{figure.3.1}\protected@file@percent }
\newlabel{fig:nepho-index}{{3.1}{41}{Portal of \url {https://qlvl.github.io/NephoVis/} as of July 2021}{figure.3.1}{}}
\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {3.2}{\ignorespaces \href {https://qlvl.github.io/NephoVis/level1.html?type=heffen}{Level 1 for \emph {heffen} `to levy/to lift'}.}}{42}{figure.3.2}\protected@file@percent }
\newlabel{fig:nepho1-basic}{{3.2}{42}{\href {https://qlvl.github.io/NephoVis/level1.html?type=heffen}{Level 1 for \emph {heffen} `to levy/to lift'}}{figure.3.2}{}}
\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {3.3}{\ignorespaces Level 2 for the medoids of \emph {heffen} `to levy/to lift'.}}{43}{figure.3.3}\protected@file@percent }
\newlabel{fig:nepho2-basic}{{3.3}{43}{Level 2 for the medoids of \emph {heffen} `to levy/to lift'}{figure.3.3}{}}
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {section}{\numberline {3.2}Level 1}{43}{section.3.2}\protected@file@percent }
\newlabel{nepho1}{{3.2}{43}{Level 1}{section.3.2}{}}
\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {3.4}{\ignorespaces \href {https://qlvl.github.io/NephoVis/level1.html?type=heffen}{Level 1 for \emph {heffen} `to levy/to lift'}; the plot is colour-coded with first-order part-of-speech settings; \texttt {NA} stands for the dependency-based models.}}{44}{figure.3.4}\protected@file@percent }
\newlabel{fig:nepho1-colours}{{3.4}{44}{\href {https://qlvl.github.io/NephoVis/level1.html?type=heffen}{Level 1 for \emph {heffen} `to levy/to lift'}; the plot is colour-coded with first-order part-of-speech settings; \texttt {NA} stands for the dependency-based models}{figure.3.4}{}}
\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {3.5}{\ignorespaces \href {https://qlvl.github.io/NephoVis/level1.html?type=heffen}{Level 1 for \emph {heffen} `to levy/to lift'} with medoids highlighted.}}{45}{figure.3.5}\protected@file@percent }
\newlabel{fig:nepho1-selection}{{3.5}{45}{\href {https://qlvl.github.io/NephoVis/level1.html?type=heffen}{Level 1 for \emph {heffen} `to levy/to lift'} with medoids highlighted}{figure.3.5}{}}
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {section}{\numberline {3.3}Level 2}{45}{section.3.3}\protected@file@percent }
\newlabel{nepho2}{{3.3}{45}{Level 2}{section.3.3}{}}
\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {3.6}{\ignorespaces Heatmap of distances between medoids of \emph {heffen} `to levy/to lift'.}}{46}{figure.3.6}\protected@file@percent }
\newlabel{fig:nepho2-heatmap}{{3.6}{46}{Heatmap of distances between medoids of \emph {heffen} `to levy/to lift'}{figure.3.6}{}}
\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {3.7}{\ignorespaces 2D representation of medoids of \emph {haten} `to hate', colour-coded with senses, next to the heatmap of distances between models.}}{47}{figure.3.7}\protected@file@percent }
\newlabel{fig:nepho2-haten}{{3.7}{47}{2D representation of medoids of \emph {haten} `to hate', colour-coded with senses, next to the heatmap of distances between models}{figure.3.7}{}}
\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {3.8}{\ignorespaces Level 2 for the medoids of \emph {heffen} `to levy/to lift', colour-coded with categories from manual annotation. Hovering over a token shows its concordance line.}}{48}{figure.3.8}\protected@file@percent }
\newlabel{fig:nepho2-colour}{{3.8}{48}{Level 2 for the medoids of \emph {heffen} `to levy/to lift', colour-coded with categories from manual annotation. Hovering over a token shows its concordance line}{figure.3.8}{}}
\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {3.9}{\ignorespaces Level 2 for the medoids of \emph {heffen}, colour coded with categories from manual annotation. Brushing over an area in a plot selects the tokens in that area and their positions in other models.}}{49}{figure.3.9}\protected@file@percent }
\newlabel{fig:nepho2-selection}{{3.9}{49}{Level 2 for the medoids of \emph {heffen}, colour coded with categories from manual annotation. Brushing over an area in a plot selects the tokens in that area and their positions in other models}{figure.3.9}{}}
\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {3.10}{\ignorespaces Level 2 for the medoids of \emph {heffen} `to levy/to lift', and frequency table of the the context words co-occurring with the selected tokens across models.}}{50}{figure.3.10}\protected@file@percent }
\newlabel{fig:nepho2-table}{{3.10}{50}{Level 2 for the medoids of \emph {heffen} `to levy/to lift', and frequency table of the the context words co-occurring with the selected tokens across models}{figure.3.10}{}}
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {section}{\numberline {3.4}Level 3}{50}{section.3.4}\protected@file@percent }
\newlabel{nepho3}{{3.4}{50}{Level 3}{section.3.4}{}}
\abx@aux@cite{R-shiny}
\abx@aux@segm{0}{0}{R-shiny}
\abx@aux@cite{R-plotly}
\abx@aux@segm{0}{0}{R-plotly}
\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {3.11}{\ignorespaces Level 3 for the second medoid of \emph {heffen} `to levy/to lift': bound10all-\textsc {ppmi}weight-\textsc {5000}all with some selected tokens. Hovering over a token shows tailored concordance line.}}{52}{figure.3.11}\protected@file@percent }
\newlabel{fig:nepho3-base}{{3.11}{52}{Level 3 for the second medoid of \emph {heffen} `to levy/to lift': bound10all-\textsc {ppmi}weight-\textsc {5000}all with some selected tokens. Hovering over a token shows tailored concordance line}{figure.3.11}{}}
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {section}{\numberline {3.5}ShinyApp}{52}{section.3.5}\protected@file@percent }
\newlabel{shiny}{{3.5}{52}{ShinyApp}{section.3.5}{}}
\abx@aux@page{242}{52}
\abx@aux@page{243}{52}
\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {3.12}{\ignorespaces Level 3 for the second medoid of \emph {heffen} `to levy/to lift': bound10all-\textsc {ppmi}weight-\textsc {5000}all. The frequency table gives additional information on the context words co-occurring with the selected tokens.}}{53}{figure.3.12}\protected@file@percent }
\newlabel{fig:nepho3-table}{{3.12}{53}{Level 3 for the second medoid of \emph {heffen} `to levy/to lift': bound10all-\textsc {ppmi}weight-\textsc {5000}all. The frequency table gives additional information on the context words co-occurring with the selected tokens}{figure.3.12}{}}
\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {3.13}{\ignorespaces Starting view of the \href {https://marianamontes.shinyapps.io/Level3/}{ShinyApp dashboard}, extension of Level 3.}}{54}{figure.3.13}\protected@file@percent }
\newlabel{fig:shiny-basic}{{3.13}{54}{Starting view of the \href {https://marianamontes.shinyapps.io/Level3/}{ShinyApp dashboard}, extension of Level 3}{figure.3.13}{}}
\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {3.14}{\ignorespaces Top boxes of the \textbf {t-SNE} tab of the \href {https://marianamontes.shinyapps.io/Level3/}{ShinyApp dashboard}, with active tooltips.}}{55}{figure.3.14}\protected@file@percent }
\newlabel{fig:shiny-tooltips}{{3.14}{55}{Top boxes of the \textbf {t-SNE} tab of the \href {https://marianamontes.shinyapps.io/Level3/}{ShinyApp dashboard}, with active tooltips}{figure.3.14}{}}
\abx@aux@cite{card.etal_1999}
\abx@aux@segm{0}{0}{card.etal_1999}
\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {3.15}{\ignorespaces Token-level plot and bottom plot of context words in the \textbf {t-SNE} tab of the \href {https://marianamontes.shinyapps.io/Level3/}{ShinyApp dashboard}, with one context word selected.}}{56}{figure.3.15}\protected@file@percent }
\newlabel{fig:shiny-bottom}{{3.15}{56}{Token-level plot and bottom plot of context words in the \textbf {t-SNE} tab of the \href {https://marianamontes.shinyapps.io/Level3/}{ShinyApp dashboard}, with one context word selected}{figure.3.15}{}}
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {section}{\numberline {3.6}Summary}{56}{section.3.6}\protected@file@percent }
\newlabel{nepho-summary}{{3.6}{56}{Summary}{section.3.6}{}}
\abx@aux@page{244}{56}
\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {3.16}{\ignorespaces Heatmap of type-level distances between relevant context words in the \href {https://marianamontes.shinyapps.io/Level3/}{ShinyApp dashboard}.}}{57}{figure.3.16}\protected@file@percent }
\newlabel{fig:shiny-heatmap}{{3.16}{57}{Heatmap of type-level distances between relevant context words in the \href {https://marianamontes.shinyapps.io/Level3/}{ShinyApp dashboard}}{figure.3.16}{}}
\abx@aux@cite{lakoff.johnson_2003}
\abx@aux@segm{0}{0}{lakoff.johnson_2003}
\abx@aux@cite{barcelona_2015}
\abx@aux@segm{0}{0}{barcelona_2015}
\abx@aux@cite{lemmens_2015}
\abx@aux@segm{0}{0}{lemmens_2015}
\abx@aux@cite{geeraerts_2003}
\abx@aux@segm{0}{0}{geeraerts_2003}
\abx@aux@cite{lemmens_2015}
\abx@aux@segm{0}{0}{lemmens_2015}
\abx@aux@cite{croft_2003}
\abx@aux@segm{0}{0}{croft_2003}
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {chapter}{\numberline {4}Case studies}{59}{chapter.4}\protected@file@percent }
\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\addvspace {10\p@ }}
\@writefile{lot}{\defcounter {refsection}{0}\relax }\@writefile{lot}{\addvspace {10\p@ }}
\newlabel{dataset}{{4}{59}{Case studies}{chapter.4}{}}
\abx@aux@page{245}{59}
\abx@aux@page{246}{59}
\abx@aux@page{247}{59}
\abx@aux@page{248}{59}
\abx@aux@cite{lakoff.johnson_2003}
\abx@aux@segm{0}{0}{lakoff.johnson_2003}
\abx@aux@cite{geeraerts_2003}
\abx@aux@segm{0}{0}{geeraerts_2003}
\abx@aux@cite{geeraerts_2003}
\abx@aux@segm{0}{0}{geeraerts_2003}
\abx@aux@page{249}{60}
\abx@aux@page{250}{60}
\abx@aux@page{251}{60}
\abx@aux@page{253}{60}
\abx@aux@cite{vandale_groot}
\abx@aux@segm{0}{0}{vandale_groot}
\abx@aux@cite{vandale_klein}
\abx@aux@segm{0}{0}{vandale_klein}
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {section}{\numberline {4.1}The lemmas}{61}{section.4.1}\protected@file@percent }
\newlabel{selection}{{4.1}{61}{The lemmas}{section.4.1}{}}
\abx@aux@page{254}{61}
\abx@aux@page{255}{61}
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {subsection}{\numberline {4.1.1}The nouns}{61}{subsection.4.1.1}\protected@file@percent }
\newlabel{nouns}{{4.1.1}{61}{The nouns}{subsection.4.1.1}{}}
\gdef \LT@i {\LT@entry
{1}{145.0pt}\LT@entry
{1}{22.5pt}\LT@entry
{1}{145.0pt}}
\newlabel{tab:noundefs}{{4.1}{62}{The nouns}{table.4.1}{}}
\@writefile{lot}{\defcounter {refsection}{0}\relax }\@writefile{lot}{\contentsline {table}{\numberline {4.1}{Definitions and examples for the senses of each of the 7 analysed nouns. In each sense, the first number indicates the homonym and, if there is a second number, the sense within the homonym.}}{62}{table.4.1}\protected@file@percent }
\gdef \LT@ii {\LT@entry
{1}{145.0pt}\LT@entry
{1}{22.5pt}\LT@entry
{1}{145.0pt}}
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {subsection}{\numberline {4.1.2}The adjectives}{65}{subsection.4.1.2}\protected@file@percent }
\newlabel{adjs}{{4.1.2}{65}{The adjectives}{subsection.4.1.2}{}}
\newlabel{tab:adjdefs}{{4.2}{65}{The adjectives}{table.4.2}{}}
\@writefile{lot}{\defcounter {refsection}{0}\relax }\@writefile{lot}{\contentsline {table}{\numberline {4.2}{Definitions and examples for the senses of each of the 13 analysed adjectives.}}{65}{table.4.2}\protected@file@percent }
\gdef \LT@iii {\LT@entry
{1}{145.0pt}\LT@entry
{1}{22.5pt}\LT@entry
{1}{145.0pt}}
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {subsection}{\numberline {4.1.3}The verbs}{69}{subsection.4.1.3}\protected@file@percent }
\newlabel{verbs}{{4.1.3}{69}{The verbs}{subsection.4.1.3}{}}
\newlabel{tab:verbdefs}{{4.3}{69}{The verbs}{table.4.3}{}}
\@writefile{lot}{\defcounter {refsection}{0}\relax }\@writefile{lot}{\contentsline {table}{\numberline {4.3}{Definitions and examples for the senses of each of the 12 analysed verbs.}}{69}{table.4.3}\protected@file@percent }
\abx@aux@cite{vandale_groot}
\abx@aux@segm{0}{0}{vandale_groot}
\abx@aux@cite{vandale_klein}
\abx@aux@segm{0}{0}{vandale_klein}
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {section}{\numberline {4.2}The dataset}{73}{section.4.2}\protected@file@percent }
\newlabel{extraction}{{4.2}{73}{The dataset}{section.4.2}{}}
\abx@aux@page{256}{73}
\abx@aux@page{257}{73}
\gdef \LT@iv {\LT@entry
{5}{89.40001pt}\LT@entry
{1}{53.98pt}\LT@entry
{1}{42.05pt}\LT@entry
{5}{65.42026pt}}
\newlabel{tab:lemmafreq}{{4.4}{74}{The dataset}{table.4.4}{}}
\@writefile{lot}{\defcounter {refsection}{0}\relax }\@writefile{lot}{\contentsline {table}{\numberline {4.4}{Absolute frequency of the lemmas in the corpus, number of batches and distribution of their senses. The number next to the boxplots indicate the number of different senses.}}{74}{table.4.4}\protected@file@percent }
\abx@aux@cite{fleiss_1971}
\abx@aux@segm{0}{0}{fleiss_1971}
\abx@aux@page{258}{76}
\abx@aux@cite{R-irr}
\abx@aux@segm{0}{0}{R-irr}
\abx@aux@cite{R-irr}
\abx@aux@segm{0}{0}{R-irr}
\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {4.1}{\ignorespaces Screenshot of the options in the annotation tool.}}{77}{figure.4.1}\protected@file@percent }
\newlabel{fig:semann}{{4.1}{77}{Screenshot of the options in the annotation tool}{figure.4.1}{}}
\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {4.2}{\ignorespaces Agreement between annotators per batch per lemma, computed with \texttt {irr::kappam.fleiss()} \autocite {R-irr}.}}{78}{figure.4.2}\protected@file@percent }
\newlabel{fig:agreement}{{4.2}{78}{Agreement between annotators per batch per lemma, computed with \texttt {irr::kappam.fleiss()} \autocite {R-irr}}{figure.4.2}{}}
\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {4.3}{\ignorespaces Number of tokens per lemma with full, partial (majority) or no agreement, split by whether the majority sense was kept or changed. Removed tokens are not included.}}{79}{figure.4.3}\protected@file@percent }
\newlabel{fig:final-agreement}{{4.3}{79}{Number of tokens per lemma with full, partial (majority) or no agreement, split by whether the majority sense was kept or changed. Removed tokens are not included}{figure.4.3}{}}
\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {4.4}{\ignorespaces Distribution of confidence values across annotations, by whether the annotators agreed with another in the same token and by whether they selected a sense or ``None of the above''.}}{80}{figure.4.4}\protected@file@percent }
\newlabel{fig:confidence}{{4.4}{80}{Distribution of confidence values across annotations, by whether the annotators agreed with another in the same token and by whether they selected a sense or ``None of the above''}{figure.4.4}{}}
\abx@aux@cite{sahlgren_2008}
\abx@aux@segm{0}{0}{sahlgren_2008}
\@writefile{lot}{\defcounter {refsection}{0}\relax }\@writefile{lot}{\contentsline {table}{\numberline {4.5}{\ignorespaces Four most frequent dependency paths among the cues of \emph {heilzaam}, with counts per sense. \texttt {NA} indicates that the cue is not in the sentence of the target. In the path, \texttt {CW} stands for the cue and \texttt {T} stands for the target: the head is at the left of \(\rightarrow \) and its dependents are to the right, preceded by the name of the dependency relation.}}{81}{table.4.5}\protected@file@percent }
\newlabel{tab:heilzaamdep}{{4.5}{81}{Four most frequent dependency paths among the cues of \emph {heilzaam}, with counts per sense. \texttt {NA} indicates that the cue is not in the sentence of the target. In the path, \texttt {CW} stands for the cue and \texttt {T} stands for the target: the head is at the left of \(\rightarrow \) and its dependents are to the right, preceded by the name of the dependency relation}{table.4.5}{}}
\@writefile{lot}{\defcounter {refsection}{0}\relax }\@writefile{lot}{\contentsline {table}{\numberline {4.6}{\ignorespaces Six most frequent lemmas and window spans among the cues of \emph {heilzaam}, with counts per sense.}}{81}{table.4.6}\protected@file@percent }
\newlabel{tab:heilzaamcues}{{4.6}{81}{Six most frequent lemmas and window spans among the cues of \emph {heilzaam}, with counts per sense}{table.4.6}{}}
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {section}{\numberline {4.3}Summary}{81}{section.4.3}\protected@file@percent }
\newlabel{ann-summary}{{4.3}{81}{Summary}{section.4.3}{}}
\abx@aux@fnpage{261}{82}
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {part}{II\hspace {1em}The cloudspotter's handbook}{83}{part.2}\protected@file@percent }
\newlabel{part-the-cloudspotters-handbook}{{II}{85}{The cloudspotter's handbook}{part.2}{}}
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {chapter}{\numberline {5}A cloud atlas}{85}{chapter.5}\protected@file@percent }
\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\addvspace {10\p@ }}
\@writefile{lot}{\defcounter {refsection}{0}\relax }\@writefile{lot}{\addvspace {10\p@ }}
\newlabel{shapes}{{5}{85}{A cloud atlas}{chapter.5}{}}
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {section}{\numberline {5.1}Rationale of the classification}{85}{section.5.1}\protected@file@percent }
\newlabel{theo2-rationale}{{5.1}{85}{Rationale of the classification}{section.5.1}{}}
\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {5.1}{\ignorespaces Uncoloured t-\textsc {sne} representations of the same parameter settings (bound5lex-\textsc {ppmi}selection-\textsc {foc}all) across six different lemmas.}}{86}{figure.5.1}\protected@file@percent }
\newlabel{fig:grey6}{{5.1}{86}{Uncoloured t-\textsc {sne} representations of the same parameter settings (bound5lex-\textsc {ppmi}selection-\textsc {foc}all) across six different lemmas}{figure.5.1}{}}
\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {5.2}{\ignorespaces T-\textsc {sne} representations of the same parameter settings (bound5lex-\textsc {ppmi}selection-\textsc {foc}all) across six different lemmas, coloured coded with \textsc {hdbscan} clustering. Some of the \emph {heet} clusters are gray because there are more clusters than colours we can clearly distinguish.}}{87}{figure.5.2}\protected@file@percent }
\newlabel{fig:coloured6}{{5.2}{87}{T-\textsc {sne} representations of the same parameter settings (bound5lex-\textsc {ppmi}selection-\textsc {foc}all) across six different lemmas, coloured coded with \textsc {hdbscan} clustering. Some of the \emph {heet} clusters are gray because there are more clusters than colours we can clearly distinguish}{figure.5.2}{}}
\abx@aux@cite{R-semvar}
\abx@aux@segm{0}{0}{R-semvar}
\abx@aux@cite{speelman.heylen_2017}
\abx@aux@segm{0}{0}{speelman.heylen_2017}
\abx@aux@cite{R-semvar}
\abx@aux@segm{0}{0}{R-semvar}
\abx@aux@cite{R-semvar}
\abx@aux@segm{0}{0}{R-semvar}
\abx@aux@cite{rousseeuw_1987}
\abx@aux@segm{0}{0}{rousseeuw_1987}
\abx@aux@page{262}{88}
\abx@aux@page{263}{88}
\abx@aux@page{265}{88}
\abx@aux@page{266}{89}
\@writefile{lot}{\defcounter {refsection}{0}\relax }\@writefile{lot}{\contentsline {table}{\numberline {5.1}{\ignorespaces Number of clouds of each type per medoid or model in general; in parenthesis, the number of Hail clouds is specified.}}{90}{table.5.1}\protected@file@percent }
\newlabel{tab:cloudFreqs}{{5.1}{90}{Number of clouds of each type per medoid or model in general; in parenthesis, the number of Hail clouds is specified}{table.5.1}{}}
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {section}{\numberline {5.2}Types of clouds}{90}{section.5.2}\protected@file@percent }
\newlabel{cloud-types}{{5.2}{90}{Types of clouds}{section.5.2}{}}
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {subsection}{\numberline {5.2.1}Cumulus clouds}{91}{subsection.5.2.1}\protected@file@percent }
\newlabel{cumulus-clouds}{{5.2.1}{91}{Cumulus clouds}{subsection.5.2.1}{}}
\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {5.3}{\ignorespaces Example of Cumulus cloud: inspiration on the left, plot example on the right (nobound10lex-\textsc {ppmi}weight-\textsc {foc}all of \emph {dof}). Picture by Glg, edited by User:drini - photo taken by Glg, CC BY-SA 2.0 de, \url {https://commons.wikimedia.org/w/index.php?curid=3443830}.}}{91}{figure.5.3}\protected@file@percent }
\newlabel{fig:cumulus}{{5.3}{91}{Example of Cumulus cloud: inspiration on the left, plot example on the right (nobound10lex-\textsc {ppmi}weight-\textsc {foc}all of \emph {dof}). Picture by Glg, edited by User:drini - photo taken by Glg, CC BY-SA 2.0 de, \url {https://commons.wikimedia.org/w/index.php?curid=3443830}}{figure.5.3}{}}
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {subsection}{\numberline {5.2.2}Stratocumulus clouds}{92}{subsection.5.2.2}\protected@file@percent }
\newlabel{stratocumulus-clouds}{{5.2.2}{92}{Stratocumulus clouds}{subsection.5.2.2}{}}
\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {5.4}{\ignorespaces Example of Stratocumulus cloud: inspiration on the left, plot example on the right (bound5all-\textsc {ppmi}no-\textsc {foc}all of \emph {heffen}). Picture by Joydeep - Own work, CC BY-SA 3.0, \url {https://commons.wikimedia.org/w/index.php?curid=20357040}.}}{92}{figure.5.4}\protected@file@percent }
\newlabel{fig:stratocumulus}{{5.4}{92}{Example of Stratocumulus cloud: inspiration on the left, plot example on the right (bound5all-\textsc {ppmi}no-\textsc {foc}all of \emph {heffen}). Picture by Joydeep - Own work, CC BY-SA 3.0, \url {https://commons.wikimedia.org/w/index.php?curid=20357040}}{figure.5.4}{}}
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {subsection}{\numberline {5.2.3}Cirrus clouds}{93}{subsection.5.2.3}\protected@file@percent }
\newlabel{cirrus-clouds}{{5.2.3}{93}{Cirrus clouds}{subsection.5.2.3}{}}
\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {5.5}{\ignorespaces Example of Cirrus cloud: inspiration on the left, plot example on the right (bound5all-\textsc {ppmi}selection-\textsc {foc}all of \emph {herstructureren}). Picture by Dmitry Makeev - Own work, CC BY-SA 4.0, \url {https://commons.wikimedia.org/w/index.php?curid=85153684}.}}{93}{figure.5.5}\protected@file@percent }
\newlabel{fig:cirrus}{{5.5}{93}{Example of Cirrus cloud: inspiration on the left, plot example on the right (bound5all-\textsc {ppmi}selection-\textsc {foc}all of \emph {herstructureren}). Picture by Dmitry Makeev - Own work, CC BY-SA 4.0, \url {https://commons.wikimedia.org/w/index.php?curid=85153684}}{figure.5.5}{}}
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {subsection}{\numberline {5.2.4}Cumulonimbus clouds}{94}{subsection.5.2.4}\protected@file@percent }
\newlabel{cumulonimbus-clouds}{{5.2.4}{94}{Cumulonimbus clouds}{subsection.5.2.4}{}}
\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {5.6}{\ignorespaces Example of Cumulonimbus cloud: inspiration on the left, plot example on the right (bound10all-\textsc {ppmi}weight-\textsc {foc}all of \emph {stof}). Picture by fir0002flagstaffotos {[}at{]} gmail.comCanon 20D + Canon 17-40mm f/4 L, GFDL 1.2, \url {https://commons.wikimedia.org/w/index.php?curid=887553}.}}{94}{figure.5.6}\protected@file@percent }
\newlabel{fig:cumulonimbus}{{5.6}{94}{Example of Cumulonimbus cloud: inspiration on the left, plot example on the right (bound10all-\textsc {ppmi}weight-\textsc {foc}all of \emph {stof}). Picture by fir0002flagstaffotos {[}at{]} gmail.comCanon 20D + Canon 17-40mm f/4 L, GFDL 1.2, \url {https://commons.wikimedia.org/w/index.php?curid=887553}}{figure.5.6}{}}
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {subsection}{\numberline {5.2.5}Cirrostratus clouds}{95}{subsection.5.2.5}\protected@file@percent }
\newlabel{cirrostratus-clouds}{{5.2.5}{95}{Cirrostratus clouds}{subsection.5.2.5}{}}
\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {5.7}{\ignorespaces Example of Cirrostratus cloud: inspiration on the left, model with 100\% noise on the right (nobound10lex-\textsc {ppmi}no-\textsc {foc}all of \emph {hoopvol}). CC BY-SA 3.0, \url {https://commons.wikimedia.org/w/index.php?curid=100381}.}}{96}{figure.5.7}\protected@file@percent }
\newlabel{fig:cirrostratus}{{5.7}{96}{Example of Cirrostratus cloud: inspiration on the left, model with 100\% noise on the right (nobound10lex-\textsc {ppmi}no-\textsc {foc}all of \emph {hoopvol}). CC BY-SA 3.0, \url {https://commons.wikimedia.org/w/index.php?curid=100381}}{figure.5.7}{}}
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {subsection}{\numberline {5.2.6}Hail}{96}{subsection.5.2.6}\protected@file@percent }
\newlabel{hail}{{5.2.6}{96}{Hail}{subsection.5.2.6}{}}
\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {5.8}{\ignorespaces Example of cloud with hail: inspiration on the left, plot example on the right (\textsc {rel}1-\textsc {ppmi}selection-\textsc {foc}all of \emph {heet}). Picture by Tiia Monto, CC BY-SA 3.0, \url {https://commons.wikimedia.org/w/index.php?curid=88743807}}}{97}{figure.5.8}\protected@file@percent }
\newlabel{fig:hail}{{5.8}{97}{Example of cloud with hail: inspiration on the left, plot example on the right (\textsc {rel}1-\textsc {ppmi}selection-\textsc {foc}all of \emph {heet}). Picture by Tiia Monto, CC BY-SA 3.0, \url {https://commons.wikimedia.org/w/index.php?curid=88743807}}{figure.5.8}{}}
\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {5.9}{\ignorespaces Mapping between the type-token ratio of the context words and the mean number of context words per token in a cluster of a medoid, by whether the cloud has Hail.}}{97}{figure.5.9}\protected@file@percent }
\newlabel{fig:cwFreq}{{5.9}{97}{Mapping between the type-token ratio of the context words and the mean number of context words per token in a cluster of a medoid, by whether the cloud has Hail}{figure.5.9}{}}
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {section}{\numberline {5.3}Patterns across types of clouds}{98}{section.5.3}\protected@file@percent }
\newlabel{cloud-patterns}{{5.3}{98}{Patterns across types of clouds}{section.5.3}{}}
\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {5.10}{\ignorespaces Mapping between the highest \(F\) between the clouds of the medoids and a context word and that context word's \textsc {pmi} with the target, coloured by cloud type.}}{99}{figure.5.10}\protected@file@percent }
\newlabel{fig:fscorePmi}{{5.10}{99}{Mapping between the highest \(F\) between the clouds of the medoids and a context word and that context word's \textsc {pmi} with the target, coloured by cloud type}{figure.5.10}{}}
\abx@aux@cite{R-entropy}
\abx@aux@segm{0}{0}{R-entropy}
\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {5.11}{\ignorespaces Mapping between the highest \(F\) of a context word to a cluster and the type-token ratio (\textsc {ttr}) of context words in the cluster, coloured by cloud type.}}{100}{figure.5.11}\protected@file@percent }
\newlabel{fig:ttFscore}{{5.11}{100}{Mapping between the highest \(F\) of a context word to a cluster and the type-token ratio (\textsc {ttr}) of context words in the cluster, coloured by cloud type}{figure.5.11}{}}
\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {5.12}{\ignorespaces Range of \(\mitvarepsilon \) values within clouds of different types. Lines join the points belonging to the same cluster.}}{101}{figure.5.12}\protected@file@percent }
\newlabel{fig:epsplot}{{5.12}{101}{Range of \(\varepsilon \) values within clouds of different types. Lines join the points belonging to the same cluster}{figure.5.12}{}}
\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {5.13}{\ignorespaces Graphical representation of meteorological clouds at different altitudes. By Christopher M. Klaus at w:en:Argonne National Laboratory - Own work by en:User:Klaus, Public Domain, \url {https://commons.wikimedia.org/w/index.php?curid=2760873}}}{101}{figure.5.13}\protected@file@percent }
\newlabel{fig:cloudtypes}{{5.13}{101}{Graphical representation of meteorological clouds at different altitudes. By Christopher M. Klaus at w:en:Argonne National Laboratory - Own work by en:User:Klaus, Public Domain, \url {https://commons.wikimedia.org/w/index.php?curid=2760873}}{figure.5.13}{}}
\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\contentsline {figure}{\numberline {5.14}{\ignorespaces Mapping between the entropy in a medoid and in a cluster by cloud type.}}{102}{figure.5.14}\protected@file@percent }
\newlabel{fig:cloudentropy}{{5.14}{102}{Mapping between the entropy in a medoid and in a cluster by cloud type}{figure.5.14}{}}
\abx@aux@fnpage{267}{102}
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {section}{\numberline {5.4}Summary}{103}{section.5.4}\protected@file@percent }
\newlabel{theo2-summary}{{5.4}{103}{Summary}{section.5.4}{}}
\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {chapter}{\numberline {6}The language of clouds}{105}{chapter.6}\protected@file@percent }
\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\addvspace {10\p@ }}
\@writefile{lot}{\defcounter {refsection}{0}\relax }\@writefile{lot}{\addvspace {10\p@ }}