Annotated examples

Note: In the examples, XML opening brackets "<" are followed by a space, to avoid confusion with HTML code that might occur in some browsers.

Example 1
Dialogue fragment:
1. P1: Do you know what time the next train to Utrecht leaves?
2. P2: The next train to Utrecht leaves I think at 8.32.

Functional segments:
fs1 = "Do you know what time the next train to Utrecht leaves?"
fs2.1 = "The next train to Utrecht leaves"
fs2.2 = "The next train to Utrecht leaves I think at 8.32."

(XML-based representation of) DiAML annotation:
< diaml: xmlns:"http://www.iso.org/diaml/">
< dialogueAct xml:id="da1" target="fs1" 
    sender="#p1" 
    addressee="#p2" 
    communicativeFunction="setQuestion" 
    dimension="task" 
    conditionality="conditional"/> 
< dialogueAct xml:id="da2" target="fs2.1"/>
    sender="#p2"
    addressee="#p1"
    communicativeFunction="inform"
    dimension="autoFeedback"/>
< feedbackDependence dact="#da2" fbSegment="#fs1">
< dialogueAct xml:id="da3" target="fs2.2"/>
    sender="#p2"
    addressee="#p1"
    communicativeFunction="answer"
    xsdimension="task"/>
< functionalDependence dact="#da3" functAntecdent="#da1">
< /diaml>


More examples coming soon.

Last updated: January 28, 2011.