gen_arranger_input.py [45:52]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                    pairs[s] += [pair]
                    if t != '':
                        t += ' '
                    if j % 2 == 0:
                        t += 'user: '
                    else:
                        t += 'system: '
                    t += clean(data[i]["turns"][j]["utterance"])
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



gen_parlai_data.py [35:42]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                pairs[s] += [pair]
                if t != '':
                    t += ' '
                if j % 2 == 0:
                    t += 'user: '
                else:
                    t += 'system: '
                t += clean(data[i]["turns"][j]["utterance"])
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



