20.07.2013 Views

Notes on computational linguistics.pdf - UCLA Department of ...

Notes on computational linguistics.pdf - UCLA Department of ...

Notes on computational linguistics.pdf - UCLA Department of ...

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Stabler - Lx 185/209 2003<br />

10.5 Summary and implementati<strong>on</strong><br />

It is important to see that the rather complex range <strong>of</strong> c<strong>on</strong>structi<strong>on</strong>s surveyed in the previous secti<strong>on</strong>s §§10.3,10.4,<br />

are all derived from a remarkably simple grammar. Here is the whole thing:<br />

% File : gh5.pl<br />

% Author : E Stabler<br />

% Updated: Feb 2002<br />

5 % complementizers<br />

[ ]::[=’T’,’C’]. [ ]::[=>’T’,’C’]. [ ]::[=>’T’,+wh,’C’]. [ ]::[=’T’,+wh,’C’].<br />

[that]::[=’T’,’Ce’]. [ ]::[=’T’,’Ce’]. % embedded clause<br />

[ ]::[=’T’,+wh,’Cwh’]. [ ]::[=>’T’,+wh,’Cwh’]. % embedded wh-clause<br />

10 % finite tense<br />

[’-s’]::[v==>,+k,’T’]. % for affix hopping<br />

[’-s’]::[=>’Modal’,+k,’T’]. [’-s’]::[=>’Have’,+k,’T’]. [’-s’]::[=>’Be’,+k,’T’]. [’-s’]::[=v,+k,’T’].<br />

%simplenouns<br />

15 [queen]::[’N’]. [pie]::[’N’]. [human]::[’N’]. [car]::[’N’]. [’Goth’]::[’N’].<br />

[c<strong>of</strong>fee]::[’N’]. [shirt]::[’N’]. [language]::[’N’]. [king]::[’N’].<br />

% determiners<br />

[the]::[=’Num’,’D’,−k]. [every]::[=’Num’,’D’,−k]. [a]::[=’Num’,’D’,−k]. [an]::[=’Num’,’D’,−k].<br />

20 [some]::[=’Num’,’D’,−k]. [some]::[’D’,−k].<br />

% number marking (singular, plural)<br />

[ ]::[=’N’,’Num’]. [’-s’]::[’N’==>,’Num’].<br />

25 % names as lexical DPs<br />

[’Titus’]::[’D’,−k]. [’Lavinia’]::[’D’,−k]. [’Tamara’]::[’D’,−k]. [’Saturninus’]::[’D’,−k].<br />

[’Rome’]::[’D’,−k]. [’Sunday’]::[’D’,−k].<br />

%pr<strong>on</strong>ounsaslexicaldeterminers<br />

30 [she]::[’D’,−k]. [he]::[’D’,−k]. [it]::[’D’,−k]. [’I’]::[’D’,−k]. [you]::[’D’,−k]. [they]::[’D’,−k]. %nom<br />

[her]::[’D’,−k]. [him]::[’D’,−k]. [me]::[’D’,−k]. [us]::[’D’,−k]. [them]::[’D’,−k]. %acc<br />

[my]::[=’Num’,’D’,−k]. [your]::[=’Num’,’D’,−k].<br />

[her]::[=’Num’,’D’,−k]. [his]::[=’Num’,’D’,−k]. [its]::[=’Num’,’D’,−k]. %gen<br />

35 % wh determiners<br />

[which]::[=’Num’,’D’,−k,−wh]. [which]::[’D’,−k,−wh].<br />

[what]::[=’Num’,’D’,−k,−wh]. [what]::[’D’,−k,−wh].<br />

% auxiliary verbs<br />

40 [will]::[=’Have’,’Modal’]. [will]::[=’Be’,’Modal’]. [will]::[=v,’Modal’].<br />

[have]::[=’Been’,’Have’]. [have]::[=ven,’Have’].<br />

[be]::[=ving,’Be’]. [been]::[=ving,’Been’].<br />

% little v<br />

45 [ ]::[=>’V’,=’D’,v]. [’-en’]::[=>’V’,=’D’,ven]. [’-ing’]::[=>’V’,=’D’,ving].<br />

[’-en’]::[=>’V’,ven]. [’-ing’]::[=>’V’,ving].<br />

50<br />

% DP-selecting (transitive) verbs - select an object, and take a subject too (via v)<br />

[praise]::[=’D’,+k,’V’]. [sing]::[=’D’,+k,’V’]. [eat]::[=’D’,+k,’V’]. [have]::[=’D’,+k,’V’].<br />

% intransitive verbs - select no object, but take a subject<br />

[laugh]::[’V’]. [sing]::[’V’]. [charge]::[’V’]. [eat]::[’V’].<br />

% CP-selecting verbs<br />

55 [know]::[=’Ce’,’V’]. [know]::[=’Cwh’,’V’]. [know]::[=’D’,+k,’V’]. [know]::[’V’].<br />

[doubt]::[=’Ce’,’V’]. [doubt]::[=’Cwh’,’V’]. [doubt]::[=’D’,+k,’V’]. [doubt]::[’V’].<br />

[think]::[=’Ce’,’V’]. [think]::[’V’].<br />

222

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!