Grammar Writing: Week 7: Difference between revisions
Jump to navigation
Jump to search
Nikoschenk (talk | contribs) No edit summary |
Nikoschenk (talk | contribs) |
||
| Line 23: | Line 23: | ||
<span style="color: blue>Task 1:</span> | <span style="color: blue>Task 1:</span> | ||
Add lexicon entries for "she", "her", "help", "receives", "shouts" | Add lexicon entries for "she", "her", "help", "receives", "shouts", "run" | ||
<span style="color: blue>Task 2:</span> | <span style="color: blue>Task 2:</span> | ||
| Line 58: | Line 58: | ||
</nowiki> | </nowiki> | ||
<span style="color: blue>Task | <span style="color: blue>Task:</span> | ||
Add the same lexicon entries and rules. "her shouts" should not be recognized by the grammar! | Add the same lexicon entries and rules. "her shouts" should not be recognized by the grammar! | ||
| Line 92: | Line 92: | ||
. | . | ||
</nowiki> | </nowiki> | ||
<span style="color: blue>Task:</span> | |||
Add the same lexicon entries and rules. "she run" should not be recognized by the grammar! | |||
| Line 124: | Line 130: | ||
<span style="color: blue>Task | <span style="color: blue>Task:</span> | ||
Add the same lexicon entries and rules. "she receives", "she shouts help" should not be recognized by the grammar! | Add the same lexicon entries and rules. "she receives", "she shouts help" should not be recognized by the grammar! | ||
Revision as of 11:44, 27 November 2017
Tutorial Session (November 27th)
Grammar 1 (Basic)
type_hierarchy
bot
bool
minus
plus
sign syntax:part_of_speech
phrase dtrs:list
word
part_of_speech
sentence
verb
noun
list
ne_list tl:list hd:bot
e_list
.
Task 1:
Add lexicon entries for "she", "her", "help", "receives", "shouts", "run"
Task 2:
Add grammar rules so that the following two sentences are correctly recognized: "she shouts" and "she receives help".
Grammar 2 (Case)
type_hierarchy
bot
sign syntax:syntax
phrase dtrs:list
word
list
ne_list tl:list hd:bot
e_list
pos
verb
noun case:case
s
prep
syntax head:pos
case
acc
nom
.
Task:
Add the same lexicon entries and rules. "her shouts" should not be recognized by the grammar!
Grammar 3 (Vform)
type_hierarchy
bot
sign syntax:syntax
phrase dtrs:list
word
list
ne_list tl:list hd:bot
e_list
vform
fin
nonfin
prp
pfp
base
pos
verb vform:vform
noun case:case
s
prep
syntax head:pos
case
acc
nom
.
Task:
Add the same lexicon entries and rules. "she run" should not be recognized by the grammar!
Grammar 4 (Complements)
type_hierarchy
bot
sign syntax:syntax comps:list
phrase dtrs:list
word
list
ne_list tl:list hd:bot
e_list
vform
fin
nonfin
prp
pfp
base
pos
verb vform:vform
noun case:case
s
prep
syntax head:pos
case
acc
nom
.
Task:
Add the same lexicon entries and rules. "she receives", "she shouts help" should not be recognized by the grammar!
Navigation: