d@0: function data = readDataSet() d@0: d@0: d@0: d@0: d@0: data = {'How long has this been going on?' 'Wh' 'rf'; %1 d@0: 'But don`t you remember?' 'YN' 'rf'; %2 d@0: 'Is there life on Mars?' 'YN' 'x'; %3 d@0: 'Can you feel the love tonight?' 'YN' 'f'; %4 d@0: 'What have I done?' 'Wh' 'lr'; %5 d@0: 'Are we human or are we dancers?' 'Wh' 'rf'; %6 d@0: 'You want me to love you, love some other man too?' 'YN' 'h'; %7 d@0: 'How can anybody possibly know how I feel?' 'Wh' 'h'; %8 d@0: 'D?you know what I mean?' 'YN' 'f'; %9 d@0: 'Do you remember?' 'YN' 'rf'; %10 d@0: 'Do you remember the first time?' 'YN' 'f'; %11 d@0: 'Who want to live forever?' 'Wh' 'rf'; %12 d@0: 'Is this the real life?' 'YN' 'f'; %13 d@0: 'Is this just fantasy?' 'YN' 'f'; %14 d@0: 'Who do you think you are?' 'Wh' 'fr'; %15 d@0: 'And how many times do you swear, you will never love again?' 'Wh' 'f'; %16 d@0: 'Why don?t we do it on the road?' 'Wh' 'f'; %17 d@0: 'How deep is your love?' 'Wh' 'x'; %18 d@0: 'Should I stay or should I go?' 'Echo' 'x'; %19 d@0: 'How can you say, I go about things the wrong way?' 'Wh' 'f'; %20 d@0: 'Who are you?' 'Wh' 'f'; %21 d@0: 'Why does it always rain on me?' 'Wh' 'f'; %22 d@0: }; d@0: d@0: d@0: end