Mercurial > hg > do-we-sing-like-we-speak
view _Old/PitchTrackV2/readDataSet.m @ 3:475bddaf580c tip
Add report and Presentation
author | Dave Moffat <d.j.moffat@qmul.ac.uk> |
---|---|
date | Wed, 25 Feb 2015 16:07:05 +0000 |
parents | 26494c0d9ffd |
children |
line wrap: on
line source
function data = readDataSet() data = {'How long has this been going on?' 'Wh' 'rf'; %1 'But don`t you remember?' 'YN' 'rf'; %2 'Is there life on Mars?' 'YN' 'x'; %3 'Can you feel the love tonight?' 'YN' 'f'; %4 'What have I done?' 'Wh' 'lr'; %5 'Are we human or are we dancers?' 'Wh' 'rf'; %6 'You want me to love you, love some other man too?' 'YN' 'h'; %7 'How can anybody possibly know how I feel?' 'Wh' 'h'; %8 'D?you know what I mean?' 'YN' 'f'; %9 'Do you remember?' 'YN' 'rf'; %10 'Do you remember the first time?' 'YN' 'f'; %11 'Who want to live forever?' 'Wh' 'rf'; %12 'Is this the real life?' 'YN' 'f'; %13 'Is this just fantasy?' 'YN' 'f'; %14 'Who do you think you are?' 'Wh' 'fr'; %15 'And how many times do you swear, you will never love again?' 'Wh' 'f'; %16 'Why don?t we do it on the road?' 'Wh' 'f'; %17 'How deep is your love?' 'Wh' 'x'; %18 'Should I stay or should I go?' 'Echo' 'x'; %19 'How can you say, I go about things the wrong way?' 'Wh' 'f'; %20 'Who are you?' 'Wh' 'f'; %21 'Why does it always rain on me?' 'Wh' 'f'; %22 }; end