Practical Grammar Help: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
 (Created page with "=== Lexical entries === 1. snores V;  2. snores V           [PER:3,            NUM:sg];  === Sentences === If your sentence is not recognized, but you also do not get an error...")  | 
				No edit summary  | 
				||
| (20 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. snores V;  | 1.    | ||
 snores V;  | |||
2. 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 ===  | === Sentences ===  | ||
If your sentence is not recognized, but you also do not get an error message, then check the following:  | 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;  | |||
}  | |||
<br>  | |||
<br>  | |||
<div align="center">  | |||
   [[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>  | |||
<!--  | |||
[[Practical_Grammar_4| '''Week 4''']]  [[Practical_Grammar_5| '''Week 5''']] [[Practical_Grammar_6| '''Week 6''']] [[Practical_Grammar_7| '''Week 7''']] [[Practical_Grammar_8| '''Week 8''']] [[Practical_Grammar_9| '''Week 9''']] [[Practical_Grammar_10| '''Week 10''']] [[Practical_Grammar_11| '''Week 11''']] [[Practical_Grammar_12| '''Project''']]  | |||
-->  | |||
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;
}