Practical Grammar 3: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
No edit summary  | 
				No edit summary  | 
				||
| Line 1: | Line 1: | ||
== Features ==  | |||
The lexical entries in Grammar 1 all looked like the following:  | |||
this D;<br>  | |||
those D;<br>  | |||
bottle N;<br>  | |||
bottles N;  | |||
Together with the rule  | |||
NP -> D N;  | |||
the grammar accepts all the following strings as grammatical:  | |||
(1)  this bottle<br>  | |||
(2) *those bottle<br>  | |||
(3)  those bottles<br>  | |||
(4) *those bottle  | |||
Revision as of 08:43, 10 November 2020
Features
The lexical entries in Grammar 1 all looked like the following:
this D;
those D;
bottle N;
bottles N;
Together with the rule
NP -> D N;
the grammar accepts all the following strings as grammatical:
(1)  this bottle
(2) *those bottle
(3)  those bottles
(4) *those bottle