# we start with the number of discourses 10 # followed by the discourses theirselves, one line for every discourse # 0 This is discource 0 # 1 This is discource 1 # 2 This is discource 2 # 3 This is discource 3 # 4 This is discource 4 # 5 This is discource 5 # 6 This is discource 6 # 7 This is discource 7 # 8 This is discource 8 # 9 This is discource 9 # finally we encode the costfuction # we start with the initial cost function, but the order doen't matter #the first line encodes that the cost of starting with discourse 0 is 65 -1 0 65 -1 1 433 -1 2 150 -1 3 95 -1 4 576 -1 5 347 -1 6 541 -1 7 948 -1 8 954 -1 9 454 # here's the encoding for the transition cost function # the following line encodes that the cost of using discourse 1 # imedeately after discourse 0 is 155. 0 1 155 0 2 103 0 3 797 0 4 255 0 5 884 0 6 727 0 7 703 0 8 80 0 9 60 1 0 497 1 2 781 1 3 979 1 4 492 1 5 572 1 6 195 1 7 585 1 8 696 1 9 277 2 0 338 2 1 782 2 3 342 2 4 771 2 5 932 2 6 437 2 7 324 2 8 255 2 9 979 3 0 248 3 1 185 3 2 409 3 4 404 3 5 172 3 6 513 3 7 177 3 8 427 3 9 373 4 0 904 4 1 107 4 2 454 4 3 964 4 5 604 4 6 211 4 7 919 4 8 72 4 9 783 5 0 91 5 1 657 5 2 455 5 3 368 5 4 996 5 6 213 5 7 710 5 8 743 5 9 121 6 0 123 6 1 43 6 2 377 6 3 78 6 4 292 6 5 562 6 7 488 6 8 696 6 9 734 7 0 873 7 1 138 7 2 350 7 3 753 7 4 245 7 5 804 7 6 693 7 8 849 7 9 588 8 0 922 8 1 775 8 2 679 8 3 555 8 4 207 8 5 23 8 6 527 8 7 420 8 9 733 9 0 247 9 1 542 9 2 857 9 3 290 9 4 919 9 5 935 9 6 582 9 7 457 9 8 399