(422 . 12)(422 . 14)
13 # Retrieve raw lines in classical Phf format:
14 for l in lines:
15 action = ""
16 speaker = "%s;" % l['speaker']
17 if l['self']:
18 action = "*;"
19 res += "%s;%s;%s%s;%s\n" % (l['idx'],
20 speaker = "%s " % l['speaker']
21 res += "%s;%s;%s%s%s\n" % (l['idx'],
22 l['t'].strftime('%s'),
23 action,
24 l['speaker'],
25 speaker,
26 l['payload'])
27
28 # Return plain text: