forked from LukeSmithxyz/latex-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
uni.bib
2563 lines (2524 loc) · 81 KB
/
uni.bib
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
This is my bibliography file for bibtex/biblatex.
I keep all the sources I've quoted since 2015 in this document. Recently, I've started to add comments and summaries.
@book{aissen87,
author = "Judith Aissen",
title = "Tzotzil Clause Structure",
year = "1987",
publisher = "Reidel Publishing Company"
}
@incollection{aissen99,
author = "Judith Aissen",
title = "External possessor and logical subject in {T}z'utujil",
booktitle = "External Possession",
editor = "Doris Payne and Immanuel Barshi",
publisher = "John Benjamins Publishing Company",
year = "1999"
}
@incollection{anand06,
title = "The Locus of Ergative Case Assignment: Evidence from Scope",
author = "Anand, Pranav and Andrew Nevins",
year = "2006",
booktitle = "Ergativity: Emerging Issues",
publisher = "Kluwer",
editor = "Johns, Alana and Massam, Diane and Ndayiragije, Juvenal"
}
@book{baker88,
author = "Mark Baker",
title = "Incorporation: A Theory of Grammatical Function Changing",
publisher = "Chicago University Press",
year = "1988"
}
@incollection{baker95,
title = "On the structural positions of themes and goals",
author = "Mark Baker",
year = "1995",
booktitle = "Phrase Structure and the Lexicon",
editor = "John Rooryck and Laurie Zauring",
publisher = "Springer Verlag"
}
@incollection{beninca04,
author = "Paola Beninc\`a and Cecilia Poletto",
title = "Topic, focus and {V}2",
booktitle = "The Structure of CP and IP",
editor = "Luigi Rizzi",
publisher = "Oxford University Press",
year = "2004"
}
@incollection{borer86,
title = "Syntactic cliticization and lexical cliticization: the case of {H}ebrew dative clitics",
author = "Hagit Borer and Yosef Grodzinsky",
booktitle = "Syntax and Semantics",
editor = "Hagit Borer",
year = "1986",
publisher = "Academic Press"
}
@article{brecht86,
title = "Case in Slavic",
author = "Richard D. Brecht and James S. Levine",
journal = "Slavica",
year = "1986"
}
@book{burzio86,
title = "Italian syntax: A Government-Binding Approach",
author = "Luigi Burzio",
year = "1986",
publisher = "Reidel Publishing Company"
}
@article{cho03,
title = "Possessor Agreement as Theta Feature Sharing",
author = "Cho, Sungeun and Lee, Wonbin",
year = "2006",
journal = "Language and Information",
volume = "7.2"
}
@article{chomsky53,
title = "Systems of Syntactic Analysis",
author = "Noam Chomsky",
journal = "The Journal of Symbolic Logic",
year = "1953",
volume = "18.3",
pages = "242--256"
}
@book{chomsky57,
title = "Syntactic Structures",
author = "Noam Chomsky",
year = "1957",
publisher = "Mouton \& Co."
}
@article{chomsky59,
title = "A review of {B.F.} {S}kinner's {V}erbal {B}ehavior",
author = "Noam Chomsky",
year = "1959",
journal = "Language",
volume = "35.1",
pages = "26--58"
}
@book{chomsky65,
title = "Aspects of the Theory of Syntax",
author = "Chomsky, Noam",
publisher = "MIT Press",
year = "1965"
}
@book{chomsky72,
title = "Language and Mind",
author = "Noam Chomsky",
publisher = "Harcourt Brace Jovanovich",
year = "1972"
}
@book{chomsky95,
title = "The Minimalist Program",
author = "Noam Chomsky",
year = "1995",
publisher = "MIT Press"
}
@book{cinque99,
title = "Adverbs and Functional Heads: A Cross-Linguistic Perspective",
author = "Guglielmo Cinque",
year = "1999",
publisher = "Oxford University Press"
}
@article{cinque12,
title = "Cognition, universal grammar, and typological generalization",
author = "Cinque, Guglielmo",
year = "2012",
journal = "Lingua",
volume = "130",
pages = "50--65"
}
@book{cinque02,
title = "Functional Structure in {DP} and {IP}",
author = "Guglielmo Cinque",
year = "2002",
publisher = "Oxford University Press"
}
@incollection{cinque09,
title = "The Two `Possessor Raising' Constructions of Bulgarian",
author = "Guglielmo Cinque and Iliyana Krapova",
year = "2009",
booktitle = "A Linguist's Linguist: Studies in South Slavic Linguistics in Honor of {E}. {W}ayles {B}rowne.",
editor = "Franks, Steven and Vrinda Chidambaram and Brian Joseph",
publisher = "Slavica",
pages = "123--148"
}
@incollection{colleman10,
title = "Beyond Dative Alternation: The Semantics of the {D}utch \emph{Aan-} Dative",
author = "Colleman, Timothy",
year = "2010",
booktitle = "Quantitative Methods in Cognitive Science: Corpus Driven Approaches",
editor = "Dylan Glynn"
}
@article{coon13,
title = "{TAM} split ergativity, Part I",
author = "Coon, Jessica",
journal = "Language and Linguistics Compass",
year = "2013",
pages = "171--190",
volume = "7.3"
}
@article{deal13,
title = "Possessor Raising",
author = "Deal, Amy Rose",
journal = "Linguistic Inquiry",
volume = "44.3",
pages = "391--432",
year = "2013"
}
@misc{deal,
title = "External Possession and Possessor Raising",
author = "Deal, Amy Rose",
year = "2013"
}
@article{demonte95,
title = "Dative alternation in {S}panish",
author = "Violeta Demonte",
year = "1995",
journal = "Probus",
volume = "7",
pages = "5--30"
}
@incollection{evans96,
title = "The syntax and semantics of body part incorporation in {M}ayali",
author = "Evans, Nicholas",
year = "1996",
booktitle = "The Grammar of Inalienability: A Typological Perspective on Body Part Terms and the Part-Whole Relationship",
editor = "Chappell, Hilary and William McGregor",
pages = "65--109"
}
@incollection{gueron85,
title = "Inalienable Possession, {PRO}-Inclusion and Lexical Chains",
author = "Jacqueline Gu\'eron",
year = "1985",
booktitle = "Grammatical Representations",
editor = "Gu\'eron, Jacqueline and H.G. Obenauer and J.Y. Pollock",
publisher = "Foris"
}
@incollection{gundel88,
title = "Universals of topic-comment structure",
author = "Gundel, Jeanette K.",
booktitle = "Studies in Syntactic Typology",
editor = "Hammond, Michael and Moravcsik, Edith A. and Wirth, Jessica R.",
year = "1988",
publisher = "John Benjamins Publishing Company"
}
@article{hauser02,
author = "Marc Hauser and Noam Chomsky and Tecumseh Fitch",
title = "The language faculty: What is it, who has it, and how did it evolve?",
journal = "Science",
volume = "298",
pages = "1569--1579",
year = "2002"
}
@incollection{haspelmath99,
title = "External possession in a {E}uropean areal perspective",
author = "Haspelmath, Martin",
year = "1999",
booktitle = "External Possession",
editor = "Payne, Doris L. and Barshi, Immanuel",
publisher = "John Benjamins Publishing Company"
}
@article{henderson14,
title = "External possession in {C}homwiini",
author = "Brent Henderson",
year = "2014",
journal = "Journal of Linguistics",
volume = "50.2",
pages = "297--321"
}
@article{hole06,
title = "Extra argumentality -- affectees, landmarks and voice",
author = "Daniel Hole",
year = "2006",
pages = "383--424",
volume = "44.2",
journal = "Lingusitics"
}
@book{hornstein10,
title = "Movement Theory of Control",
author = "Norbert Hornstein and Maria Polinsky",
year = "2010",
publisher = "John Benjamins Publishing Company"
}
@book{kayne75,
title = "French Syntax: the Transformational Cycle",
author = "Richard Kayne",
year = "1975",
publisher = "MIT Press"
}
@book{katz64,
title = "An Integrated Theory of Linguistic Description",
author = "Katz, Jerrold J. and Postal, Paul",
year = "1964",
publisher = "MIT Press"
}
@article{kempchinsky91,
title = "Syntactic Constraints on the Expression of Possession in {S}panish",
author = "Paula Kempchinsky",
year = "1991",
journal = "Hispania",
pages = "697--704",
volume = "75.3"
}
@incollection{kratzer96,
title = "Severing the external argument from its verb",
year = "1996",
author = "Angelika Kratzer",
booktitle = "Phrase Structure and the Lexicon",
editor = "Rooryck, John and Zauring, Laurie",
publisher = "Springer Verlag"
}
@incollection{konig98,
title = "Les constructions \`a possesseur externe dans les langues d'{E}urope",
author = "Ekkehard K{\"o}nig and Martin Haspelmath",
year = "1998",
booktitle = "Action et valance dans les langue de l'{E}urope",
editor = "Jack Feuillet",
publisher = "Mouton de Gruyter"
}
@article{landau91,
title = "Possessor raising and the structure of the {VP}",
author = "Landau, Idan",
year = "1991",
journal = "Lingua",
volume = "107",
pages = "1--37"
}
@phdthesis{lee97,
title = "Dative Constructions and Case Theory in Korean",
author = "Lee, In Que",
year = "1997",
school = "Simon Fraser University"
}
@article{vls06,
title = "German possessor datives: raised \emph{and} affected",
author = "Lee-Schoenfold, Vera",
journal = "Journal of Comparative Germanic Linguistics",
volume = "9",
pages = "101--142",
year = "2006"
}
@incollection{martin99,
title = "External possession in {C}reek",
author = "Martin, Jack B.",
year = "1999",
booktitle = "External Possession",
editor = "Payne, Doris L. and Barshi, Immanuel",
publisher = "John Benjamins Publishing Company"
}
@book{moro13,
title = "The Equilibrium of Human Syntax: Symmetries in the Brain",
year = "2013",
author = "Andrea Moro",
publisher = "Routledge"
}
@incollection{musso13,
title = "Broca's Area and the Language Instinct",
author = "Musso, Mariacristiana and Moro, Andrea and Volkmar Glauche and Michel Rijntjes and J{\"u}rgen Reichbach and Christian B{\"u}chel and Cornelius Weiller",
year = "2013",
booktitle = "The Equilibrium of Human Syntax: Symmetries in the Brain",
editor = "Andrea Moro",
publisher = "Routledge"
}
@incollection{oconnor96,
title = "The Situated Interpretation of Possessor-Raising",
author = "O'{C}onnor, Mary-Catherine",
year = "1996",
booktitle = "Grammatical Constructions: Their Form and Meaning",
editor = "Shibatani, Masayoshi and Thompson, Sandra A.",
publisher = "Clarendon Press",
pages = "125--156"
}
@article{oconnor07,
title = "External possession and utterance interpretation: a crosslinguistic exploration",
author = "O'{C}onnor, Mary-Catherine",
year = "2007",
journal = "Linguistics",
volume = "43.5",
pages = "577--613"
}
@book{ogrady91,
title = "Categories and Case",
author = "O'Grady, William",
year = "1991",
publisher = "John Benjamins Publishing Company"
}
@incollection{payne97,
title = "The {M}aasai external possession construction",
author = "Payne, Doris L.",
year = "1997",
booktitle = "Essays on Language Function and Language Type",
editor = "Bybee, Joan and Haiman, John and Thompson, Sandra A.",
}
@incollection{perlmutter72,
title = "The relational succession law",
author = "Perlmutter, David and Paul Postal",
year = "1983",
booktitle = "Studies in Relational Grammar I",
editor = "David Perlmutter",
pages = "30--80",
publisher = "University of Chicago Press"
}
@article{perlmutter78,
title = "Impersonal passives and the unaccusative hypothesis",
author = "Perlmutter, David",
year = "1978",
journal = "Proceedings of the 4$^{th}$ Annual Meeting of the Berkley Linguistics Society",
pages = "157--190"
}
@incollection{picallo99,
title = "El posesivo y las relaciones posesivas",
author = "Picallo, Carmen and Rigau, Gemma",
year = "1999",
pages = "973--1024",
editor = "Bosque, Ignacio and Demonte, Violeta",
booktitle = "Gramm\'atica descriptiva de la lengua espa\~nola",
publisher = "Espasa--Calpe"
}
@incollection{rizzi97,
title = "The fine structure of the left periphery",
author = "Rizzi, Luigi",
year = "1997",
editor = "Haegeman, Liliane",
booktitle = "Elements of Grammar",
publisher = "Kluwer"
}
@book{rizzi04,
title = "The Structure of {CP} and {IP}",
author = "Rizzi, Luigi",
year = "2004",
publisher = "Oxford University Press"
}
@incollection{rodrigues10,
title = "Possessor raising through thematic possissions",
author = "Rodrigues, Cilene",
year = "2010",
booktitle = "Movement Theory of Control",
editor = "Hornstein, Norbert and Polinsky, Maria",
publisher = "John Benjamins Publishing Company",
pages = "119--146"
}
@article{roldan72,
title = "Concerning {S}panish datives and possessives",
author = "Rold\'an, Mercedes",
year = "1972",
journal = "Language Sciences",
volume = "21",
pages = "27--32"
}
@book{sanchez10,
title = "The Morphology and Syntax of Topic and Focus: Minimalist Inquiries in the {Q}uechua Periphery",
author = "S\'anchez, Liliana",
publisher = "John Benjamins Publishing Company",
year = "2010"
}
@incollection{scott02,
title = "Stacked Adjectival Modification and the Structure of Nominal Phrases",
author = "Scott, Gary-John",
year = "2002",
publisher = "Oxford University Press",
editor = "Guglielmo Cinque",
pages = "91--120",
booktitle = "Functional Structure in {DP} and {IP}"
}
@article{searle72,
title = "Chomsky's Revolution in Lingusitics",
author = "Searle, John",
journal = "The New York Review of Books",
year = "1972"
}
@incollection{siloni02,
title = "Adjectival constructions and inalienable constructions",
author = "Siloni, Tal",
year = "2002",
pages = "161--187",
booktitle = "Themes in {A}rabic and {H}ebrew Syntax",
editor = "Ouhalla, Jamal and Shlonsky, Ur",
publisher = "Kluwer Acadmic Publishers"
}
@article{stateva02,
title = "Possessive clitics and the stucture of nominal expressions",
author = "Stateva, Penka",
year = "2002",
journal = "Lingua",
volume = "112",
pages = "647--690"
}
@misc{tomioka07b,
title = "The event semantic root of inalienable possession",
author = "Tomioka, Satoshi and Sim, Chang-yong",
year = "2007"
}
@incollection{tuggy80,
title = "<{E}thical Dative and Possessor Omission S\'i, Possessor Ascension No!",
author = "Tuggy, David",
year = "1980",
editor = "Daly, John P. and Daly, Margaret H.",
booktitle = "Work Papers of the Summer Institute of Lingusitics, University of Dakota Session"
}
@book{thrainsson04,
title = "Faroese: an Overview and Reference Grammar",
author = "{\Thorn}r{\'a}insson, H{\"o}skuldur",
year = "2004",
publisher = "F{\o}{\dh}skaparfelag"
}
@incollection{uehara99,
title = "External possession constructions in {J}apanese: A psycholinguistic perspective",
author = "Uehara, Keiko",
year = "1999",
editor = "Payne, Doris L. and Immanuel Barshi",
booktitle = "External Possession",
publisher = "John Benjamins Publishing Company"
}
@book{velasquez96,
title = "The Grammar of Possession: Inalienability, Incorporation and Possessor Ascension in {G}uaran\'i",
author = "Velasquez-Castillo, Maura",
year = "1996",
publisher = "John Benjamins Publishing Company"
}
@article{vermeulen05,
title = "External possession in {K}orean",
author = "Vermeulen, Reiko",
year = "2005",
journal = "University College London Working Papers in Linguistics",
volume = "17",
pages = "175--213"
}
@article{vergnaud92,
title = "The definite determiner and the inalienable constructions in {F}rench and {E}nglish",
author = "Vergnaud, Jean-Roger and Zubizarreta, Maria Luisa",
year = "1992",
journal = "Linguistic Inquiry",
volume = "23.4",
pages = "595--652"
}
@incollection{wierzbicka86,
title = "The meaning of a case: A study of the {P}olish dative",
author = "Wierzbicka, Anna",
year = "1986",
editor = "Brecht, Richard D. and Levine, James S.",
booktitle = "Case in Slavic",
publisher = "Slavica"
}
@book{schweikert05,
title = "The Order of Prepositional Phrases in the Structure of the Clause",
author = "Walter Schweikert",
year = "2005",
publisher = "John Benjamins Publishing Company"
}
@book{cinque10,
title = "Mapping Spatial {PP}s",
author = "Cinque, Guglielmo and Luigi Rizzi",
year = "2010",
publisher = "Oxford University Press"
}
@book{barbiers95,
author = "Sjef Barbiers",
title = "The syntax of interpretation",
year = "1995",
publisher = "Holland Academic Graphics"
}
There is one property of current generative syntactic theory that makes it particularly uneconomical, namely the fact that X-Bar structure itself does not contribute to the semantic interpretation.
@mastersthesis{mythesis,
author = "Luke Smith",
title = "External Possession and the Undisentanglability of Syntax and Semantics",
year = "2015",
school = "University of Georgia"
}
@phdthesis{medeiros12,
title = "Economy of Command",
author = "Dave Medeiros",
year = "2012",
school = "University of Arizona"
}
@article{gallistel11,
title = "Prelinguistic Thought",
author = "Gallistel, Charles R.",
year = "2011",
journal = "Language Learning and Development",
volume = "7",
pages = "253--262"
}
@article{cinque05,
title = "Deriving {G}reenberg's universal 20 and its exceptions",
author = "Guglielmo Cinque",
year = "2005",
journal = "Linguistic Inquiry",
volume = "36.3",
pages = "315--332"
}
@article{chomsky05,
title = "Three Factors in Language Design",
author = "Noam Chomsky",
year = "2005",
journal = "Linguistic Inquiry",
volume = "36",
pages = "1--11"
}
@book{chomsky66,
title = "Cartesian Linguistics",
author = "Noam Chomsky",
publisher = "Harper \& Row",
year = "1966",
q = "[L]inguistic and mental processes are virtually identical, language providing the primary means for free expression of thought and feeling, as well as for the functioning of the creative imagination. (31)"
}
@incollection{chomsky14,
title = "Minimal Recursion: Exploring the Prospects",
author = "Noam Chomsky",
year = "2014",
booktitle = "Recursion: Complexity in Cognition",
editor = "Tom Roeper and Margaret Speas",
publisher = "Springer"
}
@book{carnie02,
author = "Andrew Carnie",
title = "Syntax: A Generative Introduction",
year = "2002",
publisher = "Blackwell"
}
@book{bouchard95,
author = "Denis Bouchard",
title = "The Semantics of Syntax: A Minimalist Approach to Grammar",
year = "1995",
publisher = "University of Chicago Press"
}
@article{comrie81,
author = "Bernard Comrie",
year = "1981",
title = "Ergativity and grammatical relations in {K}alaw {L}agaw {L}a ({S}aibai dialect)",
journal = "Australian Journal of Linguistics",
volume = "1",
pages = "1--42",
info = "Kagaw Lagaw La has acc for proper names/kin, tripartite for singular pronouns, neutral for nonsing pronouns and plural common nouns and ergative for non-plural common nouns."
}
@article{payne80,
author = "Payne, John R.",
year = "1980",
title = "The decay of ergativity in {P}amir languages",
journal = "Lingua",
volume = "51",
pages = "147--186",
info = "Rushan (and other Pamir langs) have trans subs and objs share a case (double-oblique, transitive case) while intrans objs have another"
}
@article{clark79,
title = "When nouns surface as verbs",
author = "Clark, Eve V. and Clark, Herbert H.",
year = "1979",
journal = "Language",
volume = "55.4",
pages = "767--811",
info = "The fire stations sirened throughout the raid. The factory sirened midday and everyone stopped for lunch. The police sirened the Porshce to stop. The police car sirened up to the accident. The police car sirened the daylights out of me."
}
@book{davies86,
author = "Davies, William D.",
year = "1986",
title = "Choctaw Verb Agreement and Universal Grammar",
publisher = "Riedel Publishing Company"
}
@article{moravcsik78,
author = "Moravcsik, Edith",
year = "1978",
title = "On the distribution of ergative and accusative patterns",
journal = "Lingua",
volume = "45",
pages = "233--279"
}
@misc{coon12,
author = "Jessica Coon",
title = "{TAM} Split Ergativity",
year = "2012"
}
@book{dixon94,
author = "Dixon, Robert Malcolm Ward",
year = "1994",
title = "Ergativity",
publisher = "Cambridge University Press"
}
@book{chomsky00,
author = "Noam Chomsky",
title = "New Horizons in the Study of Language and Mind",
year = "2000",
publisher = "Cambridge University Press",
quote = "In a perfectly designed language, each feature would be semantic or phonetic, not merely a device to create a position or to facilitate computation. If so, there are no uninterpretable formal features. That is too strong a requirement, it seems. Such prototypical formal features as structural case---Latin nominative and accusative, for example---have no interpretation at the semantic interface, and need not be expressed at the phonetic level. And there are other examples as well within inflectional systems."
}
@article{mccloskey00,
author = "James Mc{C}loskey",
title = "Quantifier float and wh-movement in an {I}rish {E}nglish",
year = "2000",
journal = "Linguistic Inquiry",
volume = "31.1",
pages = "57--84"
}
@misc{mcfadden15,
author = "Mc{F}adden, Thomas and Sundaresan, Sandhya",
year = "2015",
title = "Towards resolving the countercyclicity of the {E}{P}{P}"
}
@article{bolinger54,
author = "Bolinger, Dwight {Le {M}erton}",
year = "1954",
title = "English prosodic stress and {S}panish sentence order",
journal = "Hispania",
volume = "37.2",
pages = "152--156"
}
@article{kandybowicz06,
title = "Comp-trace effects explained away",
author = "Kandybowicz, Jason",
year = "2006",
journal = "Proceedings of the 25th West Coast Conference on Formal Linguistics"
}
@unpublished{hammond11,
title = "Phonology is the generative component",
author = "Michael Hammond",
year = "2011",
}
@article{fitzgerald94,
title = "Prosody drives the syntax: {O}'odham rhythm",
author = "Fitzgerald, Colleen",
year = "1994",
journal = "Proceedings of {B}{L}{S} 20"
}
@incollection{selkirk11,
author = "Selkirk, Elisabeth",
title = "The Syntax-Phonology Interface",
year = "2011",
booktitle = "The Handbook of Phonological Theory",
editor = "Goldsmith, John and Riggle, Jason and Yu, Alan C. L.",
publisher = "Blackwell"
}
@book{merchant01,
title = "The Syntax of Silence: Sluicing, Islands, and the Theory of Ellipsis",
author = "Jason Merchant",
year = "2001",
publisher = "Oxford University Press"
}
@incollection{vanderhulst05,
title = "Phonology is the same",
author = "{van der Hulst}, Harry",
year = "2005",
booktitle = "Organizing Grammar: Linguistic studies in honor of {H}enk van {R}iemsdijk",
editor = "Broekhuis, Hans and Corver, Norbert and Huybregts, Riny and Kleinhenz, Ursula and Koster, Jan",
publisher = "Mouton de Gruyter",
pages = "252--262"
}
@book{lutz96,
title = "On Extraction and Extraposition in German",
author = "Lutz, Uli and Pafel, J{\"u}rgen",
year = "1996",
publisher = "John Benjamins Publishing Company"
}
@incollection{muller05,
author = "M{\"u}ller, Gereon",
title = "On Extraposition and Successive Cyclicity",
year = "1996",
publisher = "John Benjamins Publishing Company",
editor = "Lutz, Uli and Pafel, J{\"u}rgen",
booktitle = "On Extraction and Extraposition in German"
}
@book{hualde03,
title = "A Grammar of {B}asque",
author = "Hualde, Jos\'e Ignacio and Ortiz de {U}rbina, Jon",
year = "2003",
publisher = "Mouton de Gruyter"
}
@phdthesis{ross67,
title = "Constraints on variables in syntax",
author = "Ross, John Robert",
year = "1967",
school = "MIT Press"
}
@article{salzmann11,
author = "Salzmann, Martin and H{\"a}ussler, Jana and Bader, Markus and Bayer, Josef",
title = "That-trace effects without traces: An experimental investigation",
journal = "Proceedings from the 42nd Annual Meeting of the North East Linguistics Society",
volume = "2",
year = "2011"
}
@book{richards10,
author = "Norvin Richards",
year = "2010",
publisher = "MIT Press",
title = "Uttering Trees"
}
@article{butler04,
author = "Butler, Jonny",
title = "On Having Arguments and Agreeing: Semantic {E}{P}{P}",
year = "2004",
journal = "York Papers in Linguistics",
volume = "2.1"
}
@phdthesis{snyder03,
author = "Snyder, Kieran Margaret",
year = "2003",
title = "The relationship between form and function in ditransitive construction",
school = "University of Pennsylvania"
}
@article{an07,
author = "An, Duk-{H}o",
title = "Clauses in Noncanonical Positions at the Syntax-Phonology Interface",
year = "2007",
journal = "Syntax",
volume = "10.1",
pages = "38--79"
}
@inproceedings{richards12,
author = "Richards, Norvin",
year = "2012",
booktitle = "Workshop on Locality and Directionality at the Morphosyntax-Phonology Interface",
title = "Generalizing a metrical {E}{P}{P}"
}
@incollection{pesetsky01,
author = "Pesetsky, David and Torrego, Esther",
title = "T-to{C} movement: Causes and consequences",
year = "2001",
booktitle = "Ken Hale: A Life in Language",
editor = "Kenstowicz, Michael",
pages = "355--426",
publisher = "MIT Press"
}
@phdthesis{fulmer97,
author = "Fulmer, Sandra Lee",
school = "University of Arizona",
title = "Parallelism and Planes in Optimality Theory: Evidence from {A}far",
year = "1997"
}
@book{derbyshire86,
author = "Derbyshire, Desmond Cyril",
year = "1986",
title = "Hixkaryana and Linguistic Typology",
publisher = "Summer Institute of Linguistics"
}
@book{selkirk84,
title = "Phonology and Syntax: The Relation Between Sound and Structure",
author = "Selkirk, Elisabeth O.",
year = "1984",
publisher = "MIT Press"
}
@article{lucas76,
title = "Econometric policy evaluation: A critique",
author = "Robert Lucas",
year = "1976",
journal = "Carnegie-Rochester Conference Series on Public Policy",
volume = "1",
pages = "19--46"
}
@book{soros09,
author = "George Soros",
title = "The Crash of 2008 and What It Means: The New Paradigm for Financial Markets",
year = "2009",
publisher = "PublicAffairs"
}
@book{krugman96,
title = "The Self-Organizing Economy",
author = "Paul Krugman",
year = "1996",
publisher = "Blackwell"
}
@book{salatin07,
author = "Joel Salatin",
title = "Everything I Want to Do Is Illegal: War Stories from the Local Food Front",
year = "2007",
publisher = "Polyface"
}
@article{evans09,
author = "Evans, Nicholas and Levinson, Stephen C.",
title = "The myth of language universals: Language diversity and its importance for cognitive science",
year = "2009",
journal = "Behavioral and Brain Sciences"
}
@book{evans14,
author = "Vyvyan Evans",
year = "2014",
title = "The Language Myth: Why Language Is Not an Instinct",
publisher = "Cambridge University Press"
}
@incollection{chomsky70,
author = "Noam Chomsky",
title = "Deep Structure, Surface Structure, and Semantic Interpretation",
booktitle = "Studies in General and Oriental Linguistics Presented to Shiro Hattori on the Occasion of His Sixtieth Birthday",
publisher = "TEC Co. Ltd",
year = "1970"
}
@book{hofstadter79,
author = "Douglas Hofstader",
title = "G{\"o}del, {E}scher, {B}ach: an Eternal Golden Braid",
year = "1979",
publisher = "Basic Books"
}
@article{belletti88,
author = "Belleti, Adriana and Luigi Rizzi",
year = "1988",
title = "Psych-verbs and {\texttheta} theory",
journal = "Natural Language and Linguistic Theory",
volume = "6",
pages = "291--352"
}
@book{karimi03,
author = "Simin Karimi",
year = "2003",
title = "Word Order and Scrambling",
publisher = "Blackwell Publishing Ltd."
}
@article{han07,
author = "Han, Chung-hye and Lidz, Jeffrey and Musolino, Julien",
title = "V-raising and grammar competition in {K}orean: Evidence from negation and quantifier scope",
year = "2007",
journal = "Linguistic Inquiry",
volume = "38.1"
}
@book{karimi05,
author = "Karimi, Simin",
year = "2005",
title = "A Minimalist Approach to Scrambling: Evidence from Persian",
publisher = "Mouton de Gruyter"
}
@phdthesis{arregi02,
author = "Arregi, Carlos",
year = "2002",
title = "Focus on {B}asque movements",
school = "MIT Press"
}
@incollection{uribe02,
year = "2002",
author = "Uribe-Etxebarria, Myriam",
title = "In situ questions and masked movement",
booktitle = "Linguistic Variation Yearbook",
editor = "Pica, P. and Rooryck, J.",
publisher = "John Benjamins"
}
@book{bayer96,
title = "Directionality and logical form: on the scope of focusing particles and wh-in-situ",
author = "Bayer, Josef",
year = "1996",
publisher = "Kluwer Academic"
}
@article{fox99,
author = "Fox, Danny and Nissenbaum, Jon",
title = "Extraposition and Scope: A Case for Overt QR",
year = "1999",
journal = "Proceedings of the West Coast Conference on Formal Linguistics",
volume = "18"
}
@article{ernst98,
author = "Ernst, Thomas",
year = "1998",
title = "Case and parameterization of scope ambiguities",
journal = "Natural Language \& Linguistic Theory",
volume = "16.1",
pages = "101--148"
}
@article{aoun93,
author = "Aoun, Joseph and Li, Audrey",
year = "1993",
title = "Scope and Consituency",
journal = "Linguistic Inquiry",
volume = "20",
pages = "141--172"
}
@book{sharma87,
author = "Sharma, Rama Nath",
title = "The {A}\textsubdot{s}\textsubdot{t}\=adhy\=ay\=i of P\=a\textsubdot{n}ini",
year = "1987",
publisher = "Munshiram Manoharlal"
}
vol I:
Comment on Mahabhasya (42)
Colorless green ideas comparison (50)
Comparison to generative semantics (51)
rule types (89)
@article{krazter07,
author = "Kratzer, Angelika and Selkirk, Elisabeth",
title = "Phase theory and prosodic spellout: The case of verbs",
year = "2007",
journal = "The Linguistic Review",
volume = "24",
pages = "93--135"
}
@book{berwick15,
author = "Berwick, Robert and Chomksy, Noam",
title = "Why Only Us: Language and Evolution",
year = "2015",
publisher = "MIT Press"
}
@book{sampson97,
author = "Geoffrey Sampson",
year = "1997",
title = "Educating Eve -- The `Language Instinct' Debate",
publisher = "Cassell"
}
@book{sampson80,
author = "Geoffrey Sampson",
publisher = "Hutchinson",
title = "Schools of Linguistics: Competition and evolution",
year = "1980"
}
@article{agbayani10,
author = "Agbayani, Brian and Golston, Chris",
year = "2010",
title = "Phonological movement in {C}lassical {G}reek",
journal = "Language",
pages = "133--167",
volume = "86.1"
}
@article{agbayani11,
author = "Agbayani, Brian and Golston, Chris and Henderer, Dasha",
title = "Prosodic Movement",
year = "2011",
journal = "Proceedings of the 28th West Coast Conference on Formal Linguistics",
pages = "231--239"
}
@article{agbayani12,
author = "Agbayani, Brian and Golston, Chris",
year = "2012",
journal = "Proceedings of the 23rd Annual UCLA Indo-European Conference",
pages = "1--15",
title = "Clitic Order in {H}ittite"
}
@article{agbayani16,
author = "Agbayani, Brian and Golston, Chris",
journal = "Phonology",
title = "Phonological constituents and their movement in {L}atin",
volume = "33",
pages = "1--42"
}
@article{gutierrez03,
title = "Subject inversion in {S}panish relative clauses: A case of prosody-induced word order variation without narrow focus",
author = "Guiti\'errez-Bravo, Rodgrido",
year = "2003",
journal = "Romance Languages and Linguistic Theory"
}
@article{choi03,
author = "Choi, Youngson and Mazuka, Reiko",
title = "Young Children's Use of Prosody in Sentence Parsing",
year = "2003",
journal = "Journal of Psycholinguistic Research",
volume = "32.2",
pages = "197--217"
}