Practical Grammar Help: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
No edit summary  | 
				No edit summary  | 
				||
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<font face="Arial, Helvetica, sans-serif">  | |||
<font size="3">  | |||
=== Lexical entries ===  | === Lexical entries ===  | ||
1.    | 1.    | ||
| Line 20: | Line 23: | ||
# If one c-structure rule has functional annotations, then ALL other c-structure rules must be annotated as well.  | # If one c-structure rule has functional annotations, then ALL other c-structure rules must be annotated as well.  | ||
4. The annotation of PPs  | |||
 VP → V DP PP  | |||
 {  | |||
 ↑=↓1;  | |||
 (↑OBJ) = ↓2;  | |||
 let prep_phrase in ↓3  | |||
   (↑(prep_phrase PCASE)) = prep_phrase;  | |||
}  | |||
| Line 27: | Line 38: | ||
<div align="center">  | <div align="center">  | ||
    [[Practical_Grammar |'''Main page''']] [[Practical_Grammar_2| '''Week 2''']] [[Practical_Grammar_3| '''Week 3''']] '''Help'''  |     [[Practical_Grammar |'''Main page''']] [[Practical_Grammar_2|'''Week 2''']] [[Practical_Grammar_3|'''Week 3''']] [[Practical_Grammar_4|'''Week 4''']] [[Practical_Grammar_5|'''Week 5''']] [[Practical_Grammar_6|'''Week 6''']] '''Help'''  | ||
</div>  | </div>  | ||
Latest revision as of 07:17, 2 November 2021
Lexical entries
1.
snores V;
2.
snores V
       [PER:3,
        NUM:sg];
3. The word "in" is a reserved word. Put "in" in quotation marks for the preposition.
Sentences
If your sentence is not recognized, but you also do not get an error message, then check the following:
- Sentences should not end with a period.
 - Sentences should not end with a blank space.
 
Grammar
- If one c-structure rule has functional annotations, then ALL other c-structure rules must be annotated as well.
 
4. The annotation of PPs
VP → V DP PP
{
↑=↓1;
(↑OBJ) = ↓2;
let prep_phrase in ↓3
  (↑(prep_phrase PCASE)) = prep_phrase;
}