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: 'two cats sitting on top of a window sill'. Count the number of consonants in the given sentence. Output:
[ "21" ]
task157-bccbd603cacd409db2a512049a2f9dea
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 with smiles behind tennis racquets'. Count the number of vowels in the given sentence. Output:
[ "16" ]
task157-8c008d6eb8de4f97bd61e45367db7ffc
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 varied in ages are riding in a toy train'. Count the number of consonants in the given sentence. Output:
[ "24" ]
task157-9fee07d0de804ea0a7fd689bf9e930f6
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 plate of food with pizza'. Count the number of consonants in the given sentence. Output:
[ "17" ]
task157-0578a47ec3374d009920af22261418c5
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 man is walking in the rain while holding an umbrella'. Count the number of vowels in the given sentence. Output:
[ "17" ]
task157-6da4be32b5a04dcaa4fddbbaa5816287
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a woman with a green striped umbrella crosses a street past a brightly painted truck'. Count the number of vowels in the given sentence. Output:
[ "24" ]
task157-2997bb420615446b948a5ebfa35fedd1
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 men seated at a table each eating their own pizza'. Count the number of vowels in the given sentence. Output:
[ "22" ]
task157-3dc3f71b6de1479591afd677bd26d78d
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 beach chair and sandals in the sand'. Count the number of vowels in the given sentence. Output:
[ "11" ]
task157-b678242dd9554e4c9dd1ba912f3422dd
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 horses are standing in a field'. Count the number of vowels in the given sentence. Output:
[ "15" ]
task157-6955e581161d4762b3aeb4317ce731de
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 white museum entrance sign in front of a building'. Count the number of consonants in the given sentence. Output:
[ "28" ]
task157-434436eb94694540bdf24b70fb66aaf8
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 standing on top of a white foot stool'. Count the number of vowels in the given sentence. Output:
[ "16" ]
task157-d009acc7e4594b7b92ce1e57e6904911
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'an old train next to some empty train tracks'. Count the number of consonants in the given sentence. Output:
[ "24" ]
task157-49628177cc2a455bb0cee3224a40a020
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 row of wrong heavy hauler trucks lined up'. Count the number of vowels in the given sentence. Output:
[ "16" ]
task157-8957507bb5634d4a919b22a6b89f3ddd
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 counter with mirror and a container'. Count the number of consonants in the given sentence. Output:
[ "23" ]
task157-3d905a6508cf4e69a476f62ed5a44c4b
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 elephant approaching vehicles in a zoo exhibit, while two others walk away.'. Count the number of consonants in the given sentence. Output:
[ "38" ]
task157-a3343fc9c9d14f4eb28f1ef43b993aad
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 surfing on the ocean on his surfboard'. Count the number of vowels in the given sentence. Output:
[ "13" ]
task157-621eec8ce7bd40149339ed8c344c4f53
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 is standing on a bike with a bunch of captions around her'. Count the number of consonants in the given sentence. Output:
[ "31" ]
task157-14be8c5d6f4f49a395f0f51b42fe3980
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 horses pulling a man on a cart'. Count the number of vowels in the given sentence. Output:
[ "13" ]
task157-0aa686aae20a4c4c9f981d1ecf101833
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 large cat sits on the ledge beside a window'. Count the number of vowels in the given sentence. Output:
[ "15" ]
task157-b3faa5b60ff84bf2b89745ab0a675022
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 that is walking with a umbrella'. Count the number of vowels in the given sentence. Output:
[ "11" ]
task157-45f0954638b4478db67f9c5a6a276981
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 woman hitting a tennis ball with a racket'. Count the number of consonants in the given sentence. Output:
[ "26" ]
task157-37d095a81d6d46b3938c79f480cfa4f2
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a elephant walking a deep water to the other side'. Count the number of vowels in the given sentence. Output:
[ "17" ]
task157-a1703899e5bd44cc86ad05f507ba1ac0
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 with a video game controller standing in front of an open door'. Count the number of vowels in the given sentence. Output:
[ "24" ]
task157-d3819981d2b1436990379887173ba439
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 standing next to a very large burger'. Count the number of vowels in the given sentence. Output:
[ "13" ]
task157-0ccfa54541ed4a4591949f4b5f9bbd50
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 teddy bear missing its nose with tape there instead'. Count the number of consonants in the given sentence. Output:
[ "27" ]
task157-fb066af91d344482943f5e66409fdfbf
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 goes down a track below a bridge'. Count the number of vowels in the given sentence. Output:
[ "13" ]
task157-ed232dcd77934647ad883b2ea3552a19
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 speeding fast on a long board'. Count the number of vowels in the given sentence. Output:
[ "11" ]
task157-4844332751be477a8c8272034a814c4c
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 brown teddy bear in display in a store window'. Count the number of vowels in the given sentence. Output:
[ "15" ]
task157-e4ed223f06864aa69c0c2dcfb5e1459f
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 with an umbrella stands in the rain'. Count the number of vowels in the given sentence. Output:
[ "13" ]
task157-46f68e38c7bd48b3a02170dee91c7dd4
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 partially eaten donut in front of a display of baskets of strawberries'. Count the number of vowels in the given sentence. Output:
[ "23" ]
task157-aabf01e4dae143e39038a966338b5c53
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 that is kind of cluttered with lots of jugs'. Count the number of consonants in the given sentence. Output:
[ "29" ]
task157-5eba8d99aaa5452ab520081493a4365d
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'lots of sheep are standing in a field'. Count the number of vowels in the given sentence. Output:
[ "12" ]
task157-3f48da56115b406981ff37c0cbf5108a
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 police car is parked next to the curb'. Count the number of consonants in the given sentence. Output:
[ "21" ]
task157-be984bf5f9814862b1940782e8567871
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 grill containing fruit and vegetables near a group of people'. Count the number of vowels in the given sentence. Output:
[ "22" ]
task157-502e1c68f37f478ba33e4d3d493ab406
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 suitcase with wheels sits by itself in the middle of the street'. Count the number of consonants in the given sentence. Output:
[ "34" ]
task157-bf870969d6f34362abb9addd775f9784
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 is eating a donut in a convenience store'. Count the number of vowels in the given sentence. Output:
[ "19" ]
task157-ecf65820ef22416fb1414378872127ca
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 airplane flying over a field over crops'. Count the number of consonants in the given sentence. Output:
[ "24" ]
task157-85fafdfe25214247ace0e847c4bd9827
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 is knitting fabric at a wooden table'. Count the number of consonants in the given sentence. Output:
[ "21" ]
task157-9c0b059e81984969a857f635ac789cc6
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 plate of food with a sandwich and french fries'. Count the number of vowels in the given sentence. Output:
[ "19" ]
task157-bd3fdc10bf0a49c499f462cd05026e16
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 are gathered around a running fire hydrant'. Count the number of consonants in the given sentence. Output:
[ "29" ]
task157-2be4c8fbfd7d43ff8a33984b1a716038
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 are standing over a table with some nearly empty boxes'. Count the number of vowels in the given sentence. Output:
[ "21" ]
task157-62ae8779e0954759b84dc78bdd12502e
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 people standing next to a tower with an umbrella over it'. Count the number of vowels in the given sentence. Output:
[ "23" ]
task157-ec9b7ed2343846ccbf7bc47a8f38e5ed
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 rides his board in front of a group of people'. Count the number of consonants in the given sentence. Output:
[ "28" ]
task157-19550e039be8414f882dfc912125b9c8
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 getting ready to hit a tennis ball on a court'. Count the number of vowels in the given sentence. Output:
[ "17" ]
task157-3e3cef8121b74c5eb8febb5492e766aa
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 in a grassy field grazing'. Count the number of vowels in the given sentence. Output:
[ "12" ]
task157-ea83777d66ef46c7b33bae473fcc5fbb
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'large airplane sitting on an iced over runway'. Count the number of vowels in the given sentence. Output:
[ "16" ]
task157-30c388bcfba649ff8e105783c2094ae8
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 giraffes are walking on a dirt road looking in opposite directions'. Count the number of consonants in the given sentence. Output:
[ "34" ]
task157-f6970c26e3bd447c9942429498f637e3
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 book that is on the edge of a desk'. Count the number of consonants in the given sentence. Output:
[ "15" ]
task157-fcdddb5b77344c349c07cae042e2e48b
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 at a table with a dog'. Count the number of consonants in the given sentence. Output:
[ "19" ]
task157-9914e44d9fb840389f7a328d71e7b1fc
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 skating on the street near a building'. Count the number of vowels in the given sentence. Output:
[ "14" ]
task157-7124fc37d3334bc6b389ed2cca707914
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a baseball player is throwing a ball and a tree and a car'. Count the number of vowels in the given sentence. Output:
[ "18" ]
task157-44bae7b807fe4850a70f137850e84b0d
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 open restroom door with a urinal on a wall'. Count the number of consonants in the given sentence. Output:
[ "20" ]
task157-d93a349fd42e435483bb64e50d556c93
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 pink coat and sunglasses talking on a phone'. Count the number of consonants in the given sentence. Output:
[ "27" ]
task157-a623b9bdfbbd4e68b41a779735aa73f5
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 passenger train with a yellow front on the engine'. Count the number of vowels in the given sentence. Output:
[ "16" ]
task157-07c0acf288ef46fcb37e2cd48390e8fb
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a giraffe reaches with its tongue for a hand holding food'. Count the number of consonants in the given sentence. Output:
[ "28" ]
task157-cc302b3fc37e4744ba87ffcf5a679129
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a baseball player jumps over another to catch a ball'. Count the number of consonants in the given sentence. Output:
[ "27" ]
task157-e465e078c991457ca9964f0e6f4e7de5
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 plane flying on a somewhat cloudy day'. Count the number of consonants in the given sentence. Output:
[ "20" ]
task157-5461f0b5bb2e4c6f908716a8d37948f1
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 bouquet of flowers is on a coffee table'. Count the number of consonants in the given sentence. Output:
[ "17" ]
task157-0f98a1ac07c94d21894e8c465f20ae93
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 closeup of two zebras standing near one another'. Count the number of vowels in the given sentence. Output:
[ "17" ]
task157-64a2e0fd66aa4496b504f58ef3167ec6
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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's hand holding a music device playing a song'. Count the number of vowels in the given sentence. Output:
[ "16" ]
task157-bd9b1b8edfba459b8dc1985dd9fef9ae
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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, black and white bird with a brightly colored beak stands in grass'. Count the number of vowels in the given sentence. Output:
[ "18" ]
task157-20f3e7214cee4414baa80b48531faab2
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 truck parked on top of a grass field'. Count the number of consonants in the given sentence. Output:
[ "21" ]
task157-485ec0036d854397a90edef184cd6793
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 is standing in the rain holding an umbrella'. Count the number of consonants in the given sentence. Output:
[ "29" ]
task157-dcee6f31ed134769933c9e474aed0b34
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 who is sitting on a bench'. Count the number of vowels in the given sentence. Output:
[ "11" ]
task157-7efdb7df56a64b1d86be661e5d4e53fc
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 double decker bus driving down the street in the snow'. Count the number of consonants in the given sentence. Output:
[ "29" ]
task157-faf9f11fca324e4fa2b5f2e091f0a04b
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 working in a restaurant slicing pizza'. Count the number of vowels in the given sentence. Output:
[ "14" ]
task157-4074a068d1224c7eb455ea3f617e79ea
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'cute teddy bear dressed in colonial dress clothes'. Count the number of vowels in the given sentence. Output:
[ "15" ]
task157-8b0748f64b144ca4878ecfad95152414
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 stuffed bear and an umbrella with the face of a teddy bear'. Count the number of vowels in the given sentence. Output:
[ "19" ]
task157-352ed4e218264f5297cba10a67fe4d8f
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 bottle of wine sitting amongst some mcdonald's food'. Count the number of consonants in the given sentence. Output:
[ "28" ]
task157-f9e766304cae477f9fb31bfbaeaecd7d
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 with backpacks and umbrellas'. Count the number of vowels in the given sentence. Output:
[ "14" ]
task157-60c23a03a5744627a6cb8262eb0d4053
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'old fishing boats along the shore of a lake'. Count the number of consonants in the given sentence. Output:
[ "21" ]
task157-d86fe18efd1a423aac04a716f0619644
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 men in white and red during a baseball game'. Count the number of vowels in the given sentence. Output:
[ "18" ]
task157-8b3b83165536440ca7d7726098cfc5fe
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 umbrellas in a small room'. Count the number of vowels in the given sentence. Output:
[ "13" ]
task157-a12ee752e964471a8002b980a21a818e
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 topped with cloth vegetables on a cutting board'. Count the number of consonants in the given sentence. Output:
[ "29" ]
task157-f0bc991408f64b9796c909a79bc9414e
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 tooth brush sitting in a glass on a sink'. Count the number of vowels in the given sentence. Output:
[ "12" ]
task157-81b15ba54c3b44c7a533ea93ec21eb85
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 flying a kite that is sitting on the ground'. Count the number of consonants in the given sentence. Output:
[ "31" ]
task157-c80336a4b63b4544b7b004726006c6bf
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 across a beach holding surfboards'. Count the number of vowels in the given sentence. Output:
[ "19" ]
task157-05168bd9ef9549338e6136b541844f95
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 three large kites flying in a blue cloudy sky'. Count the number of vowels in the given sentence. Output:
[ "17" ]
task157-277ff7c34a404b4aa2c4d0dd85a4ad00
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 goes through oranges in crates at an outdoor market'. Count the number of vowels in the given sentence. Output:
[ "20" ]
task157-cfbf77688c9143c8a5e5221220ab3284
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 tree and a tower with a clock'. Count the number of vowels in the given sentence. Output:
[ "12" ]
task157-7903b082f8784519a0bd52b5b41d9c04
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'baseball player delivering hit to ball during game'. Count the number of vowels in the given sentence. Output:
[ "16" ]
task157-d22564ea8cbe49b99fc2c5aef57acc42
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 s guys snow board down a snowy hill'. Count the number of vowels in the given sentence. Output:
[ "11" ]
task157-a052e0dfec7b47cbaae2de911fd06d75
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 flat screen television is being watched by a woman who is cupping her mouth'. Count the number of vowels in the given sentence. Output:
[ "24" ]
task157-a8229f1603fc473db5e80cda2db5bbcc
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 plates of pasties and cups of tea on a table'. Count the number of vowels in the given sentence. Output:
[ "16" ]
task157-391fc1732f734348821a4e85eeeeba54
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 inside of a store behind piles of ripe bananas'. Count the number of vowels in the given sentence. Output:
[ "21" ]
task157-6628c8a039e84061a2681bce1da2dd1e
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 pizza with cheese and mushrooms and garnish'. Count the number of vowels in the given sentence. Output:
[ "16" ]
task157-379094a85b6c4b769fbe8a4264cfa1a8
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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's hand is holding up a lit up cell phone'. Count the number of consonants in the given sentence. Output:
[ "23" ]
task157-561e89c3c6834462baea6cc4d6690be1
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'alert dog with red collar sitting very still'. Count the number of vowels in the given sentence. Output:
[ "11" ]
task157-6b28ac481bcf4d96b391aa46f9d3630f
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 sitting on a table near a glass and a candle'. Count the number of vowels in the given sentence. Output:
[ "17" ]
task157-79561079e5db4da5b5121e1ff69542cd
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 vase with two flutes holding pink and white flowers'. Count the number of vowels in the given sentence. Output:
[ "16" ]
task157-2c84bbe8ecef4f2899a1c50492a5f2c8
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 a black and white portrait of a man in a suit and tie'. Count the number of vowels in the given sentence. Output:
[ "20" ]
task157-3074a428022b4cba82acf3341dc95ad4
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 skiing down a roped off section learning'. Count the number of consonants in the given sentence. Output:
[ "24" ]
task157-1b3dbcb8ee324a23bfa1a90c565b3730
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 are in shadows looking at the water'. Count the number of vowels in the given sentence. Output:
[ "16" ]
task157-2e952d1121aa4137b8049c57d0f94887
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 vowels in the given sentence. Output:
[ "16" ]
task157-aaadd4cbbe134cbabb1a8d669843f118
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'a motorcycle is sitting on the side of a road'. Count the number of consonants in the given sentence. Output:
[ "21" ]
task157-1b3378a4a1a7464f9964a318272a6a03
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'there are several rows of cream colored chairs lined up'. Count the number of vowels in the given sentence. Output:
[ "19" ]
task157-cdd4f957ab9a45119e84cef44daf1ed3
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 shower curtain is open in a small bathroom'. Count the number of consonants in the given sentence. Output:
[ "23" ]
task157-a3aca923f57542cbb06cc61867548369
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'vegetables and fruits are stacked together on a table'. Count the number of consonants in the given sentence. Output:
[ "27" ]
task157-d5e66e076c75486596e055b8b2685b53
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having 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 wooden furniture in a home kitchen'. Count the number of vowels in the given sentence. Output:
[ "16" ]
task157-6636fcce058046ae96f4103e83f0465a
Definition: In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Positive Example 1 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of vowels in the given sentence. Output: 16 Positive Example 2 - Input: Sentence: 'a white cat on a desk near a computer monitor'. Count the number of consonants in the given sentence. Output: 20 Negative Example 1 - Input: Sentence: 'some boys having fun with their skateboards and laughing'. Count the number of vowels in the given sentence. Output: 31 Now complete the following example - Input: Sentence: 'bunches of bananas sitting and hanging inside of a store'. Count the number of consonants in the given sentence. Output:
[ "29" ]
task157-90a6697ca03d4a00a692132077d1862f