input
stringlengths
775
929
output
sequencelengths
1
1
id
stringlengths
40
40
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a man in black stands on a beach as a kite is far away in the blue sky'. Count the number of vowels in the given sentence. Output:
[ "21" ]
task157-35e9eddc4dae4b42a1599f8d81e9cb63
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'four zebras are standing in a line on the grass staring straight ahead'. Count the number of consonants in the given sentence. Output:
[ "36" ]
task157-b07c8453bdca44aebc17b8d93e72ba52
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a elephant standing in some water near some trees'. Count the number of vowels in the given sentence. Output:
[ "17" ]
task157-8b43bdb5aebb4fa0b8db1865d93a8901
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a large tower with a clock and a small bird flying above it'. Count the number of consonants in the given sentence. Output:
[ "30" ]
task157-85119c484b9d4f59a82a86b83383a1c2
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'two red flags sticking out of the ground of a lush green hillside'. Count the number of vowels in the given sentence. Output:
[ "19" ]
task157-88dcfa21de394162801981fec55955bc
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a man with a drink wearing a suit and green tie'. Count the number of vowels in the given sentence. Output:
[ "16" ]
task157-d6de37b7d6a2478c9d3f61ebe8d75a4f
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'an air plane on an air port run way'. Count the number of consonants in the given sentence. Output:
[ "15" ]
task157-3e6341c446cb4147a73591424e949735
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a bride and groom cutting a big cake'. Count the number of vowels in the given sentence. Output:
[ "12" ]
task157-83e75a3b8ab64fcba45067db019f13f2
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'traffic rounding a bend under a sunset sky'. Count the number of consonants in the given sentence. Output:
[ "23" ]
task157-d86d8921bc11429b96c0bdd24a3bbd27
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a snowboarder is flying a kite in the snow'. Count the number of consonants in the given sentence. Output:
[ "21" ]
task157-0336f76d34174f67a6a2a97dffb00ff9
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'several small aircraft lined up in a row at an airport'. Count the number of vowels in the given sentence. Output:
[ "18" ]
task157-ad96e117abf94e2ab8684f1b7af6801c
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'people are standing in a kitchen with solo cups as one person pours a drink'. Count the number of consonants in the given sentence. Output:
[ "37" ]
task157-40c353bc2c354cc989ea0276582243d2
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'there is a white table with a beige luggage under it'. Count the number of vowels in the given sentence. Output:
[ "19" ]
task157-95bd38dcb5564e878573c79451267bd5
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a boy is holding a stacked identical pictures creating alter effects'. Count the number of vowels in the given sentence. Output:
[ "22" ]
task157-ccb69c759c43454a85a44a1e743aa87a
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a group of people that are skiing in the snow'. Count the number of vowels in the given sentence. Output:
[ "15" ]
task157-7c1ac9700dcd48c791a6095be7155872
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a man standing in the front yard of a home holding a giant frisbee'. Count the number of consonants in the given sentence. Output:
[ "33" ]
task157-47e24520d0bd4254999de160f16d1e58
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'two people standing in front of balloons with drinks'. Count the number of consonants in the given sentence. Output:
[ "30" ]
task157-0555b149ed424e4bb44c0ce0eabb8bc2
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a woman uses her laptop on a tv tray'. Count the number of consonants in the given sentence. Output:
[ "17" ]
task157-07719edc3a094aa3a73f8e2b5e6335b2
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'an old class photo of boys and their teachers'. Count the number of vowels in the given sentence. Output:
[ "13" ]
task157-17e01b0778a147f489ead84fffc5d390
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'an old, burnt-out stove and oven on the street'. Count the number of vowels in the given sentence. Output:
[ "14" ]
task157-3497e07e395145529e957aec59109adc
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a toyota car with a clock on top drives down the street'. Count the number of vowels in the given sentence. Output:
[ "16" ]
task157-163f8c57c2424d3aabf7c9e59171c73f
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a man reaching into a fridge with it's door opened'. Count the number of vowels in the given sentence. Output:
[ "17" ]
task157-0b92ef110233412185f3ef38901a1a09
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'an image of a kitchen setting with an island design'. Count the number of vowels in the given sentence. Output:
[ "16" ]
task157-ccf81caf66eb477da17474e46d042d6e
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'there are a lot of zebras that are on the yard'. Count the number of vowels in the given sentence. Output:
[ "15" ]
task157-41056b164bf34956a2128bd65b94602a
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a sunny day at the beach with colorful kites in the sky'. Count the number of vowels in the given sentence. Output:
[ "15" ]
task157-07161d5dc4d1408bb6c537d11dc336de
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'the building in the city has a lot of signs on it'. Count the number of consonants in the given sentence. Output:
[ "24" ]
task157-0fdcc3bfdb6f4e1a8568104d15a41415
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a couple cutting into a brown wedding cake'. Count the number of vowels in the given sentence. Output:
[ "14" ]
task157-11380778bfbd457caa20bc8f7a624e1a
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a zebra standing on top of a dry grass field'. Count the number of consonants in the given sentence. Output:
[ "23" ]
task157-a3ec13afb97c4c71b26ed8635612e9e8
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'the man and the little child ski down the slope'. Count the number of consonants in the given sentence. Output:
[ "26" ]
task157-f11e143eb5ef46198aef040026deadc4
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a vehicle got an accident and a police officer looking'. Count the number of consonants in the given sentence. Output:
[ "25" ]
task157-21f483421f8c4ed79361a9a52fdfefbe
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a large clock tower at the end of a small dirt road'. Count the number of vowels in the given sentence. Output:
[ "15" ]
task157-c2f5feeec17d4205b41372c4b6734442
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a really nice care on a flat bed being towed'. Count the number of consonants in the given sentence. Output:
[ "20" ]
task157-b98ab0496cf14762a1a0998f48d2335f
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a woman throws up the tennis ball to serve'. Count the number of vowels in the given sentence. Output:
[ "12" ]
task157-b00e59515c104caa9f2a0b97930a39ad
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a person riding a surf board on a rivier'. Count the number of vowels in the given sentence. Output:
[ "14" ]
task157-7726b8dbc04d479c94e887c926b4c329
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a bench that has fallen apart, sitting in a forest'. Count the number of consonants in the given sentence. Output:
[ "26" ]
task157-6381dcb920f24409bc37e072327043d0
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'people sitting and standing on an old red truck'. Count the number of consonants in the given sentence. Output:
[ "26" ]
task157-881e9fff43114460897f783136ffc659
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a man sitting alone on a black bench'. Count the number of vowels in the given sentence. Output:
[ "11" ]
task157-f665015e4fc543cb8a365a28ba405bb1
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a mean that includes several plates and bowls and a coco cola'. Count the number of consonants in the given sentence. Output:
[ "30" ]
task157-ca68994a45e6418fae94dc34812a49a3
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a dog with a frisbee in its mouth'. Count the number of consonants in the given sentence. Output:
[ "15" ]
task157-e4bd30bdbfca4a3a98b689770a8675d4
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a man hitting a tennis ball with a tennis racquet'. Count the number of consonants in the given sentence. Output:
[ "25" ]
task157-56ae2a3e43c44aeb9ed755a2e0225740
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a golden fire hydrant placed in front of plants'. Count the number of consonants in the given sentence. Output:
[ "27" ]
task157-0e37ee6b4d1e4b5b96e62fd721c03240
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'an interesting old style bus on a street heading towards the water'. Count the number of consonants in the given sentence. Output:
[ "35" ]
task157-1089ad8f6cc4404aab309566357c08dd
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a bunch of people that are walking next to some old bulidings'. Count the number of consonants in the given sentence. Output:
[ "31" ]
task157-0c7568b2db204af5adc7f151a141e992
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'an older couple getting married in front of a crowd'. Count the number of vowels in the given sentence. Output:
[ "16" ]
task157-032dde9d32524319be41ef3f0dac06eb
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'an older gentleman sitting on a sidewalk playing guitar'. Count the number of consonants in the given sentence. Output:
[ "29" ]
task157-84f8613cbeb6488184e9c890a3094ec6
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'the pigeons are being fed by a person sitting on the park bench'. Count the number of consonants in the given sentence. Output:
[ "33" ]
task157-43fce7d3d9d841d5b55584ee47ec8751
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a vase with flower and apples on the table'. Count the number of vowels in the given sentence. Output:
[ "13" ]
task157-2e18bce8c46f4e9eb6c5473dad85e824
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'several colored motorcycles parked near a curb where a lady is walking'. Count the number of vowels in the given sentence. Output:
[ "22" ]
task157-e30912b9bfc246399c560f13969022ea
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'people at an informal gathering eating under a tent'. Count the number of consonants in the given sentence. Output:
[ "25" ]
task157-30a3feefa25c488086ff4f72029cc802
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a tree is next to a stop sign'. Count the number of consonants in the given sentence. Output:
[ "13" ]
task157-8f01bb3a5d9b4c849c57c9d8e5893e4c
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a pink cake is on a plane with lollipops'. Count the number of consonants in the given sentence. Output:
[ "19" ]
task157-fc0c10ffff82493b85b944a4d32aceae
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a large wrinkled adult elephant from a side view'. Count the number of vowels in the given sentence. Output:
[ "16" ]
task157-5933fe9aeace4322b9834e46433cd598
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'an old photo of a girl reading the newspaper'. Count the number of consonants in the given sentence. Output:
[ "22" ]
task157-a6efd19b72cf4b46a28a8588a0603966
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a giraffe standing in front of green brush'. Count the number of consonants in the given sentence. Output:
[ "23" ]
task157-b3ae770357694bf9a51388692c7e9eae
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a man riding a skateboard in an empty pool'. Count the number of vowels in the given sentence. Output:
[ "14" ]
task157-210b71ad628945a0aa7804bb452b6cc8
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'an owl is sitting in the tree branch'. Count the number of vowels in the given sentence. Output:
[ "10" ]
task157-eda3481e4530413094289531ae55520a
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'photo of a traffic signal near a concrete wall'. Count the number of vowels in the given sentence. Output:
[ "15" ]
task157-418c52845f464ff0906db782cd6cd168
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a woman standing on top of a tennis court with a racquet'. Count the number of consonants in the given sentence. Output:
[ "27" ]
task157-2ad248ce21ea4d8daabc18680ea5d952
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a large bathroom with a large tub and towel rack'. Count the number of vowels in the given sentence. Output:
[ "15" ]
task157-b96eeec4876f44b890337e41f7891e02
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a man is playing tennis with the ball near the racquet'. Count the number of vowels in the given sentence. Output:
[ "16" ]
task157-9bb1e996702146e99d9162b135fb2d73
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a young baby lays down with a tooth brush'. Count the number of consonants in the given sentence. Output:
[ "22" ]
task157-45dc89e0d1c047aa8b1fc7d5cdbe20b2
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a motorcycle and car drive down a european street'. Count the number of consonants in the given sentence. Output:
[ "24" ]
task157-a54b26f41e1c4c0ab539b010f8edc964
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'an assortment of meats, vegetables and bread on a plate'. Count the number of consonants in the given sentence. Output:
[ "27" ]
task157-0d1ddd4cc5ee42a6885142cbbfa4eca0
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a man is leaping and holding a frisbee over his head in a park-like area that shows a perimeter of tall trees and in the back area a tennis court as well as an area under repair'. Count the number of consonants in the given sentence. Output:
[ "79" ]
task157-6321a89429f741cb920dabc9b6694c20
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'man walking by a large flock of sheep and goats'. Count the number of vowels in the given sentence. Output:
[ "13" ]
task157-22752fab0e8d4c65ae0f2585e8a6751a
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a room showing a wooden table and a capboard'. Count the number of consonants in the given sentence. Output:
[ "20" ]
task157-3c5700b83a2a4135b4ab9c1fff249412
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a pigeon perched on top of a street sign'. Count the number of vowels in the given sentence. Output:
[ "13" ]
task157-dbd15af582484390ba749e049d313ae4
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'motorcyclists riding in separate lane from regular city traffic'. Count the number of vowels in the given sentence. Output:
[ "19" ]
task157-18901ce6cba14a309acdd31cfc1dac7d
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a pitcher in a baseball game getting ready to throw the ball'. Count the number of vowels in the given sentence. Output:
[ "18" ]
task157-9718388f98754e10adbc7f9dba25736a
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a vanity with two sinks an alighted mirror over it'. Count the number of vowels in the given sentence. Output:
[ "15" ]
task157-7c541c1c1a36469797646eb5d2b0b5b2
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a baseball player is swinging a bat on a field'. Count the number of vowels in the given sentence. Output:
[ "15" ]
task157-7556d52ff10c4f70b99fe049952c0ca1
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a person sitting on a couch, looking at a sleeping cat'. Count the number of vowels in the given sentence. Output:
[ "18" ]
task157-2d35bee3c38543a0979ec8c927b556f3
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a woman with a polka dot umbrella walks beside a man in a yellow hat on the sidewalk'. Count the number of consonants in the given sentence. Output:
[ "40" ]
task157-601010aab3f74b51879d2d69150708fc
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a woman cutting a cake in front of some people'. Count the number of vowels in the given sentence. Output:
[ "16" ]
task157-f33c41bc645d4f42b7f27fd2697a31ee
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a sleek red and blue train faces the camera on a rural track'. Count the number of consonants in the given sentence. Output:
[ "28" ]
task157-958815f8e082484ca407eb9f41e2b654
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a big clock outside, near an eating area'. Count the number of consonants in the given sentence. Output:
[ "16" ]
task157-cf4b1e663c034880a8a65f1d5e340442
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a person leaning over on a snow board'. Count the number of consonants in the given sentence. Output:
[ "17" ]
task157-81d6a433706241f9a7bb06b6f0522fc7
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a living room with tile flooring and brown couches'. Count the number of consonants in the given sentence. Output:
[ "26" ]
task157-3b94c5da8e3c44418a8cfceca0db07ca
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'the men are playing baseball in the yard'. Count the number of vowels in the given sentence. Output:
[ "12" ]
task157-0c546fe732ae4d5591b0f86bcffcda43
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'four tennis players on a tennis court playing doubles tennis'. Count the number of consonants in the given sentence. Output:
[ "32" ]
task157-a466d8160c7d4914b2a5dbbb66922dda
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a bird sitting on top a dish of bird feed'. Count the number of vowels in the given sentence. Output:
[ "12" ]
task157-c8fd02b51f2e4652978855b7db34cfba
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a just married couple is showered with bubbles'. Count the number of consonants in the given sentence. Output:
[ "24" ]
task157-cf21e40675d9421a86cbda6413cb59a8
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a man wearing a helmet while using a cell phone'. Count the number of consonants in the given sentence. Output:
[ "22" ]
task157-7dc9865251064ac293ef4454558039a6
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a large number of people walking around with skis'. Count the number of vowels in the given sentence. Output:
[ "16" ]
task157-1c1d2f767a164d4eac4ea9cd3365e95d
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a girl in a dress holds a tennis racket on a court'. Count the number of consonants in the given sentence. Output:
[ "24" ]
task157-b929d7d7af5e40fbb2c61053cecaa93c
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a female standing and playing a game while two onlookers watch'. Count the number of vowels in the given sentence. Output:
[ "20" ]
task157-a919218d79314099ae0cb3f2ceee398a
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a large pizza sits in a pizza box'. Count the number of vowels in the given sentence. Output:
[ "11" ]
task157-c56729a5f27e4ea78ea8e1b98104fcb3
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a pile of oranges is set on a plate'. Count the number of vowels in the given sentence. Output:
[ "13" ]
task157-e4f4453cb6bd45ab941cefe4c614dc75
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'there is a broken toilet in the street'. Count the number of vowels in the given sentence. Output:
[ "13" ]
task157-3c6be9b51fdb4225b3e402d13b5b270a
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a bunch of desserts sitting on a table next to a drink'. Count the number of consonants in the given sentence. Output:
[ "28" ]
task157-e69de338ee95429cb031b799fcbbfff8
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a dog holding a frisbee in his mouth on top of grass'. Count the number of vowels in the given sentence. Output:
[ "16" ]
task157-997a9af6a4fa4d68933a1abcdcf06790
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'some train cars with graffiti painted on them'. Count the number of vowels in the given sentence. Output:
[ "14" ]
task157-52c6ffd1410748f2891d89130e151303
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a couple of cars that are parked in the middle of the street'. Count the number of vowels in the given sentence. Output:
[ "19" ]
task157-9d2a11e8da61408a890bc2898dddecac
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a man standing on a ledge and feeding a giraffe while a female is taking pictures'. Count the number of vowels in the given sentence. Output:
[ "28" ]
task157-c345de6f7f074b68956fd33cebd72f1d
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'there are two tooth brushes and many mouth products in the draw'. Count the number of consonants in the given sentence. Output:
[ "34" ]
task157-b5c5e37be01143539ee6e03f4817995f
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'two women prepare a meal in a large kitchen'. Count the number of consonants in the given sentence. Output:
[ "20" ]
task157-8ca8ecaddb7c4ad2b07ed2fbbba5f2cb
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'two zebras investigating something of the opposite side of a wire mesh fence'. Count the number of consonants in the given sentence. Output:
[ "38" ]
task157-ff98db1c374148dfb55016577cc3ca77
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'dessert covered in chocolate with white topping and candy atop it'. Count the number of vowels in the given sentence. Output:
[ "20" ]
task157-81a6a811e991480489c3d3503fec85de
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a duck in the middle of still water'. Count the number of vowels in the given sentence. Output:
[ "10" ]
task157-9f26e2eee5ff43afbad2221b2ef1c022
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a bathroom with a black sink and a shelf with folded towels on the rack above'. Count the number of consonants in the given sentence. Output:
[ "40" ]
task157-ea3eb673625f448eb736ad1a46bbc4be