This repository has been archived by the owner on Jul 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
twoc.prs
74 lines (73 loc) · 1.83 KB
/
twoc.prs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
% David Ly, lydavid1, 1001435501
<'the student persuaded the teacher to sleep'
{ :'srule:the student persuaded the teacher to sleep'
s(
mood: indicative(
tense: tense),
vsem: v_sem(
obj: $3 = beneficiary,
ref: $4 = persuadee,
subj: $5 = persuader,
vtense: past))
{ :'np_rule:the student'
np(
nsem: n_sem)
{ :'lexicon:the'
det
}
{ :'lexicon:student'
n(
nsem: student)
}
}
{ :'vp_rule//2:persuaded the teacher to sleep'
vp(
mood: indicative(
tense: tense),
vsem: v_sem(
obj: $3,
ref: $4,
subj: $5,
vtense: $7 = past))
{ :'lexicon:persuaded'
v(
vsem: v_sem(
obj: persuadee,
ref: $4,
subj: $5,
vtense: $7))
}
{ :'np_rule:the teacher'
np(
nsem: n_sem)
{ :'lexicon:the'
det
}
{ :'lexicon:teacher'
n(
nsem: teacher)
}
}
{ :'inf_clause_rule//0:to sleep'
inf_clause(
mood: infinitive,
vsem: v_sem(
obj: beneficiary,
ref: $4,
subj: $5,
vtense: $7))
{ :'lexicon:to'
toinf
}
{ :'lexicon:sleep'
v(
vsem: v_sem(
obj: role,
ref: expectee,
subj: role,
vtense: present))
}
}
}
}
>