-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdeduce-97.2.xml
155 lines (151 loc) · 5.74 KB
/
deduce-97.2.xml
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE VNCLASS SYSTEM "vn_class-3.dtd">
<VNCLASS ID="deduce-97.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="vn_schema-3.xsd">
<MEMBERS>
<MEMBER name="reason" wn="reason%2:31:01" grouping="reason.01"/>
<MEMBER name="reason_out" wn="reason_out%2:31:00" grouping=""/>
<MEMBER name="conclude" wn="conclude%2:31:00" grouping="conclude.03"/>
<MEMBER name="derive" wn="derive%2:31:00" grouping="derive.02"/>
<MEMBER name="disprove" wn="disprove%2:31:00" grouping=""/>
<MEMBER name="infer" wn="infer%2:31:00" grouping="infer.01"/>
<MEMBER name="deduct" wn="deduct%2:31:00" grouping="deduct.02"/>
<MEMBER name="deduce" wn="deduce%2:31:00 deduce%2:32:00" grouping="deduce.01"/>
<MEMBER name="gather" wn="gather%2:32:00" grouping="gather.04"/>
<MEMBER name="conceive" wn="conceive%2:31:00" grouping="conceive.01"/>
<MEMBER name="prove" wn="prove%2:31:00" grouping="prove.01"/>
<MEMBER name="rationalize" wn="rationalize%2:31:00" grouping="rationalize.01"/>
</MEMBERS>
<THEMROLES>
<THEMROLE type="Agent">
<SELRESTRS logic="or">
<SELRESTR Value="+" type="animate"/>
<SELRESTR Value="+" type="organization"/>
</SELRESTRS>
</THEMROLE>
<THEMROLE type="Theme">
<SELRESTRS/>
</THEMROLE>
<THEMROLE type="Source">
<SELRESTRS/>
</THEMROLE>
</THEMROLES>
<FRAMES>
<FRAME>
<DESCRIPTION descriptionNumber="0.2" primary="NP V NP" secondary="NP" xtag="0.2"/>
<EXAMPLES>
<EXAMPLE>He deduced the truth about the story.</EXAMPLE>
</EXAMPLES>
<SYNTAX>
<NP value="Agent">
<SYNRESTRS/>
</NP>
<VERB/>
<NP value="Theme">
<SYNRESTRS/>
</NP>
</SYNTAX>
<SEMANTICS>
<PRED value="conclude">
<ARGS>
<ARG type="Event" value="during(E)"/>
<ARG type="ThemRole" value="Agent"/>
<ARG type="ThemRole" value="Theme"/>
<ARG type="ThemRole" value="?Source"/>
</ARGS>
</PRED>
</SEMANTICS>
</FRAME>
<FRAME>
<DESCRIPTION descriptionNumber="8.1" primary="NP V NP PP.source" secondary="NP-PP; from-PP" xtag="0.2"/>
<EXAMPLES>
<EXAMPLE>He deduced the truth from the facts.</EXAMPLE>
</EXAMPLES>
<SYNTAX>
<NP value="Agent">
<SYNRESTRS/>
</NP>
<VERB/>
<NP value="Theme">
<SYNRESTRS/>
</NP>
<PREP value="from">
<SELRESTRS/>
</PREP>
<NP value="Source">
<SYNRESTRS/>
</NP>
</SYNTAX>
<SEMANTICS>
<PRED value="conclude">
<ARGS>
<ARG type="Event" value="during(E)"/>
<ARG type="ThemRole" value="Agent"/>
<ARG type="ThemRole" value="Theme"/>
<ARG type="ThemRole" value="Source"/>
</ARGS>
</PRED>
</SEMANTICS>
</FRAME>
<FRAME>
<DESCRIPTION descriptionNumber="8.1" primary="NP V that S PP.theme" secondary="PP-THAT-S; from-PP" xtag="0.2"/>
<EXAMPLES>
<EXAMPLE>He deduced that she was a spy from miniature camera she had in her pen.</EXAMPLE>
</EXAMPLES>
<SYNTAX>
<NP value="Agent">
<SYNRESTRS/>
</NP>
<VERB/>
<PREP value="from">
<SELRESTRS/>
</PREP>
<NP value="Theme">
<SYNRESTRS>
<SYNRESTR Value="+" type="that_comp"/>
</SYNRESTRS>
</NP>
<NP value="Source">
<SYNRESTRS/>
</NP>
</SYNTAX>
<SEMANTICS>
<PRED value="conclude">
<ARGS>
<ARG type="Event" value="during(E)"/>
<ARG type="ThemRole" value="Agent"/>
<ARG type="ThemRole" value="Theme"/>
<ARG type="ThemRole" value="Source"/>
</ARGS>
</PRED>
</SEMANTICS>
</FRAME>
<FRAME>
<DESCRIPTION descriptionNumber="8.1" primary="NP V that S" secondary="S" xtag="0.2"/>
<EXAMPLES>
<EXAMPLE>He deduced that this factor must have influenced the system.</EXAMPLE>
</EXAMPLES>
<SYNTAX>
<NP value="Agent">
<SYNRESTRS/>
</NP>
<VERB/>
<NP value="Theme">
<SYNRESTRS>
<SYNRESTR Value="+" type="that_comp"/>
</SYNRESTRS>
</NP>
</SYNTAX>
<SEMANTICS>
<PRED value="conclude">
<ARGS>
<ARG type="Event" value="during(E)"/>
<ARG type="ThemRole" value="Agent"/>
<ARG type="ThemRole" value="Theme"/>
<ARG type="ThemRole" value="?Source"/>
</ARGS>
</PRED>
</SEMANTICS>
</FRAME>
</FRAMES>
<SUBCLASSES/>
</VNCLASS>