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 poster advertising a cellphone using a male model'. Count the number of vowels in the given sentence. Output:
[ "18" ]
task157-53fdf6768e094bfbb38816b9f3da34fe
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 colorful sign is written in two languages'. Count the number of vowels in the given sentence. Output:
[ "14" ]
task157-a881599b2d2a408abdf414680e32e716
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: 'small train pulling passengers like something you see in an amusement park'. Count the number of consonants in the given sentence. Output:
[ "39" ]
task157-ae064a2e36714060a976d839a0d847f8
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 walking down a field with an animal nearby'. Count the number of vowels in the given sentence. Output:
[ "17" ]
task157-8344f4aa535840379b59c01382c7be9e
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 white and blue airplane and some other planes'. Count the number of vowels in the given sentence. Output:
[ "18" ]
task157-25b4fc80f2b64747bd88a4b5035d6169
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 grilled hotdog with mustard and relish is sitting on a white plate'. Count the number of vowels in the given sentence. Output:
[ "20" ]
task157-27ac61f0c46c4f6698d281d600cb33b8
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 two half eaten donuts on top of a bench'. Count the number of consonants in the given sentence. Output:
[ "28" ]
task157-eb937c1de8cd49518d7f379d1dd974af
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 herd of sheep walking across a green field'. Count the number of vowels in the given sentence. Output:
[ "14" ]
task157-9191ae8cf5894f95bbd7a39b35832ff4
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 and blue santa fe train sitting on a track'. Count the number of vowels in the given sentence. Output:
[ "16" ]
task157-2ec2fa616b90469f90bb0c408823697d
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: 'young woman with multiple piercings and a tattoo on her left arm'. Count the number of consonants in the given sentence. Output:
[ "33" ]
task157-e5f2d98e8ba24a2b861727310ec816d0
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 kitchen with a close up view of the oven'. Count the number of consonants in the given sentence. Output:
[ "19" ]
task157-af8317d1941e4072af11e0e3e9ad5729
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: 'orange peels discarded in a bowl while another orange and an empty mug sit next to a laptop'. Count the number of vowels in the given sentence. Output:
[ "29" ]
task157-057df82ac53142f0bd665a9f2df1a5cb
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 on a surfboard in the ocean'. Count the number of consonants in the given sentence. Output:
[ "15" ]
task157-ab9a9bb2e18940c68fe97ab54e5b03d0
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 rests in front of the sunlight coming through the window'. Count the number of consonants in the given sentence. Output:
[ "35" ]
task157-234bedb5e81c42a8a3f3e744ad4eedbe
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 pelicans are in the sky, high over water'. Count the number of consonants in the given sentence. Output:
[ "23" ]
task157-351c0a09a7df4b9bae78b15833a8a807
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 bananas and leaves in a tree'. Count the number of consonants in the given sentence. Output:
[ "17" ]
task157-dcd7843cca564623989d7f09eb01607a
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 sticks it's paw into the bowl of a toilet'. Count the number of consonants in the given sentence. Output:
[ "22" ]
task157-aa6c04f461a24e1ebc979fad66a04a0c
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: 'cars are waiting for a train to pass in a city intersection'. Count the number of consonants in the given sentence. Output:
[ "28" ]
task157-8fd24c28dbbb48258aa758896c5cb4aa
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 shore bird is standing on rocks by the water'. Count the number of consonants in the given sentence. Output:
[ "25" ]
task157-f3ea2b0457c24509a1e2a3132cf7b0e1
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 set up with food and plates with a name tag'. Count the number of consonants in the given sentence. Output:
[ "24" ]
task157-95ee58714f4441509487c7ad34b9b4ba
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 suit and hat holds a gun'. Count the number of consonants in the given sentence. Output:
[ "18" ]
task157-beb3935027a0432eb6040077c49a553a
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 cattle is crossing a street'. Count the number of consonants in the given sentence. Output:
[ "19" ]
task157-6a7ba8b435234d1ca313584829486dde
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 in a dark room looking out of a window'. Count the number of vowels in the given sentence. Output:
[ "17" ]
task157-cb7d3626eac841f9ab9e9806b8096e16
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 professional player has broken the bat during a swing'. Count the number of consonants in the given sentence. Output:
[ "31" ]
task157-8f94f336f5fd400d864fe3f63b15ff02
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 standing on a laptop which is sitting on a desk near a keyboard'. Count the number of vowels in the given sentence. Output:
[ "22" ]
task157-ae6682aa279e4e618c606caacb2b4e14
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 close up of a remote aimed at a tv screen'. Count the number of vowels in the given sentence. Output:
[ "16" ]
task157-a14be31da9a24e4aacad922725eedd5e
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 big stuffed animals sitting near the sidewalk'. Count the number of vowels in the given sentence. Output:
[ "16" ]
task157-25bf1c5d3acf4683be64f6c5e6e74ae1
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 lot of cars parked along side the curb'. Count the number of vowels in the given sentence. Output:
[ "15" ]
task157-fcc12127ae6b4bd9a73cbc1f6d00f90c
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: 'on a rainy street at dusk, pedestrians carrying umbrellas'. Count the number of vowels in the given sentence. Output:
[ "17" ]
task157-63e9120d14ff408b8bd675dc9c18dc04
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 attempts to make a jump on her skateboard'. Count the number of consonants in the given sentence. Output:
[ "24" ]
task157-371afd625e7b4a549f3d3df55a7585ff
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 jetliner flying in the sky with four jet engines'. Count the number of vowels in the given sentence. Output:
[ "16" ]
task157-a1d24106b0d64787b0b627d36931a42a
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 cake with a frosting baseball bat and catchers mitt'. Count the number of consonants in the given sentence. Output:
[ "29" ]
task157-a657cf8c604c4f5b94f8e7d6ead952ab
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 guy racing his motorcycle on a dirt track'. Count the number of consonants in the given sentence. Output:
[ "23" ]
task157-809e2aed0dd84f6d9876b32fce1cc01d
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 crowd of people march in the street'. Count the number of consonants in the given sentence. Output:
[ "19" ]
task157-28fed9cde845499a935f42679bc62ce3
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 plastic container that has doughnuts covered in sprinkles'. Count the number of consonants in the given sentence. Output:
[ "33" ]
task157-58d69ca6a7e140588fdf03608fab22b2
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 ride on horses in formation'. Count the number of vowels in the given sentence. Output:
[ "17" ]
task157-ee9f72802d2142958d564013d1da3ea9
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 paddling a boat over a river'. Count the number of consonants in the given sentence. Output:
[ "16" ]
task157-8ccdff77cada461f8923fd897bd8abf4
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 the tennis court playing tennis ball'. Count the number of vowels in the given sentence. Output:
[ "13" ]
task157-661074be6d7a4943894ee8122556ba9a
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 perched on a wooden set of slats'. Count the number of vowels in the given sentence. Output:
[ "12" ]
task157-54dcd8826d8f486eac40a4b88e366e72
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 people walking in a store'. Count the number of consonants in the given sentence. Output:
[ "16" ]
task157-df474d0a4cbd424e91fec3dbe2bb9920
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 kite flying high in the sky with leaves in the foreground'. Count the number of consonants in the given sentence. Output:
[ "31" ]
task157-eaf9bf22af0f4ba68bf326c874ef86c9
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 observer watches a snowboarder high above the ground'. Count the number of vowels in the given sentence. Output:
[ "18" ]
task157-f0f2a6747aba4484ab2801528991f48d
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 dogs in front of a glass building'. Count the number of vowels in the given sentence. Output:
[ "14" ]
task157-bd0b483fbb5642cb8e33917d54dfb052
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 single zebra standing in the middle of a pen'. Count the number of consonants in the given sentence. Output:
[ "23" ]
task157-ee0b4261eddc46bb8a4eaacd60fdee6f
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 brown horse standing next to a white car'. Count the number of vowels in the given sentence. Output:
[ "12" ]
task157-5a1b55edf6e345b1a7b6612319b1179b
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 few women playing soccer on a field in front of a crowd'. Count the number of consonants in the given sentence. Output:
[ "28" ]
task157-20fa5f22b398444c9ad1a87c0dc99646
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: 'someone walking at a park near the water'. Count the number of consonants in the given sentence. Output:
[ "19" ]
task157-eb184587d4cc4af193d6d1b1dbf7c7f7
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 bus stopping at a bus stop in an english seaside town'. Count the number of vowels in the given sentence. Output:
[ "17" ]
task157-da3180be38334ecd82362641e0862814
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 that is standing near boxes of pizza'. Count the number of consonants in the given sentence. Output:
[ "23" ]
task157-f820b56c238f462a84dcca871d878433
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 male skateboarder is doing a trick at a skate park'. Count the number of vowels in the given sentence. Output:
[ "18" ]
task157-952784e041464db598202e6d2554664e
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 sitting on wood rail in the snow'. Count the number of vowels in the given sentence. Output:
[ "14" ]
task157-3f489f4bc3dc4e5eba655cba62a7a5bb
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 scissors are on the table'. Count the number of consonants in the given sentence. Output:
[ "18" ]
task157-b516486184c940f388356daa92401b26
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 slice of vegetable casserole on a plate'. Count the number of consonants in the given sentence. Output:
[ "18" ]
task157-7077f4a850bc41fc99ba02dc79bbb9e5
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 tossing a frisbee while standing on a lush green park'. Count the number of consonants in the given sentence. Output:
[ "30" ]
task157-56512385a1204ff9a06fdb3fe8d048f6
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 tawny cat naps on top of a piece of machinery or electronics'. Count the number of vowels in the given sentence. Output:
[ "20" ]
task157-79bd4a543de546318de45bea313e6e7c
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 laptop computer on a desk with a mouse, keyboard and headphones connected'. Count the number of vowels in the given sentence. Output:
[ "25" ]
task157-b83d5975b144438c996659ff74834d7c
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 toothbrush holders holding multiple toothbrushes in a bathroom'. Count the number of consonants in the given sentence. Output:
[ "38" ]
task157-47d005e0e3e148a3b2dcd4567ad7eecc
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 chopping board with a bunch of vegetables on it'. Count the number of consonants in the given sentence. Output:
[ "25" ]
task157-84ab6a9dc4b649b6a9f668dd9fd0792d
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 beautiful young woman holding a tennis racquet on a tennis court'. Count the number of vowels in the given sentence. Output:
[ "24" ]
task157-3a09f97c34ac4887a9e86442f8dd0318
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: 'snow on the ground and the steps are clear next to a green signal light'. Count the number of consonants in the given sentence. Output:
[ "37" ]
task157-c721d4ec82e44285a2ad09f1b8bacb1f
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 surfer is taking a wave on a yellow surfboard'. Count the number of vowels in the given sentence. Output:
[ "16" ]
task157-f10bbb751b3c4b96b7db1e579a06977c
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 green fire hydrant and a bus on the road'. Count the number of consonants in the given sentence. Output:
[ "20" ]
task157-6422e8bf172842a5bce40f133e396860
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 tall light house sitting next to the ocean'. Count the number of consonants in the given sentence. Output:
[ "22" ]
task157-d99e0120c1b04ec7a7087468b9c011ab
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 bowl of oranges, lemons and a single red pepper'. Count the number of consonants in the given sentence. Output:
[ "24" ]
task157-ee94b0dd69584657b44b1d4f91b9c261
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 white helmet is riding a red motorcycle'. Count the number of consonants in the given sentence. Output:
[ "27" ]
task157-644653ffea114804ab3364b9feb8b008
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 bread shaped as alligators and a few other shapes'. Count the number of vowels in the given sentence. Output:
[ "18" ]
task157-aa3b604bbd364071819390aaaf4c477e
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 black cat staring into the light in front of a bookshelf'. Count the number of consonants in the given sentence. Output:
[ "31" ]
task157-a45a1621f83743ea8da561561993f289
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 horse is hiding behind an adult horse'. Count the number of consonants in the given sentence. Output:
[ "23" ]
task157-10fe8456bb28426aab2d4eacd129d09d
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 pizza covered in fresh cheese and vegetables'. Count the number of consonants in the given sentence. Output:
[ "23" ]
task157-41c45d6435824a8392dd943b17966668
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 small dogs running in the water on a beach'. Count the number of vowels in the given sentence. Output:
[ "13" ]
task157-8f51bd43ff344799a6fd1d4b84ba04cd
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 eating pizza is sitting on a table'. Count the number of consonants in the given sentence. Output:
[ "18" ]
task157-3c9402fb47bd499a88daad4c0002e942
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 girl with a downed kite in a field'. Count the number of vowels in the given sentence. Output:
[ "14" ]
task157-5836ff3dc33e4a98b9b7d0bb81f4aa63
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 giant puppet show between an elephant and child'. Count the number of vowels in the given sentence. Output:
[ "15" ]
task157-75829cffe68e41fcbae541231dfd5358
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 is trying to play a game of tennis on the court'. Count the number of vowels in the given sentence. Output:
[ "16" ]
task157-4ccf4dc6f4884f05a21997ce4eefd8e7
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 train beside a fence and other items'. Count the number of vowels in the given sentence. Output:
[ "15" ]
task157-f1405a46c5134af58cccbf6c06e915ca
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 delicious pile of condiments complement a hot dog'. Count the number of consonants in the given sentence. Output:
[ "25" ]
task157-df85292303344f89a2fe11ed408e402f
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 steam train is going down the train tracks'. Count the number of vowels in the given sentence. Output:
[ "13" ]
task157-24ee7a3d21e34f5bbca3cbb9ec319480
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 signs clearly tell the cars where to go'. Count the number of consonants in the given sentence. Output:
[ "24" ]
task157-93ae0240f88c42a4be04e7105cdc91f3
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 bowl of fruit with some cups near by'. Count the number of consonants in the given sentence. Output:
[ "21" ]
task157-ea815c07f9b74381acf7b8f12dc1c4ea
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 baseball field holding a catchers mitt'. Count the number of consonants in the given sentence. Output:
[ "31" ]
task157-4c1b245828114fb6b68d5ad5e9a59bc4
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 on top of a building yawning and an airplane above him'. Count the number of vowels in the given sentence. Output:
[ "21" ]
task157-eb740d662bfe4d1bb5ac679cb8e7b494
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 public bathroom with support bars and a toilet'. Count the number of vowels in the given sentence. Output:
[ "15" ]
task157-1e6c5bf6326c46bc9d3ac3f002ee6e02
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 dark kitchen with many cabinets with a small light on above the stove'. Count the number of vowels in the given sentence. Output:
[ "20" ]
task157-3df0c07f1a52401786b1c95ab7f0efb6
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 man in a yellow striped shirt playing wii in front of two women'. Count the number of consonants in the given sentence. Output:
[ "37" ]
task157-e6d3f3f57d3b4ae8969e467c0d08c0ce
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 blue jeans hold a wii remote behind his back'. Count the number of vowels in the given sentence. Output:
[ "18" ]
task157-28222d1eecd144d7bf3277fd4ac865e2
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 tennis court hitting a tennis ball'. Count the number of vowels in the given sentence. Output:
[ "16" ]
task157-4d4cd6ac17ce47388dbc112027e26c0e
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 holding up a packet with the letters p p and k and it'. Count the number of vowels in the given sentence. Output:
[ "14" ]
task157-85b6de908ef14a5e8176b1ce1de402e6
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 motorcycles are lined up to be displayed'. Count the number of vowels in the given sentence. Output:
[ "14" ]
task157-f56adc89780a459c9cec981a66521ee2
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 lies asleep in the middle of a mattress'. Count the number of vowels in the given sentence. Output:
[ "15" ]
task157-8c0fe56807ef45c08e41aa86b90788b8
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 next to a smaller zebra eating hay from a trough'. Count the number of vowels in the given sentence. Output:
[ "18" ]
task157-8f8e64010bae4c66b546b35e093f6024
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 in yellow shirt playing a game with a nintendo wii controller'. Count the number of consonants in the given sentence. Output:
[ "34" ]
task157-510a7b46c18e4851be84dd1f1e6ddf34
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 trying to catch a neon frisbee'. Count the number of vowels in the given sentence. Output:
[ "13" ]
task157-23440bba5ceb41409f9a39d4d512c5e2
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 grazing on dirt during the daytime'. Count the number of vowels in the given sentence. Output:
[ "13" ]
task157-2a7a2e89b65b47dfb989e68131e30e13
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 pushing a sled and a man walking with skis'. Count the number of consonants in the given sentence. Output:
[ "26" ]
task157-69d3e8de2c6d4b58a67df9b29dddf1dc
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 two men are playing with a frisbee'. Count the number of vowels in the given sentence. Output:
[ "12" ]
task157-89e5d5116500470892bcce82fdcbdb40
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 parrot is sitting on a branch above a river'. Count the number of consonants in the given sentence. Output:
[ "21" ]
task157-29ae3ea60eac4c249135e09f2b6017e7
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 surfer is attempting to ride the wave'. Count the number of consonants in the given sentence. Output:
[ "21" ]
task157-474380c4f6a14d22b3d75f0bf1c9df75
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 on a green tennis court with a red and black tennis racket in her hand'. Count the number of consonants in the given sentence. Output:
[ "39" ]
task157-47d48d88b59a45098ac378cd6323cc8e
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 boys sitting on a couch playing games on their laptops'. Count the number of vowels in the given sentence. Output:
[ "17" ]
task157-f4befc9a857d426e8b89d34f5dd9b47c
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 and a woman are walking with some kites'. Count the number of vowels in the given sentence. Output:
[ "15" ]
task157-2c67f78a5aea46db9d16f1cdd9538c5c