Acme-Playwright
view release on metacpan or search on metacpan
Playwright.pm view on Meta::CPAN
'As soon as the train stops.' => 'n', 'That is a very large apple.' => 'n',
"I'm not sure what that is." => 'n', 'No thanks.' => 'n',
'Could you repeat that?' => 'o', 'I have never been so bored.' => 'o',
'So what are your thoughts on Tolstoy?' => 'o', "I'm still trying to find the plot." => 'o',
"He's rather fond of himself, isn't he?" => 'o', "Well it looks like...I don't know what it looks like." => 'o',
'Your point being?' => 'o', 'And...?' => 'o',
'I have a picture of that on my mousepad.' => 'o', 'That stain will never come out.' => 'o',
'I tried that once, but it felt really weird.' => 'r', 'That door sure is hard to open.' => 'r',
'That really hurt.' => 'r', 'I have to delete that.' => 'r',
'It is just too big.' => 'r', 'Only when I cross my eyes.' => 'r',
'Do you really think so?' => 'r', 'I took an educated guess.' => 'r',
'Your theory is fundamentally flawed.' => 'r', "You probably shouldn't put your finger there." => 'r',
'I think you broke it.' => 's', 'It just needs new batteries.' => 's',
'How long have you known?' => 's', "You think I'm dumb, don't you?" => 's',
"I've never been so insulted." => 's', 'Sure is windy out there.' => 's',
'I wish I could fly.' => 's', 'At night the ice weasles come.' => 's',
'The penguins are tearing at my flesh.' => 's', 'Do you smell smoke?' => 's',
'You should try it sometime.' => 't', "I don't think I'd like that." => 't',
'Kiss me.' => 't', 'Do you need a tissue?' => 't',
'Good question.' => 't', 'What an ugly cat!' => 't',
'Want to hear a joke?' => 't', 'Not if you are the one doing it.' => 't',
Playwright.pm view on Meta::CPAN
'So what are your thoughts on Tolstoy?', "I'm still trying to find the plot.",
"He's rather fond of himself, isn't he?", "Well it looks like...I don't know what it looks like.",
"Your point being?", 'And...?',
'I have a picture of that on my mousepad.', 'That stain will never come out.'
);
@pR = (
'I tried it once, but it felt really weird.', 'That door sure is hard to open.',
'That really hurt.', 'I have to delete that.',
'It is just too big.', 'Only when I cross my eyes.',
'Do you really think so?', 'I took an educated guess.',
'Your theory is fundamentally flawed.', "You probably shouldn't put your finger there."
);
@pS = (
'I think you broke it.', 'It just needs new batteries.',
'How long have you known?', 'I wish I could fly.',
'At night the ice weasles come.', 'The penguins are tearing at my flesh.',
"You think I'm dumb, don't you?", "I've never been so insulted.",
'Sure is windy out there.', 'Do you smell smoke?'
);
( run in 0.266 second using v1.01-cache-2.11-cpan-702932259ff )