File: example.apml

package info (click to toggle)
festival 1.96~beta-7
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 5,132 kB
  • ctags: 3,867
  • sloc: cpp: 25,214; lisp: 14,655; sh: 4,989; java: 1,536; ansic: 1,004; makefile: 776; xml: 291; perl: 87
file content (114 lines) | stat: -rw-r--r-- 3,439 bytes parent folder | download | duplicates (12)
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
<?xml version='1.0'?>
<!DOCTYPE apml SYSTEM "apml.dtd" []>

<apml>

<turnallocation type="take"> 
<performative type="greet"> 
<rheme>Good <emphasis x-pitchaccent="Hstar">morning </emphasis> 
       Mr Smith<boundary type="LL"/>
</rheme> 
</performative> 
</turnallocation>


<performative type="inform">
<theme belief-relation="gen-spec"
               affect="sorry-for"> 
       I'm sorry to <emphasis x-pitchaccent="LplusHstar">tell</emphasis> you 
<boundary type="LH"/>
</theme>
<rheme>that you have been <emphasis x-pitchaccent="Hstar"> diagnosed </emphasis> 
       as <emphasis x-pitchaccent="Hstar">suffering</emphasis> 
       from a <emphasis x-pitchaccent="Hstar"
                        adjectival="small">mild</emphasis> 
       <emphasis x-pitchaccent="Hstar">form</emphasis> 
       of what we call <emphasis x-pitchaccent="Hstar">angina</emphasis>
                       <emphasis x-pitchaccent="Hstar">pectoris</emphasis>.
       <boundary type="LL"/>
</rheme>
</performative> 

<performative type="inform">
<theme belief-relation="gen-spec">
       This is 
</theme>
<rheme>
        a <emphasis x-pitchaccent="Hstar"> spasm </emphasis>
        of the <emphasis x-pitchaccent="Hstar"
                         deictic="0 30 0"> chest </emphasis>
       <boundary type="LL"/>,
</rheme>
<theme belief-relation="gen-spec">
       resulting from
</theme>
<rheme belief-relation="cause-effect">
       overexertion when the <emphasis x-pitchaccent="Hstar"> heart </emphasis> 
       is diseased
       <boundary type="LL"/>
</rheme>
</performative>

<performative type="suggest">
<theme belief-relation="solutionhood">
       To <emphasis x-pitchaccent="LplusHstar">solve </emphasis>
       this problem
       <boundary type="LH"/>, 
</theme>
<rheme belief-relation="suggestion">
       there are two 
       <emphasis x-pitchaccent="Hstar">drugs </emphasis>I would like you to take. 
       <boundary type="LL"/>
</rheme>
</performative> 

<performative type="inform">
<theme> The <emphasis x-pitchaccent="LplusHstar">first</emphasis> 
        one 
        <boundary type="LH"/>
</theme> 
<rheme>is <emphasis>Aspirin,</emphasis> <boundary type="LL"/></rheme>
 

<theme belief-relation="modifier">
       which is 
</theme>
<rheme>an <emphasis>analgesic.</emphasis><boundary type="LL"/></rheme>	
</performative> 

<performative type="paraphrase">
<theme belief-relation="gen-spec"
              affect="relief">
       that is,
</theme>
<rheme>it <emphasis x-pitchaccent="Hstar">relieves</emphasis>
       the <emphasis x-pitchaccent="Hstar">pain.</emphasis> 
       <boundary type="LL"/>
</rheme>
</performative>

<performative type="inform">	
<theme> I have <emphasis x-pitchaccent="LplusHstar">prescribed</emphasis> it 
        <boundary type="LH"/>
</theme>
<rheme belief-relation="justification">
       to cure your <emphasis x-pitchaccent="Hstar">angina </emphasis> 
       <boundary type="LL"/>
</rheme>
</performative>

<performative type="inform">
<theme affect="sorry-for"> The <emphasis x-pitchaccent="LplusHstar"
                      adjectival="tiny">only 
	    </emphasis> 
            <emphasis x-pitchaccent="LplusHstar"
                      adjectival="tiny">problem 
            </emphasis> 
        <boundary type="LH"/>
</theme> 
<rheme>is that this drug can be associated with 
	some <emphasis x-pitchaccent="Hstar">sideeffects</emphasis> 
       <boundary type="LL"/>.
</rheme>
</performative>
</apml>