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: 'several slices of pepperoni pizza sliced into squares'. Count the number of vowels in the given sentence. Output:
[ "19" ]
task157-b22b64d792c44cbbacd56188c0f25a65
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 little kid freaked out by a big pizza in front of him'. Count the number of vowels in the given sentence. Output:
[ "17" ]
task157-0b33bfc0f6144e7891ab705c0c57a6c0
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 gives children food to feed an elephant'. Count the number of consonants in the given sentence. Output:
[ "22" ]
task157-4208b3d3322c4ca1aae947d7e483252d
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: 'pair of grizzly bears prowling for food on hill'. Count the number of consonants in the given sentence. Output:
[ "26" ]
task157-d245b3682e6a4e2495cb9082d5ebc60e
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 in patterned shirt next to trays of citrus fruit'. Count the number of consonants in the given sentence. Output:
[ "30" ]
task157-afc80956fb604730a215e047298aefdd
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 passenger jet sitting on top of a tarmac at an airport'. Count the number of vowels in the given sentence. Output:
[ "20" ]
task157-de436d6aaa344fb9bc4c24afd5c481d1
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: 'blueberries, raspberries, and mandarin oranges are all mixed together'. Count the number of vowels in the given sentence. Output:
[ "24" ]
task157-6d81330267d84f4ab3bdadb5458de927
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 in a fur coat and green clothes playing nintendo wii'. Count the number of consonants in the given sentence. Output:
[ "29" ]
task157-15111b109e4849fd8db99da3a04601a0
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 plate of pasta and pepperoni pizza and a slice with vegetables'. Count the number of consonants in the given sentence. Output:
[ "31" ]
task157-435c2318084a43a4a15a61bdb0ca81a4
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: 'many people walk along a street with many stores'. Count the number of vowels in the given sentence. Output:
[ "14" ]
task157-d0eb89f28312447dbbd50b460fdba9f9
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 kitten sitting on top of a wooden table'. Count the number of vowels in the given sentence. Output:
[ "14" ]
task157-7b2797b64fb649139488860936581b61
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 yellow toilet in a green stall in a public restroom'. Count the number of consonants in the given sentence. Output:
[ "25" ]
task157-2bf5d0ede85f4bfaae4dba623c7339d6
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 uses a television's remote control to change the channel'. Count the number of vowels in the given sentence. Output:
[ "22" ]
task157-0ead1b531a1544298e4c073a564dea00
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 lady is riding a bicycle while talking on a cell phone'. Count the number of vowels in the given sentence. Output:
[ "17" ]
task157-2b9f679546fd419dbe82179b7cd60a5a
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 red and white fire hydrant stands on a street'. Count the number of consonants in the given sentence. Output:
[ "25" ]
task157-0b1687bbdc0f4457b90adb2c914927a7
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 stands next to a variety of luggage on a belt'. Count the number of consonants in the given sentence. Output:
[ "24" ]
task157-86cde79217ac4d6f945ce4dbb7cb5000
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: 'three cross country skiers make their way across a snowy field'. Count the number of consonants in the given sentence. Output:
[ "34" ]
task157-4472be1c5d1f407fa84455385fe121ff
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: 'many elephants in field of green grass near trees'. Count the number of vowels in the given sentence. Output:
[ "15" ]
task157-162c878853c84d3db9a6b878088f5828
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 cat that is half in a toilet'. Count the number of consonants in the given sentence. Output:
[ "13" ]
task157-1148d5d7ed0e45f9ade961c08c3668dc
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 and a woman eating a piece of pizza'. Count the number of consonants in the given sentence. Output:
[ "16" ]
task157-cb86aa8460ad4e7380c8376fc84cb3ef
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 and woman cutting the umbilical cord of a baby'. Count the number of consonants in the given sentence. Output:
[ "26" ]
task157-d028468cbefc4cb296dd733d2501f194
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 that is putting items on a pizza'. Count the number of vowels in the given sentence. Output:
[ "12" ]
task157-b1ec3deba47e4d6e87e713cafb757b73
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: 'group of people outside sitting on benches next to a building'. Count the number of consonants in the given sentence. Output:
[ "30" ]
task157-42c995580a0046618d10ce4d1a0c30e0
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 is wiping out under a wave on a surfboard'. Count the number of vowels in the given sentence. Output:
[ "18" ]
task157-f1bb2fa1493846f7997a096fbe88a8ae
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 cows graze in a grassy field'. Count the number of consonants in the given sentence. Output:
[ "19" ]
task157-dbd1cece65824e4c9a7f6aadef4130ce
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 holding a cellular phone in front of them with one hand and brushing their teeth with the other hand'. Count the number of vowels in the given sentence. Output:
[ "31" ]
task157-9d6e15ad00eb40828346fdabd646772f
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 wearing white tee-shirt standing by open door of an umbrella store'. Count the number of vowels in the given sentence. Output:
[ "22" ]
task157-a4e90e22c81149419b751a80ab6a3696
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 consonants in the given sentence. Output:
[ "38" ]
task157-fa7a832c4f1641c79a830d5dc7fc2508
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 cat laying on top of a bag on the floor'. Count the number of consonants in the given sentence. Output:
[ "18" ]
task157-e1043c4136694e41a960c24df5d05bb4
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 adult zebra is standing over a young, sick zebra which is lying on the ground'. Count the number of consonants in the given sentence. Output:
[ "41" ]
task157-57b68415410b42d29c5f5b14bef6555f
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 modern bathroom including toilet, basin and tub and shower enclosure'. Count the number of vowels in the given sentence. Output:
[ "23" ]
task157-1ce1bef628ce4c23993379e81249f244
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: 'three men are playing baseball on a field'. Count the number of vowels in the given sentence. Output:
[ "14" ]
task157-2150b8d03a1348fbb9cea4aae4e99c0c
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 yellow toilet in a green stall in a public restroom'. Count the number of vowels in the given sentence. Output:
[ "18" ]
task157-e9c7a4171ec0456188b4b923b09dfdee
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 motorcyclists have gathered to go in a group'. Count the number of vowels in the given sentence. Output:
[ "15" ]
task157-41d02c3aac384f219e6f1371cec12424
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 white plate containing two slices of pizza'. Count the number of consonants in the given sentence. Output:
[ "22" ]
task157-61a4d0f40c92416694dbf56de08fb027
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 elephants walk on a dirt ground'. Count the number of consonants in the given sentence. Output:
[ "21" ]
task157-009cf1c6250e441a95117ca288a42256
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 on a game pad holding a game controller'. Count the number of consonants in the given sentence. Output:
[ "21" ]
task157-af4b86eb197341b18453b4e6e2f1143e
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 bright red double decker bus on a public street'. Count the number of consonants in the given sentence. Output:
[ "25" ]
task157-0bb43c03f4cc42b5be0a1b2df5a275dc
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: 'in-flight meal all wrapped in plastic and packaging'. Count the number of vowels in the given sentence. Output:
[ "14" ]
task157-9d6c0e11d1f9404b9fa53b30ff061666
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 table is set with silver ware and a pizza'. Count the number of consonants in the given sentence. Output:
[ "20" ]
task157-f5db603ab2c74169ac6a91b829629630
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 laying on display mattresses in a store'. Count the number of vowels in the given sentence. Output:
[ "14" ]
task157-fb8d5b57d39949aa9516123399986a4a
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 in blue and pink jacket skiing down a snowy slope'. Count the number of vowels in the given sentence. Output:
[ "17" ]
task157-298430f4ef1c48829ca077ee1e69bb3a
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 next to a large body of water'. Count the number of vowels in the given sentence. Output:
[ "14" ]
task157-2223ec5c60d943d889c7cc56a6dfabe0
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 elephants that are standing in the dirt'. Count the number of vowels in the given sentence. Output:
[ "12" ]
task157-66cd874daa154283b34de52ae60e42f4
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 shower head in a shower with water coming out of it'. Count the number of vowels in the given sentence. Output:
[ "18" ]
task157-cf17c34f7a8b4808bebc96a50ce49375
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 display of a small car, small motorcycle, and a small four wheeled cart'. Count the number of consonants in the given sentence. Output:
[ "38" ]
task157-9bfe6b6dd85c4251b7314bc7bc7afb68
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 messy room with a tv, bed, and two computer screens'. Count the number of vowels in the given sentence. Output:
[ "14" ]
task157-fe84bc3e7c754bfda28179075a8934e8
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 young girls holding nintendo wii game controllers'. Count the number of consonants in the given sentence. Output:
[ "32" ]
task157-0a385373c63c4a3698bd051d6de6250d
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 posing in front of a roadside cafe'. Count the number of consonants in the given sentence. Output:
[ "23" ]
task157-0a854eb21c584772844a5d2669c5b2b8
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 small fishing boat sailing towards the mountains'. Count the number of vowels in the given sentence. Output:
[ "16" ]
task157-0a387cb9ebd847219eee5d60e5a035fe
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 walking on street carrying a box of pastries'. Count the number of vowels in the given sentence. Output:
[ "15" ]
task157-9e235bd88200491f9c4f43197e84b7a0
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 fried piece of food is shown at the viewer during the daytime'. Count the number of vowels in the given sentence. Output:
[ "22" ]
task157-6029c2c469c34a9885017901181c1fd1
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 area with a sink, toilet and a tub below a window'. Count the number of consonants in the given sentence. Output:
[ "26" ]
task157-58afab0c33324928a1eb1d0a9b9f2ba4
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: 'kitchen counter featuring stove top and container of cooking tools'. Count the number of vowels in the given sentence. Output:
[ "23" ]
task157-63c230772c1d4f48947e7b6d5fdf6422
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 walking down the sidewalk while holding umbrellas'. Count the number of consonants in the given sentence. Output:
[ "34" ]
task157-e927087091fc446795bd16d668e8ea13
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 ladies are having a toast with champagne'. Count the number of vowels in the given sentence. Output:
[ "18" ]
task157-aec9d4c003434bf8a9190cc3c2929aa0
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 zebras that are eating some grass'. Count the number of consonants in the given sentence. Output:
[ "21" ]
task157-ce98b08abb6d4460abb56bd6d3ebb882
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: 'groups of people in a field sitting down, standing and walking, with tent areas in the background'. Count the number of vowels in the given sentence. Output:
[ "28" ]
task157-f283dbab07a443299296a6486433ff17
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 small kitchen with wood cabinets and counters'. Count the number of consonants in the given sentence. Output:
[ "26" ]
task157-a22be947ad28408a8f9128275fabe966
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 yellow train pulling into a station'. Count the number of consonants in the given sentence. Output:
[ "22" ]
task157-bb471c25a07045bda6cab299f4ecb45b
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 donkey is standing near a few sheep'. Count the number of consonants in the given sentence. Output:
[ "18" ]
task157-be4bdc16e27a4d1a8d307f2ac4b71220
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: 'table setting with two silver teapots and a plate of fruit'. Count the number of consonants in the given sentence. Output:
[ "30" ]
task157-c18192d7cbf34c35aa19cf33a77d0865
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 tennis player playing on a tennis court'. Count the number of consonants in the given sentence. Output:
[ "21" ]
task157-ac4e452d07ba489cbdc76e05875a5c7a
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: 'rows of toilets of various colors and sizes in a lot'. Count the number of vowels in the given sentence. Output:
[ "18" ]
task157-3462ce4d0fbc4e89a7e0e59df40b3de8
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 skateboarder performs a trick while being photographed'. Count the number of consonants in the given sentence. Output:
[ "31" ]
task157-cfeb4b66892049e3b3f851dfd22d7646
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 gray elephant is standing in a park enclosure'. Count the number of vowels in the given sentence. Output:
[ "15" ]
task157-2908d1042ea34aee813b330b487853c0
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 walking along a beach while holding a surfboard'. Count the number of vowels in the given sentence. Output:
[ "17" ]
task157-bf30643979824f3a8af687efd9f4912e
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 plate with samples of different types of dishes'. Count the number of consonants in the given sentence. Output:
[ "27" ]
task157-5a99ebf743e048f6b4f57bfbd46e7ed3
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 stares at a pizza with a birthday candle in it'. Count the number of vowels in the given sentence. Output:
[ "16" ]
task157-37b64f7053bc45b0b456ce4634a21cb1
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: 'here is a scale weighing a tan piece of luggage'. Count the number of vowels in the given sentence. Output:
[ "18" ]
task157-8947f800ca3f4ab989ee5e35439ceb2e
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 flying a red kite in a field'. Count the number of consonants in the given sentence. Output:
[ "15" ]
task157-a385d9da3daf4da8a255baf47d8f084e
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: 'blue and black bus showing that its not in service'. Count the number of vowels in the given sentence. Output:
[ "14" ]
task157-42bb26f95da74baebe5f203ad6d1bd28
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 grooming a small brown dog on a counter.'. Count the number of vowels in the given sentence. Output:
[ "15" ]
task157-5b669ed258c74cb78c0ea8a247824618
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 cup of a drink with two donuts on top of it'. Count the number of consonants in the given sentence. Output:
[ "21" ]
task157-2b47d54527214f538bb4ec3fef357f47
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 dirty bathroom with the door open'. Count the number of consonants in the given sentence. Output:
[ "18" ]
task157-b376679554c94df5a282aa6e3a4316d7
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 man surfs in a small blue wave'. Count the number of consonants in the given sentence. Output:
[ "18" ]
task157-66b4f11102e6453b8e459ac6680f6dd8
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: 'tray of chocolate donuts with sprinkles in a display case'. Count the number of consonants in the given sentence. Output:
[ "31" ]
task157-511eeb46aef1474a9339f4b3f9002b77
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 tossing a frisbee on a sandy beach'. Count the number of consonants in the given sentence. Output:
[ "20" ]
task157-f9759d2c359c4ce499da1f0a0f788902
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 walking in a field one talking on a phone'. Count the number of vowels in the given sentence. Output:
[ "21" ]
task157-8948d19340ae4840a0fd3bb1708d2cb5
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 apples sitting on the ground below the tree'. Count the number of consonants in the given sentence. Output:
[ "28" ]
task157-57060fc16b25407fb7082d81bb1a9bd4
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 is riding a snowboard down a snowy hill'. Count the number of consonants in the given sentence. Output:
[ "25" ]
task157-61f586f89d404fa9822416830b8cf8a5
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: 'boats floating in the water near the shore'. Count the number of vowels in the given sentence. Output:
[ "14" ]
task157-1892800882c745f492841e3476b49085
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: 'mother and baby giraffes standing in a pen'. Count the number of vowels in the given sentence. Output:
[ "12" ]
task157-5b35acf5cc7b4fbfae8be888f7684b0d
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 rainy day with people walking on the sidewalks'. Count the number of vowels in the given sentence. Output:
[ "15" ]
task157-15f7da2105ec45aa93e15299326881f6
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 bento lunch box containing a sandwich fresh fruits and vegetables'. Count the number of vowels in the given sentence. Output:
[ "20" ]
task157-a5b19e02f8964e98ab39b8218eca7c06
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: 'different fruit in the produce section of the grocery store'. Count the number of consonants in the given sentence. Output:
[ "31" ]
task157-c50b41db7f644e6b98e7cc5378f248d3
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 at a park with three dogs'. Count the number of consonants in the given sentence. Output:
[ "16" ]
task157-144334ec4e9b45698594f1c045cbe187
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: 'view from below of a church and the clock tower'. Count the number of consonants in the given sentence. Output:
[ "25" ]
task157-4a8eecc06ed34d978265e2bc1b3e2abc
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 at the beach playing frisbee'. Count the number of consonants in the given sentence. Output:
[ "22" ]
task157-dd46535b345f43d8a80da67c11aca53a
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: 'view from below of a church and the clock tower'. Count the number of vowels in the given sentence. Output:
[ "13" ]
task157-1037bb0f0dcd454e8eb8fd31eaa07434
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 soldiers standing on top of a boat'. Count the number of vowels in the given sentence. Output:
[ "16" ]
task157-0b934bd116a44e8ea9c90cba60d13891
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 boy gets ready to hit a baseball being thrown'. Count the number of consonants in the given sentence. Output:
[ "27" ]
task157-74d30a6ffa854aea8a20c13b7960157d
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 train traveling through a rural countryside with trees'. Count the number of consonants in the given sentence. Output:
[ "30" ]
task157-4832c3bede854b4a8aaba47a8ea9c9b4
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 lot of colorful vases sitting on top of a white table'. Count the number of consonants in the given sentence. Output:
[ "26" ]
task157-3865b693a0884dfc8e241f71414da942
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 red bowl and a red plate of food'. Count the number of consonants in the given sentence. Output:
[ "15" ]
task157-354c91ac1c49426195c4271878a711fe
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: 'this is fruit on a plate with a spoon'. Count the number of consonants in the given sentence. Output:
[ "17" ]
task157-72702666c5084abbb115bad08afc49cc
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 family wawtching a kite hign in the air'. Count the number of vowels in the given sentence. Output:
[ "13" ]
task157-3b4eee1d57cc46129a2799175d5997bb
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 playing a bowling video game on his computer screen'. Count the number of consonants in the given sentence. Output:
[ "28" ]
task157-698b66f7eb1546ec857f231c34bf642f
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 crew of people looking at an airplane'. Count the number of consonants in the given sentence. Output:
[ "17" ]
task157-6e671a73cd0848079dd54219a542e517
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 woman is sitting at her desk with the computer on'. Count the number of vowels in the given sentence. Output:
[ "15" ]
task157-2c1de5664e2041b3b0b5e1c14cd60b41