// A child in a blue and white team uniform chasing a soccer ball .
// A young boy in a blue soccer uniform chasing a ball .
1 A :
2 young :
3 boy :
4 in :
5 a :
6 blue :
7 soccer :
8 uniform :
9 chasing :
10 a :
11 ball :
12 . :
1 2 <==> 1 2 3 // EQUI // 5 //
14 <==> 12 // EQUI // 5 //
// A man in a gray suit locking up a bicycle
// A man and a woman standing on a city street .
1 A :
2 man :
3 and :
4 a :
5 woman :
6 standing :
7 on :
8 a :
9 city :
10 street :
11 . :
1 2 <==> 1 2 3 4 5 // EQUI // 5 //
// A dog in in a car .
// A dog is biting a mop .
1 A :
2 dog :
3 is :
4 biting :
5 a :
6 mop :
7 . :
3 4 5 6 <==> 1 2 // EQUI // 5 //
// A black dog walking beside a pool .
// A black dog is walking along the side of a pool .
1 A :
2 black :
3 dog :
4 is :
5 walking :
6 along :
7 the :
8 side :
9 of :
10 a :
11 pool :
12 . :
1 2 3 <==> 1 2 3 // EQUI // 5 //
4 <==> 4 5 // EQUI // 5 //
5 6 7 <==> 6 7 8 9 10 11 // EQUI // 5 //
8 <==> 12 // EQUI // 5 //
// The boy is looking up at the girl as another girl ignores them .
// the boy is diving into the pool as the couple watch .
1 the :
2 boy :
3 is :
4 diving :
5 into :
6 the :
7 pool :
8 as :
9 the :
10 couple :
11 watch :
12 . :
1 2 <==> 1 2 // EQUI // 5 //
6 7 8 9 10 11 <==> 8 9 10 // EQUI // 5 //
14 <==> 12 // EQUI // 5 //
// Two women holding checkered flags near an orange car .
// Two ladies in skimpy clothes pose next to an old fashioned car .
1 Two :
2 ladies :
3 in :
4 skimpy :
5 clothes :
6 pose :
7 next :
8 to :
9 an :
10 old :
11 fashioned :
12 car :
13 . :
1 2 <==> 1 2 // EQUI // 5 //
6 7 8 9 <==> 7 8 9 10 11 12 // EQUI // 5 //
10 <==> 13 // EQUI // 5 //
// A hiker with a backpack is up on a misty mountain top .
// A hiker climbing a rocky hill with fog surrounding him .
1 A :
2 hiker :
3 climbing :
4 a :
5 rocky :
6 hill :
7 with :
8 fog :
9 surrounding :
10 him :
11 . :
3 4 5 <==> 3 // EQUI // 5 //
13 <==> 11 // EQUI // 5 //
// A brown dog in running on grass .
// A brown dog runs through the grass .
1 A :
2 brown :
3 dog :
4 runs :
5 through :
6 the :
7 grass :
8 . :
4 5 <==> 4 // EQUI // 5 //
8 <==> 8 // EQUI // 5 //
// The dog returns the play toy to its master .
// Three dogs race in the snow together .
1 Three :
2 dogs :
3 race :
4 in :
5 the :
6 snow :
7 together :
8 . :
4 5 6 <==> 3 // EQUI // 5 //
7 8 9 <==> 7 // EQUI // 5 //
// two dogs are running across a grassy path .
// Two dogs are in a grassy area .
1 Two :
2 dogs :
3 are :
4 in :
5 a :
6 grassy :
7 area :
8 . :
3 4 <==> 3 // EQUI // 5 //
// A woman stands with her arms out at her sides while another takes a picture .
// A man stands in a crowd holding a white object .
1 A :
2 man :
3 stands :
4 in :
5 a :
6 crowd :
7 holding :
8 a :
9 white :
10 object :
11 . :
1 2 <==> 1 2 // EQUI // 5 //
3 <==> 3 // EQUI // 5 //
14 15 <==> 7 // EQUI // 5 //
16 <==> 11 // EQUI // 5 //
// A dog is jumping in the air to catch an orange Frisbee .
// a white dog jumping in the air to catch a red Frisbee .
1 a :
2 white :
3 dog :
4 jumping :
5 in :
6 the :
7 air :
8 to :
9 catch :
10 a :
11 red :
12 Frisbee :
13 . :
1 2 <==> 1 2 3 // EQUI // 5 //
5 6 7 <==> 5 6 7 // EQUI // 5 //
8 9 <==> 8 9 // EQUI // 5 //
13 <==> 13 // EQUI // 5 //
// A woman and a man with a blue shirt are posing for a photograph .
// a man and a woman posing for a picture
1 a :
2 man :
3 and :
4 a :
5 woman :
6 posing :
7 for :
8 a :
9 picture :
1 2 3 4 5 <==> 1 2 3 4 5 // EQUI // 5 //
10 11 <==> 6 // EQUI // 5 //
// Three people stand in an outdoor glass structure .
// Three people in a glass structure .
1 Three :
2 people :
3 in :
4 a :
5 glass :
6 structure :
7 . :
1 2 <==> 1 2 // EQUI // 5 //
4 5 6 7 8 <==> 3 4 5 6 // EQUI // 5 //
9 <==> 7 // EQUI // 5 //
// Young boy wearing a denim shirt sticks out his tongue .
// A young boy wearing a denim jacket sticks his tongue out .
1 A :
2 young :
3 boy :
4 wearing :
5 a :
6 denim :
7 jacket :
8 sticks :
9 his :
10 tongue :
11 out :
12 . :
1 2 <==> 1 2 3 // EQUI // 5 //
3 <==> 4 // EQUI // 5 //
// A brown dog is walking on the grass .
// A dog chases another by a tree .
1 A :
2 dog :
3 chases :
4 another :
5 by :
6 a :
7 tree :
8 . :
1 2 3 <==> 1 2 // EQUI // 5 //
4 5 <==> 4 // EQUI // 5 //
// Three boys playing soccer in a field
// Three boys playing soccer .
1 Three :
2 boys :
3 playing :
4 soccer :
5 . :
3 <==> 3 // EQUI // 5 //
// A person is riding a skateboard in the air above a ramp .
// A biker is riding along a track element located with a wooded area .
1 A :
2 biker :
3 is :
4 riding :
5 along :
6 a :
7 track :
8 element :
9 located :
10 with :
11 a :
12 wooded :
13 area :
14 . :
1 2 <==> 1 2 // EQUI // 5 //
3 4 <==> 3 4 // EQUI // 5 //
13 <==> 14 // EQUI // 5 //
// Brown and white dog playing in the grass .
// Black and white dog leaping for Frisbee .
1 Black :
2 and :
3 white :
4 dog :
5 leaping :
6 for :
7 Frisbee :
8 . :
1 2 3 4 <==> 1 2 3 4 // EQUI // 5 //
9 <==> 8 // EQUI // 5 //
// A boy is jumping into the water with a ball in his hand .
// A little boy swimming underwater with a toy in his hand .
1 A :
2 little :
3 boy :
4 swimming :
5 underwater :
6 with :
7 a :
8 toy :
9 in :
10 his :
11 hand :
12 . :
1 2 <==> 1 2 3 // EQUI // 5 //
11 12 13 <==> 9 10 11 // EQUI // 5 //
14 <==> 12 // EQUI // 5 //
// A deer jumps a fence .
// A deer jumping over a fence .
1 A :
2 deer :
3 jumping :
4 over :
5 a :
6 fence :
7 . :
1 2 <==> 1 2 // EQUI // 5 //
3 <==> 3 4 // EQUI // 5 //
4 5 <==> 5 6 // EQUI // 5 //
6 <==> 7 // EQUI // 5 //
// Two young girls with dyed hair talk to two boys in black .
// two girls with pink streaked hair and two boys with black hair standing next to a concrete building .
1 two :
2 girls :
3 with :
4 pink :
5 streaked :
6 hair :
7 and :
8 two :
9 boys :
10 with :
11 black :
12 hair :
13 standing :
14 next :
15 to :
16 a :
17 concrete :
18 building :
19 . :
7 <==> 13 // EQUI // 5 //
// Light brown dog running towards something at the beach .
// A brown dog chases a blond one in the grass .
1 A :
2 brown :
3 dog :
4 chases :
5 a :
6 blond :
7 one :
8 in :
9 the :
10 grass :
11 . :
5 6 <==> 5 6 7 // EQUI // 5 //
10 <==> 11 // EQUI // 5 //
// A man with a messenger bag in front of a gray tile wall .
// Man in red jacket standing in front of lighthouse .
1 Man :
2 in :
3 red :
4 jacket :
5 standing :
6 in :
7 front :
8 of :
9 lighthouse :
10 . :
1 2 <==> 1 // EQUI // 5 //
// A man crouching and holding a camera .
// The crouching man is holding a large camera .
1 The :
2 crouching :
3 man :
4 is :
5 holding :
6 a :
7 large :
8 camera :
9 . :
5 <==> 4 5 // EQUI // 5 //
6 7 <==> 6 7 8 // EQUI // 5 //
8 <==> 9 // EQUI // 5 //
// A girl wearing a pink coat splashes in rain puddles .
// A girl in a pink jacket is walking through a large puddle .
1 A :
2 girl :
3 in :
4 a :
5 pink :
6 jacket :
7 is :
8 walking :
9 through :
10 a :
11 large :
12 puddle :
13 . :
1 2 <==> 1 2 // EQUI // 5 //
11 <==> 13 // EQUI // 5 //
// A man rollerblading on a metal bar .
// Roller blades sliding on a railing .
1 Roller :
2 blades :
3 sliding :
4 on :
5 a :
6 railing :
7 . :
4 5 6 7 <==> 1 2 // EQUI // 5 //
8 <==> 7 // EQUI // 5 //
// A small dog jumping with a ball in its mouth .
// There is a brown dog swimming outside with a tennis ball in its mouth .
1 There :
2 is :
3 a :
4 brown :
5 dog :
6 swimming :
7 outside :
8 with :
9 a :
10 tennis :
11 ball :
12 in :
13 its :
14 mouth :
15 . :
1 2 3 <==> 7 // EQUI // 5 //
8 9 10 <==> 12 13 14 // EQUI // 5 //
11 <==> 15 // EQUI // 5 //
// Kids playing ball in the park .
// Two dogs playing by the shore .
1 Two :
2 dogs :
3 playing :
4 by :
5 the :
6 shore :
7 . :
1 <==> 1 2 // EQUI // 5 //
2 3 <==> 3 // EQUI // 5 //
7 <==> 7 // EQUI // 5 //
// Woman in a black dress walking on the street .
// A woman watches a dog jump down the stairs .
1 A :
2 woman :
3 watches :
4 a :
5 dog :
6 jump :
7 down :
8 the :
9 stairs :
10 . :
1 <==> 1 2 // EQUI // 5 //
// Five men dressed in tuxedos standing on a set of stairs
// Five men in tuxedos are walking down steps .
1 Five :
2 men :
3 in :
4 tuxedos :
5 are :
6 walking :
7 down :
8 steps :
9 . :
1 2 <==> 1 2 // EQUI // 5 //
4 5 <==> 3 4 // EQUI // 5 //
// A dog is running toward the camera .
// A brown and white dog running on grass .
1 A :
2 brown :
3 and :
4 white :
5 dog :
6 running :
7 on :
8 grass :
9 . :
5 6 7 <==> 6 // EQUI // 5 //
8 <==> 9 // EQUI // 5 //
// a dog jumps into the water .
// A small dog leaps in the water .
1 A :
2 small :
3 dog :
4 leaps :
5 in :
6 the :
7 water :
8 . :
1 2 <==> 1 2 3 // EQUI // 5 //
4 5 6 <==> 5 6 7 // EQUI // 5 //
7 <==> 8 // EQUI // 5 //
// Two large dogs running in some grass .
// Two brindle dogs running in the grass .
1 Two :
2 brindle :
3 dogs :
4 running :
5 in :
6 the :
7 grass :
8 . :
4 <==> 4 // EQUI // 5 //
8 <==> 8 // EQUI // 5 //
// A boy stands in the pool at the bottom of a blue water slide .
// A boy splashes into a pool , ejected from a water slide .
1 A :
2 boy :
3 splashes :
4 into :
5 a :
6 pool :
7 , :
8 ejected :
9 from :
10 a :
11 water :
12 slide :
13 . :
1 2 <==> 1 2 // EQUI // 5 //
10 11 12 13 14 <==> 9 10 11 12 // EQUI // 5 //
15 <==> 13 // EQUI // 5 //
// Two children ride saucers down a snowy hill .
// Two children go sledding .
1 Two :
2 children :
3 go :
4 sledding :
5 . :
3 <==> 3 // EQUI // 5 //
// A person climbs up a snowy hill while their dog follows .
// A person climbs a snowy hill while a black dog follows .
1 A :
2 person :
3 climbs :
4 a :
5 snowy :
6 hill :
7 while :
8 a :
9 black :
10 dog :
11 follows :
12 . :
1 2 <==> 1 2 // EQUI // 5 //
3 4 <==> 3 // EQUI // 5 //
11 <==> 11 // EQUI // 5 //
// A child is jumping into a swimming pool .
// A dog jumping into a swimming pool .
1 A :
2 dog :
3 jumping :
4 into :
5 a :
6 swimming :
7 pool :
8 . :
1 2 <==> 1 2 // EQUI // 5 //
5 6 7 8 <==> 4 5 6 7 // EQUI // 5 //
9 <==> 8 // EQUI // 5 //
// Four small children sit on tall stools at a resturaunt bar .
// Four children sit on tall bar stools at a yellow and grey bar .
1 Four :
2 children :
3 sit :
4 on :
5 tall :
6 bar :
7 stools :
8 at :
9 a :
10 yellow :
11 and :
12 grey :
13 bar :
14 . :
1 2 3 <==> 1 2 // EQUI // 5 //
4 <==> 3 // EQUI // 5 //
12 <==> 14 // EQUI // 5 //
// The black and white dog runs through the grass .
// A black and white dog is running through grass .
1 A :
2 black :
3 and :
4 white :
5 dog :
6 is :
7 running :
8 through :
9 grass :
10 . :
1 2 3 4 5 <==> 1 2 3 4 5 // EQUI // 5 //
6 <==> 6 7 // EQUI // 5 //
7 8 9 <==> 8 9 // EQUI // 5 //
10 <==> 10 // EQUI // 5 //
// A girl in a pink shirt is sprawling her limbs out in midair .
// A man dressed in a Santa suit is climbing up a large concrete building .
1 A :
2 man :
3 dressed :
4 in :
5 a :
6 Santa :
7 suit :
8 is :
9 climbing :
10 up :
11 a :
12 large :
13 concrete :
14 building :
15 . :
1 2 <==> 1 2 // EQUI // 5 //
3 4 5 6 <==> 4 5 6 7 // EQUI // 5 //
14 <==> 15 // EQUI // 5 //
// A tan and white dog retrieving a ball on a gravel path .
// A large dog walks along a gravel path in the woods .
1 A :
2 large :
3 dog :
4 walks :
5 along :
6 a :
7 gravel :
8 path :
9 in :
10 the :
11 woods :
12 . :
9 10 11 12 <==> 5 6 7 8 // EQUI // 5 //
13 <==> 12 // EQUI // 5 //
// a boy in a grey hat is carrying a soccer ball by a reddish colored wall .
// A small boy is carrying a soccer ball .
1 A :
2 small :
3 boy :
4 is :
5 carrying :
6 a :
7 soccer :
8 ball :
9 . :
1 2 <==> 1 2 3 // EQUI // 5 //
17 <==> 9 // EQUI // 5 //
// A person wearing scuba gear is swimming underwater water .
// A person is scuba diving in very clear blue water .
1 A :
2 person :
3 is :
4 scuba :
5 diving :
6 in :
7 very :
8 clear :
9 blue :
10 water :
11 . :
1 2 <==> 1 2 // EQUI // 5 //
3 <==> 3 4 5 // EQUI // 5 //
// A white dog walking in the snow .
// A black and tan dog walking through the snow .
1 A :
2 black :
3 and :
4 tan :
5 dog :
6 walking :
7 through :
8 the :
9 snow :
10 . :
4 <==> 6 // EQUI // 5 //
5 6 7 <==> 7 8 9 // EQUI // 5 //
8 <==> 10 // EQUI // 5 //
// A woman placing a baby on a skateboard on the beach .
// a woman holds a small baby on a skateboard at the beach
1 a :
2 woman :
3 holds :
4 a :
5 small :
6 baby :
7 on :
8 a :
9 skateboard :
10 at :
11 the :
12 beach :
1 2 <==> 1 2 // EQUI // 5 //
4 5 <==> 4 5 6 // EQUI // 5 //
6 7 8 <==> 7 8 9 // EQUI // 5 //
9 10 11 <==> 10 11 12 // EQUI // 5 //
// A young boy jumping into a lake .
// The boy is jumping into a lake .
1 The :
2 boy :
3 is :
4 jumping :
5 into :
6 a :
7 lake :
8 . :
1 2 3 <==> 1 2 // EQUI // 5 //
8 <==> 8 // EQUI // 5 //
// A man water skis while attached to a parachute .
// A man kite surfing creates a wave .
1 A :
2 man :
3 kite :
4 surfing :
5 creates :
6 a :
7 wave :
8 . :
1 2 <==> 1 2 // EQUI // 5 //
3 4 <==> 3 4 // EQUI // 5 //
10 <==> 8 // EQUI // 5 //
// A white dog looks at a black puppy in the snow .
// A big white dog and a small black dog sit in the snow .
1 A :
2 big :
3 white :
4 dog :
5 and :
6 a :
7 small :
8 black :
9 dog :
10 sit :
11 in :
12 the :
13 snow :
14 . :
4 <==> 10 // EQUI // 5 //
9 10 11 <==> 11 12 13 // EQUI // 5 //
12 <==> 14 // EQUI // 5 //
// A blue and white soccer team playing against each other .
// A topless woman with her face painted is covered in mud .
1 A :
2 topless :
3 woman :
4 with :
5 her :
6 face :
7 painted :
8 is :
9 covered :
10 in :
11 mud :
12 . :
7 <==> 4 5 6 // EQUI // 5 //
11 <==> 12 // EQUI // 5 //
// a white dog running in the snow
// The dogs are running in the snow .
1 The :
2 dogs :
3 are :
4 running :
5 in :
6 the :
7 snow :
8 . :
5 6 7 <==> 5 6 7 // EQUI // 5 //
// A young boy wearing a blue visor swings a bat .
// A young boy with a visor on plays ball with his bat in the street .
1 A :
2 young :
3 boy :
4 with :
5 a :
6 visor :
7 on :
8 plays :
9 ball :
10 with :
11 his :
12 bat :
13 in :
14 the :
15 street :
16 . :
1 2 3 <==> 1 2 3 // EQUI // 5 //
// a group of people white water rafting in a blue raft .
// A group of people paddle their blue inflatable raft down the rapids .
1 A :
2 group :
3 of :
4 people :
5 paddle :
6 their :
7 blue :
8 inflatable :
9 raft :
10 down :
11 the :
12 rapids :
13 . :
3 4 <==> 3 4 // EQUI // 5 //
12 <==> 13 // EQUI // 5 //
// A pair of dogs playing with a purple ball .
// Two dogs play with purple football .
1 Two :
2 dogs :
3 play :
4 with :
5 purple :
6 football :
7 . :
5 <==> 3 // EQUI // 5 //
10 <==> 7 // EQUI // 5 //
// A dog shakes off water
// A dog shakes his head .
1 A :
2 dog :
3 shakes :
4 his :
5 head :
6 . :
1 2 <==> 1 2 // EQUI // 5 //
4 5 <==> 4 5 // EQUI // 5 //
// A boy wearing a red shirt runs across the grass with a furry dog .
// A sports fan is wearing face paint in the stands .
1 A :
2 sports :
3 fan :
4 is :
5 wearing :
6 face :
7 paint :
8 in :
9 the :
10 stands :
11 . :
3 <==> 4 5 // EQUI // 5 //
11 12 13 14 <==> 6 7 // EQUI // 5 //
15 <==> 11 // EQUI // 5 //
// Two young children are walking across an open field .
// Two small children walking in a field .
1 Two :
2 small :
3 children :
4 walking :
5 in :
6 a :
7 field :
8 . :
1 2 3 <==> 1 2 3 // EQUI // 5 //
10 <==> 8 // EQUI // 5 //
// The brown dog is running on the grass .
// The skinny brown dog is running through the tall green grass .
1 The :
2 skinny :
3 brown :
4 dog :
5 is :
6 running :
7 through :
8 the :
9 tall :
10 green :
11 grass :
12 . :
1 2 3 <==> 1 2 3 4 // EQUI // 5 //
4 5 <==> 5 6 // EQUI // 5 //
6 7 8 <==> 7 8 9 10 11 // EQUI // 5 //
9 <==> 12 // EQUI // 5 //
// A man with his arms raised at the top of a mountain .
// A person in a red shirt is standing , with arms raised , at the top of a mountain .
1 A :
2 person :
3 in :
4 a :
5 red :
6 shirt :
7 is :
8 standing :
9 , :
10 with :
11 arms :
12 raised :
13 , :
14 at :
15 the :
16 top :
17 of :
18 a :
19 mountain :
20 . :
1 2 <==> 1 2 // EQUI // 5 //
7 8 9 <==> 14 15 16 // EQUI // 5 //
13 <==> 13 // EQUI // 5 //
// Three children stand on or near a fence .
// The three children are standing on and by a fence .
1 The :
2 three :
3 children :
4 are :
5 standing :
6 on :
7 and :
8 by :
9 a :
10 fence :
11 . :
1 2 <==> 1 2 3 // EQUI // 5 //
3 <==> 4 5 // EQUI // 5 //
4 5 6 7 8 <==> 6 7 8 9 10 // EQUI // 5 //
9 <==> 11 // EQUI // 5 //
// A group of four children dancing in a backyard .
// A group of children do stretches on colored mats .
1 A :
2 group :
3 of :
4 children :
5 do :
6 stretches :
7 on :
8 colored :
9 mats :
10 . :
1 2 <==> 1 2 // EQUI // 5 //
10 <==> 10 // EQUI // 5 //
// Two constructions workers sit on a beam taking a break .
// The man is putting on his shirt near an elevator .
1 The :
2 man :
3 is :
4 putting :
5 on :
6 his :
7 shirt :
8 near :
9 an :
10 elevator :
11 . :
1 2 3 <==> 1 2 // EQUI // 5 //
8 9 10 <==> 3 4 5 // EQUI // 5 //
// A man is holding a very long leash attached to a very large dog who is smelling the grass .
// A man holds a long leash with a large gray dog attached to it .
1 A :
2 man :
3 holds :
4 a :
5 long :
6 leash :
7 with :
8 a :
9 large :
10 gray :
11 dog :
12 attached :
13 to :
14 it :
15 . :
1 2 <==> 1 2 // EQUI // 5 //
3 4 <==> 13 14 // EQUI // 5 //
5 6 7 8 <==> 4 5 6 // EQUI // 5 //
9 <==> 12 // EQUI // 5 //
20 <==> 15 // EQUI // 5 //
// This is a boat on the water with mountains in the background .
// A white boat on glassy water with mountains in the background .
1 A :
2 white :
3 boat :
4 on :
5 glassy :
6 water :
7 with :
8 mountains :
9 in :
10 the :
11 background :
12 . :
3 4 <==> 1 2 3 // EQUI // 5 //
5 6 7 <==> 4 5 6 // EQUI // 5 //
8 9 <==> 7 8 // EQUI // 5 //
10 11 12 <==> 9 10 11 // EQUI // 5 //
13 <==> 12 // EQUI // 5 //
// Two boys are jumping into a pool .
// Two boys are in midair jumping into an inground pool .
1 Two :
2 boys :
3 are :
4 in :
5 midair :
6 jumping :
7 into :
8 an :
9 inground :
10 pool :
11 . :
3 4 <==> 3 // EQUI // 5 //
// Scuba diver submerged in water .
// The scuba diver is underwater .
1 The :
2 scuba :
3 diver :
4 is :
5 underwater :
6 . :
1 2 <==> 1 2 3 // EQUI // 5 //
3 4 5 <==> 4 5 // EQUI // 5 //
6 <==> 6 // EQUI // 5 //
// The brown and black dog sprints across the snow .
// A black dog is running quickly along the ground .
1 A :
2 black :
3 dog :
4 is :
5 running :
6 quickly :
7 along :
8 the :
9 ground :
10 . :
1 2 3 4 5 <==> 1 2 3 // EQUI // 5 //
7 8 9 <==> 7 8 9 // EQUI // 5 //
10 <==> 10 // EQUI // 5 //
// A black dog jumps through the water .
// A dog walks through the snow .
1 A :
2 dog :
3 walks :
4 through :
5 the :
6 snow :
7 . :
4 <==> 3 // EQUI // 5 //
5 6 7 <==> 4 5 6 // EQUI // 5 //
8 <==> 7 // EQUI // 5 //
// A brown dog walks in the grass with it's tongue hanging out .
// A grey dog walks in the green grass , tongue hanging out .
1 A :
2 grey :
3 dog :
4 walks :
5 in :
6 the :
7 green :
8 grass :
9 , :
10 tongue :
11 hanging :
12 out :
13 . :
4 <==> 4 // EQUI // 5 //
5 6 7 <==> 5 6 7 8 // EQUI // 5 //
11 12 <==> 11 12 // EQUI // 5 //
13 <==> 13 // EQUI // 5 //
// A person in a striped fleece clips a carabiner onto a metal line .
// A young woman in a helmet attaches a pulley to a cable .
1 A :
2 young :
3 woman :
4 in :
5 a :
6 helmet :
7 attaches :
8 a :
9 pulley :
10 to :
11 a :
12 cable :
13 . :
1 2 <==> 1 2 3 // EQUI // 5 //
7 <==> 7 // EQUI // 5 //
14 <==> 13 // EQUI // 5 //
// A lean dog runs through green grass .
// A brown dog and two black dogs in an overgrown grassy field .
1 A :
2 brown :
3 dog :
4 and :
5 two :
6 black :
7 dogs :
8 in :
9 an :
10 overgrown :
11 grassy :
12 field :
13 . :
4 <==> 1 2 3 4 5 6 7 // EQUI // 5 //
8 <==> 13 // EQUI // 5 //
// Many cars parked on a mountain .
// A group of cars parked on a hill
1 A :
2 group :
3 of :
4 cars :
5 parked :
6 on :
7 a :
8 hill :
1 2 <==> 1 2 3 4 // EQUI // 5 //
3 <==> 5 // EQUI // 5 //
4 5 6 <==> 6 7 8 // EQUI // 5 //
// A light brown dog is running in the water .
// A brown and white dog running into the water
1 A :
2 brown :
3 and :
4 white :
5 dog :
6 running :
7 into :
8 the :
9 water :
7 8 9 <==> 7 8 9 // EQUI // 5 //
// three dogs playing on a beach
// A boy standing on a beach .
1 A :
2 boy :
3 standing :
4 on :
5 a :
6 beach :
7 . :
3 <==> 3 // EQUI // 5 //
// a dog jumps into the pond .
// the skateboarder jumps into the air .
1 the :
2 skateboarder :
3 jumps :
4 into :
5 the :
6 air :
7 . :
1 2 <==> 1 2 // EQUI // 5 //
3 <==> 3 // EQUI // 5 //
7 <==> 7 // EQUI // 5 //
// A white and black dog is jumping into a pool .
// A woman in a black apron is standing in front of a mirror .
1 A :
2 woman :
3 in :
4 a :
5 black :
6 apron :
7 is :
8 standing :
9 in :
10 front :
11 of :
12 a :
13 mirror :
14 . :
1 2 3 4 5 <==> 1 2 // EQUI // 5 //
11 <==> 14 // EQUI // 5 //
// A brown dog is running through green grass .
// A brown dog is running though a river .
1 A :
2 brown :
3 dog :
4 is :
5 running :
6 though :
7 a :
8 river :
9 . :
1 2 3 <==> 1 2 3 // EQUI // 5 //
4 5 <==> 4 5 // EQUI // 5 //
6 7 8 <==> 6 7 8 // EQUI // 5 //
9 <==> 9 // EQUI // 5 //
// Three children playing on rocks near a lake
// Three men playing baseball .
1 Three :
2 men :
3 playing :
4 baseball :
5 . :
3 <==> 3 // EQUI // 5 //
// A man in black shaving a ice sculpture .
// A man has a chainsaw and is carving a block of ice .
1 A :
2 man :
3 has :
4 a :
5 chainsaw :
6 and :
7 is :
8 carving :
9 a :
10 block :
11 of :
12 ice :
13 . :
1 2 <==> 1 2 // EQUI // 5 //
9 <==> 13 // EQUI // 5 //
// A brown and white dog with a pink collar is barking at a brown dog with a blue collar in the snow .
// The dog with the red collar is bearing it's teeth at the dog with the blue collar .
1 The :
2 dog :
3 with :
4 the :
5 red :
6 collar :
7 is :
8 bearing :
9 it's :
10 teeth :
11 at :
12 the :
13 dog :
14 with :
15 the :
16 blue :
17 collar :
18 . :
12 13 14 15 <==> 1 2 // EQUI // 5 //
// A dog looking at the camera in snow .
// A dog is walking in a tire track in the snow .
1 A :
2 dog :
3 is :
4 walking :
5 in :
6 a :
7 tire :
8 track :
9 in :
10 the :
11 snow :
12 . :
4 5 6 <==> 5 6 7 8 // EQUI // 5 //
7 8 <==> 9 10 11 // EQUI // 5 //
9 <==> 12 // EQUI // 5 //
// A surfer is riding on a breaking wave .
// A surfer is riding a wave .
1 A :
2 surfer :
3 is :
4 riding :
5 a :
6 wave :
7 . :
1 2 <==> 1 2 // EQUI // 5 //
3 4 <==> 3 4 // EQUI // 5 //
5 6 7 8 <==> 5 6 // EQUI // 5 //
9 <==> 7 // EQUI // 5 //
// The # 2 greyhound dog is running around a track .
// a muzzled greyhound dog is running around a track
1 a :
2 muzzled :
3 greyhound :
4 dog :
5 is :
6 running :
7 around :
8 a :
9 track :
6 7 <==> 5 6 // EQUI // 5 //
8 9 10 <==> 7 8 9 // EQUI // 5 //
// A black dog is running after a white dog in the snow .
// Black dog chasing brown dog through snow
1 Black :
2 dog :
3 chasing :
4 brown :
5 dog :
6 through :
7 snow :
7 8 9 <==> 4 5 // EQUI // 5 //
10 11 12 <==> 6 7 // EQUI // 5 //
// A man wearing an orange coat speaks to another as they walk in the snow .
// A man and woman dressedin old fashion clothing sit outside at a table .
1 A :
2 man :
3 and :
4 woman :
5 dressedin :
6 old :
7 fashion :
8 clothing :
9 sit :
10 outside :
11 at :
12 a :
13 table :
14 . :
1 2 <==> 1 2 3 4 // EQUI // 5 //
10 11 <==> 9 // EQUI // 5 //
16 <==> 14 // EQUI // 5 //
// Dog running on shore beside two geese in water
// A black dog running along the sandy shoreline of a body of water while two ducks swim nearby .
1 A :
2 black :
3 dog :
4 running :
5 along :
6 the :
7 sandy :
8 shoreline :
9 of :
10 a :
11 body :
12 of :
13 water :
14 while :
15 two :
16 ducks :
17 swim :
18 nearby :
19 . :
8 9 <==> 18 // EQUI // 5 //
// A group of people in boats racing towards the shore .
// A group of people stand together and pose in front of a house .
1 A :
2 group :
3 of :
4 people :
5 stand :
6 together :
7 and :
8 pose :
9 in :
10 front :
11 of :
12 a :
13 house :
14 . :
1 2 <==> 1 2 // EQUI // 5 //
3 4 <==> 3 4 // EQUI // 5 //
11 <==> 14 // EQUI // 5 //
// A family is playing on the beach with their dog .
// A naked little girl being thrown into the air .
1 A :
2 naked :
3 little :
4 girl :
5 being :
6 thrown :
7 into :
8 the :
9 air :
10 . :
1 2 <==> 1 2 3 4 // EQUI // 5 //
3 4 <==> 5 6 // EQUI // 5 //
11 <==> 10 // EQUI // 5 //
// A man is wind sailing in the ocean .
// A dog is running through the ocean .
1 A :
2 dog :
3 is :
4 running :
5 through :
6 the :
7 ocean :
8 . :
1 2 <==> 1 2 // EQUI // 5 //
6 7 8 <==> 5 6 7 // EQUI // 5 //
9 <==> 8 // EQUI // 5 //
// A small dog runs through a grassy field .
// Two dogs bound across the grass .
1 Two :
2 dogs :
3 bound :
4 across :
5 the :
6 grass :
7 . :
4 <==> 1 2 // EQUI // 5 //
9 <==> 7 // EQUI // 5 //
// A young child blows on an orange wand to make a bubble .
// An Asian child is blowing bubbles from an orange bubble hoop .
1 An :
2 Asian :
3 child :
4 is :
5 blowing :
6 bubbles :
7 from :
8 an :
9 orange :
10 bubble :
11 hoop :
12 . :
1 2 3 <==> 1 2 3 // EQUI // 5 //
// two woman sit on a park bench .
// Two women sitting on a bench by the water .
1 Two :
2 women :
3 sitting :
4 on :
5 a :
6 bench :
7 by :
8 the :
9 water :
10 . :
1 2 <==> 1 2 // EQUI // 5 //
4 5 6 7 <==> 4 5 6 // EQUI // 5 //
8 <==> 10 // EQUI // 5 //
// a bird lands in the water .
// a boat floats in the water .
1 a :
2 boat :
3 floats :
4 in :
5 the :
6 water :
7 . :
1 2 <==> 1 2 // EQUI // 5 //
3 <==> 3 // EQUI // 5 //
4 5 6 <==> 4 5 6 // EQUI // 5 //
7 <==> 7 // EQUI // 5 //
// Two young men are juggling multi-colored blocks with people watching .
// Two men stand juggling colored boxes while other men stand on a balcony .
1 Two :
2 men :
3 stand :
4 juggling :
5 colored :
6 boxes :
7 while :
8 other :
9 men :
10 stand :
11 on :
12 a :
13 balcony :
14 . :
1 2 3 <==> 1 2 // EQUI // 5 //
// A person is skijoring with a dog in the mountains .
// A brown dog is playing with a ball in the water .
1 A :
2 brown :
3 dog :
4 is :
5 playing :
6 with :
7 a :
8 ball :
9 in :
10 the :
11 water :
12 . :
5 6 7 <==> 4 5 // EQUI // 5 //
8 9 10 <==> 9 10 11 // EQUI // 5 //
11 <==> 12 // EQUI // 5 //
// A black dog runs through a muddy bank .
// A lean dog runs through a wooded area .
1 A :
2 lean :
3 dog :
4 runs :
5 through :
6 a :
7 wooded :
8 area :
9 . :
4 <==> 4 // EQUI // 5 //
9 <==> 9 // EQUI // 5 //
// The brown dog is playing in the snow .
// A black dog is playing in the snow .
1 A :
2 black :
3 dog :
4 is :
5 playing :
6 in :
7 the :
8 snow :
9 . :
4 5 <==> 4 5 // EQUI // 5 //
6 7 8 <==> 6 7 8 // EQUI // 5 //
9 <==> 9 // EQUI // 5 //
// The person is doing a handstand on the beach .
// A kid is doing a hand-stand on the beach .
1 A :
2 kid :
3 is :
4 doing :
5 a :
6 hand-stand :
7 on :
8 the :
9 beach :
10 . :
1 2 <==> 1 2 // EQUI // 5 //
3 4 <==> 3 4 // EQUI // 5 //
7 8 9 <==> 7 8 9 // EQUI // 5 //
// A tan girl in a floral bikini is swimming in dark blue waters .
// a little girl in a flowered bathingsuit runs through the sand at the beach
1 a :
2 little :
3 girl :
4 in :
5 a :
6 flowered :
7 bathingsuit :
8 runs :
9 through :
10 the :
11 sand :
12 at :
13 the :
14 beach :
1 2 3 <==> 1 2 3 // EQUI // 5 //
// A black dog is running through the snow .
// The German shepherd dog is running through the snow .
1 The :
2 German :
3 shepherd :
4 dog :
5 is :
6 running :
7 through :
8 the :
9 snow :
10 . :
1 2 3 <==> 1 2 3 4 // EQUI // 5 //
6 7 8 <==> 7 8 9 // EQUI // 5 //
9 <==> 10 // EQUI // 5 //
// The large dog wading in the water and shaking .
// Three dark dogs swimming and one of them has a ball .
1 Three :
2 dark :
3 dogs :
4 swimming :
5 and :
6 one :
7 of :
8 them :
9 has :
10 a :
11 ball :
12 . :
5 6 7 <==> 6 7 8 // EQUI // 5 //
10 <==> 12 // EQUI // 5 //
// Two dogs are playing around in the dirt .
// A dancer posing for the camera in a red and white dress .
1 A :
2 dancer :
3 posing :
4 for :
5 the :
6 camera :
7 in :
8 a :
9 red :
10 and :
11 white :
12 dress :
13 . :
3 4 5 <==> 4 5 6 // EQUI // 5 //
9 <==> 13 // EQUI // 5 //
// A dog running across the sand
// A dog running through the water .
1 A :
2 dog :
3 running :
4 through :
5 the :
6 water :
7 . :
1 2 <==> 1 2 // EQUI // 5 //
3 <==> 3 // EQUI // 5 //
// A white and tan dog runs through the tall green grass .
// A medium sized brown and white streaked dog is running through tall grass .
1 A :
2 medium :
3 sized :
4 brown :
5 and :
6 white :
7 streaked :
8 dog :
9 is :
10 running :
11 through :
12 tall :
13 grass :
14 . :
6 <==> 9 10 // EQUI // 5 //
7 8 9 10 11 <==> 11 12 13 // EQUI // 5 //
12 <==> 14 // EQUI // 5 //
// A group of four hiking through a snowy forest .
// A group of people hike through a snowy wooded area .
1 A :
2 group :
3 of :
4 people :
5 hike :
6 through :
7 a :
8 snowy :
9 wooded :
10 area :
11 . :
1 2 <==> 3 4 // EQUI // 5 //
10 <==> 11 // EQUI // 5 //
// A man in plaid shirt hits a tree with an Axe .
// A man in a plaid shirt uses a tool by a tree .
1 A :
2 man :
3 in :
4 a :
5 plaid :
6 shirt :
7 uses :
8 a :
9 tool :
10 by :
11 a :
12 tree :
13 . :
1 2 <==> 1 2 // EQUI // 5 //
9 10 11 <==> 8 9 // EQUI // 5 //
12 <==> 13 // EQUI // 5 //
// A smiling man and a baby girl posing for photo .
// A smiling man holds a small child wearing pink and red .
1 A :
2 smiling :
3 man :
4 holds :
5 a :
6 small :
7 child :
8 wearing :
9 pink :
10 and :
11 red :
12 . :
1 2 3 4 5 6 7 <==> 5 6 7 // EQUI // 5 //
// White dog outside with two people in background .
// Little boy coming at camera down blue slide , smiling woman in background .
1 Little :
2 boy :
3 coming :
4 at :
5 camera :
6 down :
7 blue :
8 slide :
9 , :
10 smiling :
11 woman :
12 in :
13 background :
14 . :
4 5 6 <==> 1 2 // EQUI // 5 //
// Three dogs are playing in the water .
// Three dogs run in the snow .
1 Three :
2 dogs :
3 run :
4 in :
5 the :
6 snow :
7 . :
5 6 7 <==> 4 5 6 // EQUI // 5 //
8 <==> 7 // EQUI // 5 //
// A girl jumping on a sand dune at the ocean .
// The little girl jumps up into the air with the sand beneath her .
1 The :
2 little :
3 girl :
4 jumps :
5 up :
6 into :
7 the :
8 air :
9 with :
10 the :
11 sand :
12 beneath :
13 her :
14 . :
1 2 <==> 1 2 3 // EQUI // 5 //
// A shirtless man rock climbs .
// A man rock climbing .
1 A :
2 man :
3 rock :
4 climbing :
5 . :
4 5 <==> 3 4 // EQUI // 5 //
6 <==> 5 // EQUI // 5 //
// An adult male wearing a backpack walks and looks to the left .
// A man wearing a backpack looking to the side .
1 A :
2 man :
3 wearing :
4 a :
5 backpack :
6 looking :
7 to :
8 the :
9 side :
10 . :
4 <==> 3 // EQUI // 5 //
10 11 12 <==> 7 8 9 // EQUI // 5 //
13 <==> 10 // EQUI // 5 //
// A black and white dog jumping high to catch a ball .
// Two black and white dogs run across a green field .
1 Two :
2 black :
3 and :
4 white :
5 dogs :
6 run :
7 across :
8 a :
9 green :
10 field :
11 . :
10 11 <==> 6 // EQUI // 5 //
12 <==> 11 // EQUI // 5 //
// A snowboarder goes down a ramp .
// A snowboarder going over a ramp .
1 A :
2 snowboarder :
3 going :
4 over :
5 a :
6 ramp :
7 . :
1 2 <==> 1 2 // EQUI // 5 //
3 4 <==> 3 4 // EQUI // 5 //
5 6 <==> 5 6 // EQUI // 5 //
7 <==> 7 // EQUI // 5 //
// A young man and woman sitting on a bench outside are kissing .
// The man and woman sitting on a bench are kissing .
1 The :
2 man :
3 and :
4 woman :
5 sitting :
6 on :
7 a :
8 bench :
9 are :
10 kissing :
11 . :
1 2 3 4 5 <==> 1 2 3 4 // EQUI // 5 //
13 <==> 11 // EQUI // 5 //
// The woman is holding the harness that the brown and white dog is wearing .
// A man and woman are looking at artwork that is on easels and clipped to a fencing wall .
1 A :
2 man :
3 and :
4 woman :
5 are :
6 looking :
7 at :
8 artwork :
9 that :
10 is :
11 on :
12 easels :
13 and :
14 clipped :
15 to :
16 a :
17 fencing :
18 wall :
19 . :
1 2 <==> 1 2 3 4 // EQUI // 5 //
3 4 <==> 5 6 // EQUI // 5 //
15 <==> 19 // EQUI // 5 //
// A wet child shivers under a towel at a pool .
// A wet child is shivering in a towel in front of a pool .
1 A :
2 wet :
3 child :
4 is :
5 shivering :
6 in :
7 a :
8 towel :
9 in :
10 front :
11 of :
12 a :
13 pool :
14 . :
1 2 3 <==> 1 2 3 // EQUI // 5 //
5 6 7 <==> 6 7 8 // EQUI // 5 //
11 <==> 14 // EQUI // 5 //
// A white and brown dog rolls on it's back in the sand .
// A dog lying on its back in the sand .
1 A :
2 dog :
3 lying :
4 on :
5 its :
6 back :
7 in :
8 the :
9 sand :
10 . :
1 2 3 4 5 <==> 1 2 // EQUI // 5 //
7 8 9 <==> 4 5 6 // EQUI // 5 //
10 11 12 <==> 7 8 9 // EQUI // 5 //
13 <==> 10 // EQUI // 5 //
// A large brown dog is walking along side a river .
// A brown dog walks on the rocks near a river .
1 A :
2 brown :
3 dog :
4 walks :
5 on :
6 the :
7 rocks :
8 near :
9 a :
10 river :
11 . :
5 6 <==> 4 // EQUI // 5 //
11 <==> 11 // EQUI // 5 //
// A man wearing a blue shirt crouches on a rocky cliff .
// a man sits on a rock .
1 a :
2 man :
3 sits :
4 on :
5 a :
6 rock :
7 . :
1 2 <==> 1 2 // EQUI // 5 //
12 <==> 7 // EQUI // 5 //
// A boy waves around a sparkler .
// A young boy is twisting a sparkler around in the air .
1 A :
2 young :
3 boy :
4 is :
5 twisting :
6 a :
7 sparkler :
8 around :
9 in :
10 the :
11 air :
12 . :
1 2 <==> 1 2 3 // EQUI // 5 //
// A brown dog leaping from a dock into the water .
// A tan dog leaps into the water .
1 A :
2 tan :
3 dog :
4 leaps :
5 into :
6 the :
7 water :
8 . :
8 9 10 <==> 5 6 7 // EQUI // 5 //
11 <==> 8 // EQUI // 5 //
// Two children are on a fairground ride .
// Two children are on a giant inflatable slide .
1 Two :
2 children :
3 are :
4 on :
5 a :
6 giant :
7 inflatable :
8 slide :
9 . :
1 2 <==> 1 2 // EQUI // 5 //
3 <==> 3 // EQUI // 5 //
// A boy with a broken arm is resting in a bed .
// A boy with a broken arm is sleeping .
1 A :
2 boy :
3 with :
4 a :
5 broken :
6 arm :
7 is :
8 sleeping :
9 . :
1 2 <==> 1 2 // EQUI // 5 //
3 4 5 6 <==> 3 4 5 6 // EQUI // 5 //
12 <==> 9 // EQUI // 5 //
// A brown dog lunges for a yellow toy .
// A brown dog chasing a yellow toy .
1 A :
2 brown :
3 dog :
4 chasing :
5 a :
6 yellow :
7 toy :
8 . :
1 2 3 <==> 1 2 3 // EQUI // 5 //
5 6 7 8 <==> 5 6 7 // EQUI // 5 //
9 <==> 8 // EQUI // 5 //
// three little boys cover themselves with bubbles .
// Three children standing by a pool are covered in foam bubbles .
1 Three :
2 children :
3 standing :
4 by :
5 a :
6 pool :
7 are :
8 covered :
9 in :
10 foam :
11 bubbles :
12 . :
1 2 3 <==> 1 2 // EQUI // 5 //
5 <==> 7 8 // EQUI // 5 //
8 <==> 12 // EQUI // 5 //
// Two dogs ankle-deep in water .
// Two brown dogs play in the water .
1 Two :
2 brown :
3 dogs :
4 play :
5 in :
6 the :
7 water :
8 . :
4 5 <==> 5 6 7 // EQUI // 5 //
6 <==> 8 // EQUI // 5 //
// A man and a woman are standing in front of a building
// Two girls are sitting on an ATV on the sand in front of a bridge .
1 Two :
2 girls :
3 are :
4 sitting :
5 on :
6 an :
7 ATV :
8 on :
9 the :
10 sand :
11 in :
12 front :
13 of :
14 a :
15 bridge :
16 . :
8 9 10 11 12 <==> 11 12 13 14 15 // EQUI // 5 //
// A black dog walking through water .
// Two black dogs walking through the snow .
1 Two :
2 black :
3 dogs :
4 walking :
5 through :
6 the :
7 snow :
8 . :
4 <==> 4 // EQUI // 5 //
5 6 <==> 5 6 7 // EQUI // 5 //
7 <==> 8 // EQUI // 5 //
// Two kids splashing in the water .
// Two dogs play together on the bed .
1 Two :
2 dogs :
3 play :
4 together :
5 on :
6 the :
7 bed :
8 . :
1 2 <==> 3 // EQUI // 5 //
// A black dog with a gemmed collar is sitting on white carpet .
// A black dog with a blue collar is sitting on beige carpet .
1 A :
2 black :
3 dog :
4 with :
5 a :
6 blue :
7 collar :
8 is :
9 sitting :
10 on :
11 beige :
12 carpet :
13 . :
1 2 3 <==> 1 2 3 // EQUI // 5 //
4 5 6 7 <==> 4 5 6 7 // EQUI // 5 //
8 9 <==> 8 9 // EQUI // 5 //
13 <==> 13 // EQUI // 5 //
// Three dogs on grass running towards the camera .
// Several large dogs are running through a large grassy area .
1 Several :
2 large :
3 dogs :
4 are :
5 running :
6 through :
7 a :
8 large :
9 grassy :
10 area :
11 . :
6 7 8 <==> 4 5 // EQUI // 5 //
// A person wearing jeans sits on top of a horse saddle .
// The girl is sitting on top of a saddle .
1 The :
2 girl :
3 is :
4 sitting :
5 on :
6 top :
7 of :
8 a :
9 saddle :
10 . :
1 2 <==> 1 2 // EQUI // 5 //
5 <==> 3 4 // EQUI // 5 //
6 7 <==> 5 6 // EQUI // 5 //
// A white dog bounding through snow
// A large white dog is bounding through a snowy field .
1 A :
2 large :
3 white :
4 dog :
5 is :
6 bounding :
7 through :
8 a :
9 snowy :
10 field :
11 . :
5 6 <==> 7 8 9 10 // EQUI // 5 //
// Many people run in a race on a street .
// A puppy running along a street .
1 A :
2 puppy :
3 running :
4 along :
5 a :
6 street :
7 . :
7 8 9 <==> 4 5 6 // EQUI // 5 //
10 <==> 7 // EQUI // 5 //
// A dog swimming in a lake has sunshine shining on him .
// A dog swims while carrying a stick in its mouth .
1 A :
2 dog :
3 swims :
4 while :
5 carrying :
6 a :
7 stick :
8 in :
9 its :
10 mouth :
11 . :
3 <==> 4 5 // EQUI // 5 //
12 <==> 11 // EQUI // 5 //
// A girl in a pink jacket is walking through a large puddle .
// A young boy is splashing through a puddle of water .
1 A :
2 young :
3 boy :
4 is :
5 splashing :
6 through :
7 a :
8 puddle :
9 of :
10 water :
11 . :
1 2 <==> 1 2 3 // EQUI // 5 //
// A girl sits on a red play structure
// A little girl on a red jungle gym .
1 A :
2 little :
3 girl :
4 on :
5 a :
6 red :
7 jungle :
8 gym :
9 . :
1 2 <==> 1 2 3 // EQUI // 5 //
// A group of people in front of a red fire truck .
// A group of people are standing around a red fire truck .
1 A :
2 group :
3 of :
4 people :
5 are :
6 standing :
7 around :
8 a :
9 red :
10 fire :
11 truck :
12 . :
1 2 <==> 1 2 // EQUI // 5 //
3 4 <==> 3 4 // EQUI // 5 //
5 6 7 8 9 10 11 <==> 7 8 9 10 11 // EQUI // 5 //
12 <==> 12 // EQUI // 5 //
// The black and white dog runs through the grass .
// three black and white dogs running through a watery field .
1 three :
2 black :
3 and :
4 white :
5 dogs :
6 running :
7 through :
8 a :
9 watery :
10 field :
11 . :
1 2 3 4 5 <==> 1 2 3 4 5 // EQUI // 5 //
6 <==> 6 // EQUI // 5 //
10 <==> 11 // EQUI // 5 //
// A boy in red jumping into a sandbox .
// A dog swimming in a pond
1 A :
2 dog :
3 swimming :
4 in :
5 a :
6 pond :
3 4 <==> 3 // EQUI // 5 //
// A boy wearing a blue jacket swings a bat at a white ball .
// A young boy in a blue jacket swings a bat at a ball .
1 A :
2 young :
3 boy :
4 in :
5 a :
6 blue :
7 jacket :
8 swings :
9 a :
10 bat :
11 at :
12 a :
13 ball :
14 . :
1 2 <==> 1 2 3 // EQUI // 5 //
7 <==> 8 // EQUI // 5 //
// Three dogs are playing in the white snow .
// Three dogs play with a Frisbee in a snowy field .
1 Three :
2 dogs :
3 play :
4 with :
5 a :
6 Frisbee :
7 in :
8 a :
9 snowy :
10 field :
11 . :
3 4 <==> 3 // EQUI // 5 //
9 <==> 11 // EQUI // 5 //
// A man in a black wetsuit is surfung in the waves .
// A surfer in a black wet suit surfs on a medium wave .
1 A :
2 surfer :
3 in :
4 a :
5 black :
6 wet :
7 suit :
8 surfs :
9 on :
10 a :
11 medium :
12 wave :
13 . :
1 2 <==> 1 2 // EQUI // 5 //
12 <==> 13 // EQUI // 5 //
// A black dog jumping into a lake .
// A black dog runs very fast in a field in a park .
1 A :
2 black :
3 dog :
4 runs :
5 very :
6 fast :
7 in :
8 a :
9 field :
10 in :
11 a :
12 park :
13 . :
6 7 <==> 7 8 9 // EQUI // 5 //
8 <==> 13 // EQUI // 5 //
// Two dogs playing in the snow .
// Two black dogs in the snow .
1 Two :
2 black :
3 dogs :
4 in :
5 the :
6 snow :
7 . :
4 5 6 <==> 4 5 6 // EQUI // 5 //
7 <==> 7 // EQUI // 5 //
// Two dogs run on the grass .
// A dog running on the grass .
1 A :
2 dog :
3 running :
4 on :
5 the :
6 grass :
7 . :
3 <==> 3 // EQUI // 5 //
7 <==> 7 // EQUI // 5 //
// A tennis player hitting the ball .
// Two boys splashing in the surf .
1 Two :
2 boys :
3 splashing :
4 in :
5 the :
6 surf :
7 . :
1 2 3 <==> 1 2 // EQUI // 5 //
5 6 <==> 4 5 6 // EQUI // 5 //
7 <==> 7 // EQUI // 5 //
// A man wearing a orange vest is canoeing in the blue water .
// A man in an orange jacket raising his hands to the sky in the sand .
1 A :
2 man :
3 in :
4 an :
5 orange :
6 jacket :
7 raising :
8 his :
9 hands :
10 to :
11 the :
12 sky :
13 in :
14 the :
15 sand :
16 . :
1 2 <==> 1 2 // EQUI // 5 //
13 <==> 16 // EQUI // 5 //
// A black dog asleep in a car .
// A black and tan dog sleeps in the car .
1 A :
2 black :
3 and :
4 tan :
5 dog :
6 sleeps :
7 in :
8 the :
9 car :
10 . :
5 6 7 <==> 7 8 9 // EQUI // 5 //
8 <==> 10 // EQUI // 5 //
// A group of men play rugby .
// A group of men are playing ball together .
1 A :
2 group :
3 of :
4 men :
5 are :
6 playing :
7 ball :
8 together :
9 . :
1 2 <==> 1 2 // EQUI // 5 //
5 6 <==> 8 // EQUI // 5 //
// A man is riding a kayak through water .
// A man kayaks in rough water .
1 A :
2 man :
3 kayaks :
4 in :
5 rough :
6 water :
7 . :
1 2 <==> 1 2 // EQUI // 5 //
7 8 <==> 4 5 6 // EQUI // 5 //
9 <==> 7 // EQUI // 5 //
// A brown dog is jumping up to catch a green strap in it's mouth .
// A grey dog jumps to bite a green leash .
1 A :
2 grey :
3 dog :
4 jumps :
5 to :
6 bite :
7 a :
8 green :
9 leash :
10 . :
1 2 3 <==> 1 2 3 // EQUI // 5 //
9 10 11 <==> 7 8 9 // EQUI // 5 //
15 <==> 10 // EQUI // 5 //
// A brown dog is sniffing a white dog that is lying on the floor .
// Dog sniffing another dog lying under furniture .
1 Dog :
2 sniffing :
3 another :
4 dog :
5 lying :
6 under :
7 furniture :
8 . :
1 2 3 <==> 1 // EQUI // 5 //
// A black and grey dog runs in a field with it's tongue hanging out .
// A black dog with a red collar walks through the grass with his mouth open and tongue hanging out .
1 A :
2 black :
3 dog :
4 with :
5 a :
6 red :
7 collar :
8 walks :
9 through :
10 the :
11 grass :
12 with :
13 his :
14 mouth :
15 open :
16 and :
17 tongue :
18 hanging :
19 out :
20 . :
1 2 3 4 5 <==> 1 2 3 // EQUI // 5 //
6 <==> 8 // EQUI // 5 //
7 8 9 <==> 9 10 11 // EQUI // 5 //
10 11 12 <==> 12 13 14 // EQUI // 5 //
13 14 <==> 15 // EQUI // 5 //
15 <==> 20 // EQUI // 5 //
// A young girl running on the beach .
// A little girl running at on the shore of a beach .
1 A :
2 little :
3 girl :
4 running :
5 at :
6 on :
7 the :
8 shore :
9 of :
10 a :
11 beach :
12 . :
1 2 3 <==> 1 2 3 // EQUI // 5 //
// A rugby player in dark gear is carrying a light colored rugby ball with arm outstretched .
// A brown dog splashes in the water while carrying a ball in it's mouth .
1 A :
2 brown :
3 dog :
4 splashes :
5 in :
6 the :
7 water :
8 while :
9 carrying :
10 a :
11 ball :
12 in :
13 it's :
14 mouth :
15 . :
7 8 <==> 8 9 // EQUI // 5 //
17 <==> 15 // EQUI // 5 //
// Two dogs groom each other .
// Two dogs jumping on each other .
1 Two :
2 dogs :
3 jumping :
4 on :
5 each :
6 other :
7 . :
4 5 <==> 5 6 // EQUI // 5 //
// Two dogs , the white one standing on a Frisbee , playing together on grass .
// Two dogs play on the grass .
1 Two :
2 dogs :
3 play :
4 on :
5 the :
6 grass :
7 . :
12 <==> 3 // EQUI // 5 //
// A boy receives a light saber for Christmas .
// A boy holds a light saber in front of a Christmas tree .
1 A :
2 boy :
3 holds :
4 a :
5 light :
6 saber :
7 in :
8 front :
9 of :
10 a :
11 Christmas :
12 tree :
13 . :
1 2 <==> 1 2 // EQUI // 5 //
3 <==> 3 // EQUI // 5 //
4 5 6 <==> 4 5 6 // EQUI // 5 //
9 <==> 13 // EQUI // 5 //
// The man sits on a sofa under the bridge and litter is all around him .
// A man is sitting on a couch under an expressway ledge .
1 A :
2 man :
3 is :
4 sitting :
5 on :
6 a :
7 couch :
8 under :
9 an :
10 expressway :
11 ledge :
12 . :
1 2 <==> 1 2 // EQUI // 5 //
// The white and brown dog runs across the grass .
// A brown and white dog runs across the grass .
1 A :
2 brown :
3 and :
4 white :
5 dog :
6 runs :
7 across :
8 the :
9 grass :
10 . :
1 2 3 4 5 <==> 1 2 3 4 5 // EQUI // 5 //
6 <==> 6 // EQUI // 5 //
7 8 9 <==> 7 8 9 // EQUI // 5 //
10 <==> 10 // EQUI // 5 //
// A brown dog biting a horse 's leg .
// A dog nips at the leg of a horse .
1 A :
2 dog :
3 nips :
4 at :
5 the :
6 leg :
7 of :
8 a :
9 horse :
10 . :
5 6 <==> 7 8 9 // EQUI // 5 //
7 8 <==> 4 5 6 // EQUI // 5 //
9 <==> 10 // EQUI // 5 //
// a young baby girl wearing a white outfit swinging in a baby swing
// a young girl wearing a black and red swimsuit swinging on a swing
1 a :
2 young :
3 girl :
4 wearing :
5 a :
6 black :
7 and :
8 red :
9 swimsuit :
10 swinging :
11 on :
12 a :
13 swing :
1 2 3 4 <==> 1 2 3 // EQUI // 5 //
5 <==> 4 // EQUI // 5 //
// A white dog with light brown markings has a stick in his mouth and his paws in the snow .
// A white dog holds a stick in its mouth while it runs through snow .
1 A :
2 white :
3 dog :
4 holds :
5 a :
6 stick :
7 in :
8 its :
9 mouth :
10 while :
11 it :
12 runs :
13 through :
14 snow :
15 . :
11 12 13 <==> 10 11 // EQUI // 5 //
20 <==> 15 // EQUI // 5 //
// A brown dog runs through the water in the ocean .
// A brown dog runs through the water as a wave comes .
1 A :
2 brown :
3 dog :
4 runs :
5 through :
6 the :
7 water :
8 as :
9 a :
10 wave :
11 comes :
12 . :
4 <==> 4 // EQUI // 5 //
// Two dogs play in the grass .
// Two dogs are playing in the grass .
1 Two :
2 dogs :
3 are :
4 playing :
5 in :
6 the :
7 grass :
8 . :
3 <==> 3 4 // EQUI // 5 //
// Two men on the side of a barge
// A man is lying the grass with long hair and beard .
1 A :
2 man :
3 is :
4 lying :
5 the :
6 grass :
7 with :
8 long :
9 hair :
10 and :
11 beard :
12 . :
1 2 <==> 1 2 // EQUI // 5 //
// A man juggles at the beach .
// A man in swim trunks is juggling on the beach
1 A :
2 man :
3 in :
4 swim :
5 trunks :
6 is :
7 juggling :
8 on :
9 the :
10 beach :
1 2 <==> 1 2 // EQUI // 5 //
// Two people and a dog are in the snow .
// Two people playing on a snowy hill .
1 Two :
2 people :
3 playing :
4 on :
5 a :
6 snowy :
7 hill :
8 . :
6 <==> 1 2 // EQUI // 5 //
// The man is standing on the shore hitting a ball with a paddle .
// Two teenage girls are standing on beside the beach listening to ipods .
1 Two :
2 teenage :
3 girls :
4 are :
5 standing :
6 on :
7 beside :
8 the :
9 beach :
10 listening :
11 to :
12 ipods :
13 . :
1 2 <==> 1 2 3 // EQUI // 5 //
8 <==> 10 11 // EQUI // 5 //
14 <==> 13 // EQUI // 5 //
// Two girls walking in the ocean .
// two girls walking in the street
1 two :
2 girls :
3 walking :
4 in :
5 the :
6 street :
1 2 <==> 1 2 // EQUI // 5 //
3 <==> 3 // EQUI // 5 //
// A man jumps off of one rooftop onto another .
// A young man jumps from one balcony to another .
1 A :
2 young :
3 man :
4 jumps :
5 from :
6 one :
7 balcony :
8 to :
9 another :
10 . :
1 2 <==> 1 2 3 // EQUI // 5 //
5 6 7 <==> 5 6 7 // EQUI // 5 //
8 9 <==> 8 9 // EQUI // 5 //
10 <==> 10 // EQUI // 5 //
// a woman playing with two young boys at a park
// A woman and three kids play at a park .
1 A :
2 woman :
3 and :
4 three :
5 kids :
6 play :
7 at :
8 a :
9 park :
10 . :
3 <==> 6 // EQUI // 5 //
// A man wearing glasses stands in front of a snowy mountain .
// A man wearing black shorts is standing in front of a snow covered mountain .
1 A :
2 man :
3 wearing :
4 black :
5 shorts :
6 is :
7 standing :
8 in :
9 front :
10 of :
11 a :
12 snow :
13 covered :
14 mountain :
15 . :
1 2 <==> 1 2 // EQUI // 5 //
3 <==> 3 // EQUI // 5 //
12 <==> 15 // EQUI // 5 //
// Three boys playing soccer in a field
// Three boys playing soccer .
1 Three :
2 boys :
3 playing :
4 soccer :
5 . :
3 <==> 3 // EQUI // 5 //
// A black dog is running through the snow .
// A black pit bull dog is running through the dirt .
1 A :
2 black :
3 pit :
4 bull :
5 dog :
6 is :
7 running :
8 through :
9 the :
10 dirt :
11 . :
6 7 8 <==> 8 9 10 // EQUI // 5 //
9 <==> 11 // EQUI // 5 //
// Two girls taking a picture of themselves
// Two blonde girls are taking a picture of themselves .
1 Two :
2 blonde :
3 girls :
4 are :
5 taking :
6 a :
7 picture :
8 of :
9 themselves :
10 . :
4 5 <==> 6 7 // EQUI // 5 //
6 7 <==> 8 9 // EQUI // 5 //
// a man wearing a grey jacket standing on the side of a street .
// A boy wearing a blue life jacket is holding onto the side of a green boat .
1 A :
2 boy :
3 wearing :
4 a :
5 blue :
6 life :
7 jacket :
8 is :
9 holding :
10 onto :
11 the :
12 side :
13 of :
14 a :
15 green :
16 boat :
17 . :
1 2 <==> 1 2 // EQUI // 5 //
3 <==> 3 // EQUI // 5 //
14 <==> 17 // EQUI // 5 //
// A black dog jumps in the snow .
// A black dog jumping over tire tracks in the snow .
1 A :
2 black :
3 dog :
4 jumping :
5 over :
6 tire :
7 tracks :
8 in :
9 the :
10 snow :
11 . :
5 6 7 <==> 8 9 10 // EQUI // 5 //
8 <==> 11 // EQUI // 5 //
// child hanging upside down from a tree swing
// A girl is by a tree hanging upside-down from a swing .
1 A :
2 girl :
3 is :
4 by :
5 a :
6 tree :
7 hanging :
8 upside-down :
9 from :
10 a :
11 swing :
12 . :
1 <==> 1 2 // EQUI // 5 //
// A black and white dog is running through a snowy field .
// A black , brown and white dog running through a field .
1 A :
2 black :
3 , :
4 brown :
5 and :
6 white :
7 dog :
8 running :
9 through :
10 a :
11 field :
12 . :
6 7 <==> 8 // EQUI // 5 //
12 <==> 12 // EQUI // 5 //
// A man riding his bike on the beach by the ocean .
// A man walking his cow down the side of the road .
1 A :
2 man :
3 walking :
4 his :
5 cow :
6 down :
7 the :
8 side :
9 of :
10 the :
11 road :
12 . :
1 2 <==> 1 2 // EQUI // 5 //
3 <==> 3 // EQUI // 5 //
4 5 <==> 4 5 // EQUI // 5 //
12 <==> 12 // EQUI // 5 //
// A boy jumps into a not-so-crowded public pool .
// A man jumps while on a snowboard .
1 A :
2 man :
3 jumps :
4 while :
5 on :
6 a :
7 snowboard :
8 . :
4 5 6 7 8 <==> 4 // EQUI // 5 //
9 <==> 8 // EQUI // 5 //
// A brown dog jumps high in the grass .
// A brown dog digs in the sand .
1 A :
2 brown :
3 dog :
4 digs :
5 in :
6 the :
7 sand :
8 . :
1 2 3 <==> 1 2 3 // EQUI // 5 //
6 7 8 <==> 5 6 7 // EQUI // 5 //
9 <==> 8 // EQUI // 5 //
// a group of old men walking down the street
// A couple walking down the street .
1 A :
2 couple :
3 walking :
4 down :
5 the :
6 street :
7 . :
1 2 <==> 1 2 // EQUI // 5 //
6 7 <==> 3 4 // EQUI // 5 //
8 9 <==> 5 6 // EQUI // 5 //
// A group of people are camping out on some rocks .
// A group of people are standing beside a fire truck .
1 A :
2 group :
3 of :
4 people :
5 are :
6 standing :
7 beside :
8 a :
9 fire :
10 truck :
11 . :
3 4 <==> 3 4 // EQUI // 5 //
// The two dogs are playing fetch in the snow .
// The dogs play in the snow .
1 The :
2 dogs :
3 play :
4 in :
5 the :
6 snow :
7 . :
7 8 9 <==> 4 5 6 // EQUI // 5 //
// Dog is jumping down a ramp .
// A girls is jumping in the sand .
1 A :
2 girls :
3 is :
4 jumping :
5 in :
6 the :
7 sand :
8 . :
1 <==> 1 2 // EQUI // 5 //
4 5 6 <==> 5 6 7 // EQUI // 5 //
7 <==> 8 // EQUI // 5 //
// Three greyhounds racing on a track
// Five greyhounds are racing on a sand track .
1 Five :
2 greyhounds :
3 are :
4 racing :
5 on :
6 a :
7 sand :
8 track :
9 . :
1 2 <==> 1 2 // EQUI // 5 //
3 <==> 3 4 // EQUI // 5 //
// Two black dogs are playing on the grass .
// Two black dogs are playing in a grassy plain .
1 Two :
2 black :
3 dogs :
4 are :
5 playing :
6 in :
7 a :
8 grassy :
9 plain :
10 . :
1 2 3 <==> 1 2 3 // EQUI // 5 //
4 5 <==> 4 5 // EQUI // 5 //
9 <==> 10 // EQUI // 5 //
// A little brown dog is running on the grass .
// The brown dog is running on the grass .
1 The :
2 brown :
3 dog :
4 is :
5 running :
6 on :
7 the :
8 grass :
9 . :
1 2 3 4 <==> 1 2 3 // EQUI // 5 //
7 8 9 <==> 6 7 8 // EQUI // 5 //
10 <==> 9 // EQUI // 5 //
// A boy wearing a yellow shirt and blue pants is climbing a tree in a hilly area .
// A boy wearing a yellow shirt and blue pants is climbing on a tree branch in a grassy field .
1 A :
2 boy :
3 wearing :
4 a :
5 yellow :
6 shirt :
7 and :
8 blue :
9 pants :
10 is :
11 climbing :
12 on :
13 a :
14 tree :
15 branch :
16 in :
17 a :
18 grassy :
19 field :
20 . :
1 2 <==> 1 2 // EQUI // 5 //
3 <==> 3 // EQUI // 5 //
12 13 <==> 12 13 14 15 // EQUI // 5 //
18 <==> 20 // EQUI // 5 //
// A harnessed dog leaps over a log as another dog follows behind .
// A brown and white dog is leaping over a log in a field while another dog follows behind it .
1 A :
2 brown :
3 and :
4 white :
5 dog :
6 is :
7 leaping :
8 over :
9 a :
10 log :
11 in :
12 a :
13 field :
14 while :
15 another :
16 dog :
17 follows :
18 behind :
19 it :
20 . :
11 <==> 17 // EQUI // 5 //
12 <==> 18 // EQUI // 5 //
// A small brown dog jumping up to catch a tennis ball .
// a wet dog chasing a white ball
1 a :
2 wet :
3 dog :
4 chasing :
5 a :
6 white :
7 ball :
9 10 11 <==> 4 // EQUI // 5 //
// a dog runs through the water .
// A dog runs through the grass .
1 A :
2 dog :
3 runs :
4 through :
5 the :
6 grass :
7 . :
3 <==> 3 // EQUI // 5 //
4 5 6 <==> 4 5 6 // EQUI // 5 //
7 <==> 7 // EQUI // 5 //
// A girl is doing a trick on her trampoline .
// A girl does a handstand on a trampoline .
1 A :
2 girl :
3 does :
4 a :
5 handstand :
6 on :
7 a :
8 trampoline :
9 . :
1 2 <==> 1 2 // EQUI // 5 //
3 4 <==> 3 // EQUI // 5 //
10 <==> 9 // EQUI // 5 //
// People with numbers on their chests are running in a pack .
// A group of people are running a race .
1 A :
2 group :
3 of :
4 people :
5 are :
6 running :
7 a :
8 race :
9 . :
1 <==> 3 4 // EQUI // 5 //
4 5 6 <==> 7 8 // EQUI // 5 //
12 <==> 9 // EQUI // 5 //
// A black dog walking through splashing water in a rocky creek .
// A black dog splashes through greenish water .
1 A :
2 black :
3 dog :
4 splashes :
5 through :
6 greenish :
7 water :
8 . :
1 2 3 <==> 1 2 3 // EQUI // 5 //
8 9 10 11 <==> 5 6 7 // EQUI // 5 //
12 <==> 8 // EQUI // 5 //
// Child sliding in the snow .
// Man sleeping on the street .
1 Man :
2 sleeping :
3 on :
4 the :
5 street :
6 . :
1 <==> 1 // EQUI // 5 //
3 4 5 <==> 3 4 5 // EQUI // 5 //
// A dog runs through a very wooded area .
// A dog running through a creek .
1 A :
2 dog :
3 running :
4 through :
5 a :
6 creek :
7 . :
3 <==> 3 // EQUI // 5 //
9 <==> 7 // EQUI // 5 //
// A brown dog and a tan dog are playing in tall grass .
// A black and brown dog with a red ball overhead plays in the grass .
1 A :
2 black :
3 and :
4 brown :
5 dog :
6 with :
7 a :
8 red :
9 ball :
10 overhead :
11 plays :
12 in :
13 the :
14 grass :
15 . :
1 2 3 4 5 6 7 <==> 10 // EQUI // 5 //
// A person is squeezing through an opening in the rock face .
// A medium sized brown dog is running through an open white wooded area .
1 A :
2 medium :
3 sized :
4 brown :
5 dog :
6 is :
7 running :
8 through :
9 an :
10 open :
11 white :
12 wooded :
13 area :
14 . :
1 2 <==> 6 7 // EQUI // 5 //
12 <==> 14 // EQUI // 5 //
// Six dogs running on the sandy beach .
// Six dogs walking beside the beach .
1 Six :
2 dogs :
3 walking :
4 beside :
5 the :
6 beach :
7 . :
3 <==> 3 // EQUI // 5 //
4 5 6 7 <==> 4 5 6 // EQUI // 5 //
8 <==> 7 // EQUI // 5 //
// Two people are walking through some water .
// Two girls are walking by a tree in front of a brick building .
1 Two :
2 girls :
3 are :
4 walking :
5 by :
6 a :
7 tree :
8 in :
9 front :
10 of :
11 a :
12 brick :
13 building :
14 . :
1 2 <==> 1 2 // EQUI // 5 //
// A woman and a dog rowing down a wide river .
// Woman and dog in rowboat on the water .
1 Woman :
2 and :
3 dog :
4 in :
5 rowboat :
6 on :
7 the :
8 water :
9 . :
1 2 3 4 5 <==> 1 2 3 // EQUI // 5 //
11 <==> 9 // EQUI // 5 //
// Three dogs are playing in the water .
// Three dogs swim in the water .
1 Three :
2 dogs :
3 swim :
4 in :
5 the :
6 water :
7 . :
1 2 <==> 1 2 // EQUI // 5 //
5 6 7 <==> 4 5 6 // EQUI // 5 //
8 <==> 7 // EQUI // 5 //
// A young boy in a blue jacket swings a bat at a ball .
// A young boy wearing a blue visor swings a bat .
1 A :
2 young :
3 boy :
4 wearing :
5 a :
6 blue :
7 visor :
8 swings :
9 a :
10 bat :
11 . :
1 2 3 <==> 1 2 3 // EQUI // 5 //
8 <==> 8 // EQUI // 5 //
// Three individuals are posing on skis behind a "no skiing" sign .
// Three people on skis are standing behind a no skiing sign .
1 Three :
2 people :
3 on :
4 skis :
5 are :
6 standing :
7 behind :
8 a :
9 no :
10 skiing :
11 sign :
12 . :
1 2 <==> 1 2 // EQUI // 5 //
5 6 <==> 3 4 // EQUI // 5 //
7 8 9 10 11 <==> 7 8 9 10 11 // EQUI // 5 //
12 <==> 12 // EQUI // 5 //
// A female DJ holds up a Michael Jackson album .
// a girl holding a picture of Michael Jackson smiling
1 a :
2 girl :
3 holding :
4 a :
5 picture :
6 of :
7 Michael :
8 Jackson :
9 smiling :
1 2 3 <==> 1 2 // EQUI // 5 //
4 5 <==> 3 // EQUI // 5 //
6 7 8 9 <==> 4 5 6 7 8 // EQUI // 5 //
// The black and white dog is running on the grass .
// A black and white dog swims in blue water .
1 A :
2 black :
3 and :
4 white :
5 dog :
6 swims :
7 in :
8 blue :
9 water :
10 . :
1 2 3 4 5 <==> 1 2 3 4 5 // EQUI // 5 //
6 7 <==> 6 // EQUI // 5 //
11 <==> 10 // EQUI // 5 //
// Two teenage girls , one is smiling .
// A little girl on a kid swing .
1 A :
2 little :
3 girl :
4 on :
5 a :
6 kid :
7 swing :
8 . :
1 2 3 <==> 1 2 3 // EQUI // 5 //
// A brown and black dog walks in the white snow .
// A brown and black dog walks in the snow with it's tongue hanging out .
1 A :
2 brown :
3 and :
4 black :
5 dog :
6 walks :
7 in :
8 the :
9 snow :
10 with :
11 it's :
12 tongue :
13 hanging :
14 out :
15 . :
6 <==> 6 // EQUI // 5 //
7 8 9 10 <==> 7 8 9 // EQUI // 5 //
11 <==> 15 // EQUI // 5 //
// Two teenagers huddle in a doorway in the rain .
// Two people wearing hoodies huddle on a doorstep in the rain .
1 Two :
2 people :
3 wearing :
4 hoodies :
5 huddle :
6 on :
7 a :
8 doorstep :
9 in :
10 the :
11 rain :
12 . :
1 2 <==> 1 2 // EQUI // 5 //
7 8 9 <==> 9 10 11 // EQUI // 5 //
// a boy swinging on a swing .
// The girl is on a swing .
1 The :
2 girl :
3 is :
4 on :
5 a :
6 swing :
7 . :
1 2 <==> 1 2 // EQUI // 5 //
// A young girl doing a back flip in the water .
// a young girl wearing purple running through water
1 a :
2 young :
3 girl :
4 wearing :
5 purple :
6 running :
7 through :
8 water :
1 2 3 <==> 1 2 3 // EQUI // 5 //
// A man is riding a bicycle on a dirt path .
// Two dogs running along dirt path .
1 Two :
2 dogs :
3 running :
4 along :
5 dirt :
6 path :
7 . :
7 8 9 10 <==> 4 5 6 // EQUI // 5 //
11 <==> 7 // EQUI // 5 //
// A light brown dog runs down a path happily .
// A pale dog runs down a path .
1 A :
2 pale :
3 dog :
4 runs :
5 down :
6 a :
7 path :
8 . :
5 <==> 4 // EQUI // 5 //
6 7 8 <==> 5 6 7 // EQUI // 5 //
10 <==> 8 // EQUI // 5 //
// A girl does a back bend on the beach .
// A girl doing a back bend at the beach .
1 A :
2 girl :
3 doing :
4 a :
5 back :
6 bend :
7 at :
8 the :
9 beach :
10 . :
1 2 <==> 1 2 // EQUI // 5 //
3 <==> 3 // EQUI // 5 //
4 5 6 <==> 4 5 6 // EQUI // 5 //
7 8 9 <==> 7 8 9 // EQUI // 5 //
10 <==> 10 // EQUI // 5 //
// Two older men in front of a bus .
// Two men step off the bus together .
1 Two :
2 men :
3 step :
4 off :
5 the :
6 bus :
7 together :
8 . :
1 2 3 <==> 1 2 // EQUI // 5 //
4 5 6 7 8 <==> 5 6 // EQUI // 5 //
9 <==> 8 // EQUI // 5 //
// A little girl walks on a boardwalk with blue domes in the background .
// A man going over a jump on his bike with a river in the background
1 A :
2 man :
3 going :
4 over :
5 a :
6 jump :
7 on :
8 his :
9 bike :
10 with :
11 a :
12 river :
13 in :
14 the :
15 background :
1 2 3 <==> 5 6 // EQUI // 5 //
// A man on a bike nest to a river .
// A man on a bike does a very high jump .
1 A :
2 man :
3 on :
4 a :
5 bike :
6 does :
7 a :
8 very :
9 high :
10 jump :
11 . :
1 2 <==> 1 2 // EQUI // 5 //
3 4 5 <==> 3 4 5 // EQUI // 5 //
10 <==> 11 // EQUI // 5 //
// Black and white dog running through water .
// A black and white dog is running through grass .
1 A :
2 black :
3 and :
4 white :
5 dog :
6 is :
7 running :
8 through :
9 grass :
10 . :
5 <==> 6 7 // EQUI // 5 //
8 <==> 10 // EQUI // 5 //
// A dalmation is running along the beach .
// A white dog is running on sand .
1 A :
2 white :
3 dog :
4 is :
5 running :
6 on :
7 sand :
8 . :
3 4 <==> 4 5 // EQUI // 5 //
8 <==> 8 // EQUI // 5 //
// A dog leaps out of the water towards shore .
// a tan dog jumping through the water towards the shore .
1 a :
2 tan :
3 dog :
4 jumping :
5 through :
6 the :
7 water :
8 towards :
9 the :
10 shore :
11 . :
1 2 <==> 1 2 3 // EQUI // 5 //
4 5 6 7 <==> 5 6 7 // EQUI // 5 //
10 <==> 11 // EQUI // 5 //
// two dogs play in the grass .
// Two dogs play in the water .
1 Two :
2 dogs :
3 play :
4 in :
5 the :
6 water :
7 . :
3 <==> 3 // EQUI // 5 //
// A wet white dog is splashing in the water with a stick in it's mouth .
// A white dogs treads the water with sticks in its mouth .
1 A :
2 white :
3 dogs :
4 treads :
5 the :
6 water :
7 with :
8 sticks :
9 in :
10 its :
11 mouth :
12 . :
1 2 3 4 <==> 1 2 3 // EQUI // 5 //
7 8 9 <==> 5 6 // EQUI // 5 //
10 11 12 <==> 7 8 // EQUI // 5 //
13 14 15 <==> 9 10 11 // EQUI // 5 //
16 <==> 12 // EQUI // 5 //
// A blonde dog is catching a ball in its mouth in the snow .
// A little blonde girl is sitting on a green chair .
1 A :
2 little :
3 blonde :
4 girl :
5 is :
6 sitting :
7 on :
8 a :
9 green :
10 chair :
11 . :
1 2 3 <==> 1 2 3 4 // EQUI // 5 //
14 <==> 11 // EQUI // 5 //
// two puppies playing around in the grass
// Two puppies play in the grass
1 Two :
2 puppies :
3 play :
4 in :
5 the :
6 grass :
3 4 <==> 3 // EQUI // 5 //
// Two dogs run on a dirt area near a forest .
// Two dogs run down a dirt path in the forest .
1 Two :
2 dogs :
3 run :
4 down :
5 a :
6 dirt :
7 path :
8 in :
9 the :
10 forest :
11 . :
1 2 <==> 1 2 // EQUI // 5 //
3 <==> 3 // EQUI // 5 //
8 9 10 <==> 8 9 10 // EQUI // 5 //
11 <==> 11 // EQUI // 5 //
// The brown and white dog is running across the sand with a red object in his mouth .
// A dog is running along a beach with a red object in its mouth .
1 A :
2 dog :
3 is :
4 running :
5 along :
6 a :
7 beach :
8 with :
9 a :
10 red :
11 object :
12 in :
13 its :
14 mouth :
15 . :
11 12 13 14 <==> 8 9 10 11 // EQUI // 5 //
15 16 17 <==> 12 13 14 // EQUI // 5 //
18 <==> 15 // EQUI // 5 //
// Two dogs are playing in the snow .
// The dogs are running in the snow .
1 The :
2 dogs :
3 are :
4 running :
5 in :
6 the :
7 snow :
8 . :
5 6 7 <==> 5 6 7 // EQUI // 5 //
8 <==> 8 // EQUI // 5 //
// A brown dog jumps high on a field of grass .
// A brown dog running in field of long green grass .
1 A :
2 brown :
3 dog :
4 running :
5 in :
6 field :
7 of :
8 long :
9 green :
10 grass :
11 . :
6 7 8 <==> 4 // EQUI // 5 //
11 <==> 11 // EQUI // 5 //
// Boat sails in rough water .
// A man is kayaking in rough waters .
1 A :
2 man :
3 is :
4 kayaking :
5 in :
6 rough :
7 waters :
8 . :
3 4 5 <==> 5 6 7 // EQUI // 5 //
6 <==> 8 // EQUI // 5 //
// The girl is playing along with the images on the big screen .
// Three girls holding umbrellas with their backs to the camera .
1 Three :
2 girls :
3 holding :
4 umbrellas :
5 with :
6 their :
7 backs :
8 to :
9 the :
10 camera :
11 . :
9 10 11 12 <==> 8 9 10 // EQUI // 5 //
// A dog with its two front paws on a rock in a field .
// A dog is running in a field .
1 A :
2 dog :
3 is :
4 running :
5 in :
6 a :
7 field :
8 . :
1 2 <==> 1 2 // EQUI // 5 //
11 12 13 <==> 5 6 7 // EQUI // 5 //
14 <==> 8 // EQUI // 5 //
// A man is rock climbing on a natural rock .
// A woman with glowing shoes at an outdoor event .
1 A :
2 woman :
3 with :
4 glowing :
5 shoes :
6 at :
7 an :
8 outdoor :
9 event :
10 . :
1 2 <==> 1 2 // EQUI // 5 //
6 7 8 9 <==> 6 7 8 9 // EQUI // 5 //
10 <==> 10 // EQUI // 5 //
// Two dogs holding one Frisbee in their mouths .
// Two dogs holding a single black Frisbee in their mouths
1 Two :
2 dogs :
3 holding :
4 a :
5 single :
6 black :
7 Frisbee :
8 in :
9 their :
10 mouths :
1 2 <==> 1 2 // EQUI // 5 //
3 <==> 3 // EQUI // 5 //
6 7 8 <==> 8 9 10 // EQUI // 5 //
// Two people are in bed .
// Two boxers are in the ring .
1 Two :
2 boxers :
3 are :
4 in :
5 the :
6 ring :
7 . :
1 2 <==> 1 2 // EQUI // 5 //
3 <==> 3 // EQUI // 5 //
6 <==> 7 // EQUI // 5 //
// A brown and white dog running on grass .
// A brown and white dog running fast in a fenced yard .
1 A :
2 brown :
3 and :
4 white :
5 dog :
6 running :
7 fast :
8 in :
9 a :
10 fenced :
11 yard :
12 . :
1 2 3 4 5 <==> 1 2 3 4 5 // EQUI // 5 //
6 <==> 6 // EQUI // 5 //
9 <==> 12 // EQUI // 5 //
// A dog is jumping over a log with ears flying and tongue out .
// A dog leaps over a log in the woods .
1 A :
2 dog :
3 leaps :
4 over :
5 a :
6 log :
7 in :
8 the :
9 woods :
10 . :
1 2 <==> 7 8 9 // EQUI // 5 //
5 6 7 <==> 4 5 6 // EQUI // 5 //
14 <==> 10 // EQUI // 5 //
// A man climbs a snowy mountain .
// A hiker moves up a snowy mountain .
1 A :
2 hiker :
3 moves :
4 up :
5 a :
6 snowy :
7 mountain :
8 . :
3 <==> 3 4 // EQUI // 5 //
4 5 6 <==> 5 6 7 // EQUI // 5 //
7 <==> 8 // EQUI // 5 //
// a man walks two dogs on leashes down the street
// A man walks two dogs in the city .
1 A :
2 man :
3 walks :
4 two :
5 dogs :
6 in :
7 the :
8 city :
9 . :
1 2 <==> 1 2 // EQUI // 5 //
3 <==> 3 // EQUI // 5 //
// The beagle is walking on the beach at the waterline .
// A beagle walks along the calm shore .
1 A :
2 beagle :
3 walks :
4 along :
5 the :
6 calm :
7 shore :
8 . :
1 2 <==> 1 2 // EQUI // 5 //
3 4 <==> 3 // EQUI // 5 //
8 9 10 <==> 4 5 6 7 // EQUI // 5 //
11 <==> 8 // EQUI // 5 //
// Two Asian men and Asian woman sit in black massage chairs .
// Two Asian men and a woman are relaxing in massage chairs .
1 Two :
2 Asian :
3 men :
4 and :
5 a :
6 woman :
7 are :
8 relaxing :
9 in :
10 massage :
11 chairs :
12 . :
1 2 3 4 5 6 <==> 1 2 3 4 5 6 // EQUI // 5 //
7 <==> 7 8 // EQUI // 5 //
12 <==> 12 // EQUI // 5 //
// Two dogs fighting in the snow .
// Two dogs playing in the snow .
1 Two :
2 dogs :
3 playing :
4 in :
5 the :
6 snow :
7 . :
3 <==> 3 // EQUI // 5 //
4 5 6 <==> 4 5 6 // EQUI // 5 //
7 <==> 7 // EQUI // 5 //
// a white dog is running through the snow .
// A little white dog running through the sand .
1 A :
2 little :
3 white :
4 dog :
5 running :
6 through :
7 the :
8 sand :
9 . :
1 2 3 <==> 1 2 3 4 // EQUI // 5 //
4 5 <==> 5 // EQUI // 5 //
6 7 8 <==> 6 7 8 // EQUI // 5 //
9 <==> 9 // EQUI // 5 //
// A boy wearing a red shirt runs along a beach .
// A boy wearing a red sweater runs along a colorful beach .
1 A :
2 boy :
3 wearing :
4 a :
5 red :
6 sweater :
7 runs :
8 along :
9 a :
10 colorful :
11 beach :
12 . :
1 2 <==> 1 2 // EQUI // 5 //
3 <==> 3 // EQUI // 5 //
7 <==> 7 // EQUI // 5 //
11 <==> 12 // EQUI // 5 //
// Two large black dogs are playing in a grassy field .
// Two white dogs are running together .
1 Two :
2 white :
3 dogs :
4 are :
5 running :
6 together :
7 . :
5 6 <==> 4 5 // EQUI // 5 //
11 <==> 7 // EQUI // 5 //
// A brown and white dog is walking next to a man on a skateboard .
// A brown and white dog is running down a ramp .
1 A :
2 brown :
3 and :
4 white :
5 dog :
6 is :
7 running :
8 down :
9 a :
10 ramp :
11 . :
8 9 10 11 <==> 1 2 3 4 5 // EQUI // 5 //
// two puppies playing around in the grass
// Two dogs are wrestling in the grass .
1 Two :
2 dogs :
3 are :
4 wrestling :
5 in :
6 the :
7 grass :
8 . :
3 4 <==> 3 4 // EQUI // 5 //
5 6 7 <==> 5 6 7 // EQUI // 5 //
// The tan and white dog is running in the field .
// The brown and white dogs run through the field .
1 The :
2 brown :
3 and :
4 white :
5 dogs :
6 run :
7 through :
8 the :
9 field :
10 . :
6 7 <==> 6 // EQUI // 5 //
8 9 10 <==> 7 8 9 // EQUI // 5 //
11 <==> 10 // EQUI // 5 //
// A woman does a handstand on the beach .
// a blond girl doing a handstand on a beach
1 a :
2 blond :
3 girl :
4 doing :
5 a :
6 handstand :
7 on :
8 a :
9 beach :
3 <==> 4 // EQUI // 5 //
// A black and white dog is swimming in a large green lake .
// A black dog runs fast into shallow water .
1 A :
2 black :
3 dog :
4 runs :
5 fast :
6 into :
7 shallow :
8 water :
9 . :
6 7 <==> 4 // EQUI // 5 //
8 9 10 11 12 <==> 6 7 8 // EQUI // 5 //
13 <==> 9 // EQUI // 5 //
// A dog is running through the snow .
// A brown dog is running through the field .
1 A :
2 brown :
3 dog :
4 is :
5 running :
6 through :
7 the :
8 field :
9 . :
1 2 <==> 1 2 3 // EQUI // 5 //
3 4 <==> 4 5 // EQUI // 5 //
5 6 7 <==> 6 7 8 // EQUI // 5 //
8 <==> 9 // EQUI // 5 //
// A white and brown dog is running over grass .
// A brown and white dog is running across the grass .
1 A :
2 brown :
3 and :
4 white :
5 dog :
6 is :
7 running :
8 across :
9 the :
10 grass :
11 . :
1 2 3 4 5 <==> 1 2 3 4 5 // EQUI // 5 //
6 7 <==> 6 7 // EQUI // 5 //
10 <==> 11 // EQUI // 5 //
// a skateboarder doing a trick on a ramp
// A skateboarder riding up to a slope .
1 A :
2 skateboarder :
3 riding :
4 up :
5 to :
6 a :
7 slope :
8 . :
3 4 5 <==> 5 6 7 // EQUI // 5 //
// A man in a batman suit running .
// A man in a batman costume is running a race .
1 A :
2 man :
3 in :
4 a :
5 batman :
6 costume :
7 is :
8 running :
9 a :
10 race :
11 . :
1 2 <==> 1 2 // EQUI // 5 //
3 4 5 6 <==> 3 4 5 6 // EQUI // 5 //
8 <==> 11 // EQUI // 5 //
// A brown dog chews on an orange ball .
// A dog has an orange ball in its mouth .
1 A :
2 dog :
3 has :
4 an :
5 orange :
6 ball :
7 in :
8 its :
9 mouth :
10 . :
1 2 3 <==> 1 2 // EQUI // 5 //
4 <==> 3 // EQUI // 5 //
9 <==> 10 // EQUI // 5 //
// Two dogs are playing on the beach together .
// Two black dogs are playing in a grass .
1 Two :
2 black :
3 dogs :
4 are :
5 playing :
6 in :
7 a :
8 grass :
9 . :
3 4 <==> 4 5 // EQUI // 5 //
9 <==> 9 // EQUI // 5 //
// These children are playing on a trampoline outdoors .
// four children are playing on a trampoline .
1 four :
2 children :
3 are :
4 playing :
5 on :
6 a :
7 trampoline :
8 . :
1 2 <==> 1 2 // EQUI // 5 //
3 4 <==> 3 4 // EQUI // 5 //
9 <==> 8 // EQUI // 5 //
// The large brown and white dog is running through the snow .
// St. Bernard dog running in the snowy field .
1 St. :
2 Bernard :
3 dog :
4 running :
5 in :
6 the :
7 snowy :
8 field :
9 . :
7 8 <==> 4 // EQUI // 5 //
// A black and white dog jumping into the air .
// A black and white dog jumping over an obstacle .
1 A :
2 black :
3 and :
4 white :
5 dog :
6 jumping :
7 over :
8 an :
9 obstacle :
10 . :
1 2 3 4 5 <==> 1 2 3 4 5 // EQUI // 5 //
7 8 9 <==> 7 8 9 // EQUI // 5 //
10 <==> 10 // EQUI // 5 //
// A young girl , in an orange dress , holding a tennis racket .
// A girl in a dress holds a tennis racket .
1 A :
2 girl :
3 in :
4 a :
5 dress :
6 holds :
7 a :
8 tennis :
9 racket :
10 . :
1 2 3 <==> 1 2 // EQUI // 5 //
10 <==> 6 // EQUI // 5 //
14 <==> 10 // EQUI // 5 //
// A white dog runs on a beach .
// The white dog is running along the beach .
1 The :
2 white :
3 dog :
4 is :
5 running :
6 along :
7 the :
8 beach :
9 . :
1 2 3 <==> 1 2 3 // EQUI // 5 //
4 <==> 4 5 // EQUI // 5 //
5 6 7 <==> 6 7 8 // EQUI // 5 //
8 <==> 9 // EQUI // 5 //
// A man and dog on a rocky seashore .
// Man and dog standing on rocks next to water
1 Man :
2 and :
3 dog :
4 standing :
5 on :
6 rocks :
7 next :
8 to :
9 water :
1 2 3 4 <==> 1 2 3 // EQUI // 5 //
// Four hooded children huddle under a blanket outdoors .
// Four children keeping warm under a blanket .
1 Four :
2 children :
3 keeping :
4 warm :
5 under :
6 a :
7 blanket :
8 . :
5 6 7 <==> 5 6 7 // EQUI // 5 //
9 <==> 8 // EQUI // 5 //
// A young laughing girl and a boy are playing on a big drum .
// A baby girl and little boy are standing next to a guitar and a drum .
1 A :
2 baby :
3 girl :
4 and :
5 little :
6 boy :
7 are :
8 standing :
9 next :
10 to :
11 a :
12 guitar :
13 and :
14 a :
15 drum :
16 . :
1 2 3 4 5 6 7 <==> 1 2 3 4 5 6 // EQUI // 5 //
8 9 10 <==> 7 8 // EQUI // 5 //
14 <==> 16 // EQUI // 5 //
// A little girl takes a picture while mom watches in boredom .
// A little girl in pajamas takes a picture with a camera
1 A :
2 little :
3 girl :
4 in :
5 pajamas :
6 takes :
7 a :
8 picture :
9 with :
10 a :
11 camera :
1 2 3 <==> 1 2 3 // EQUI // 5 //
4 5 6 <==> 6 7 8 // EQUI // 5 //
// A dog leaps over a barrier .
// A dog leaps over a fence .
1 A :
2 dog :
3 leaps :
4 over :
5 a :
6 fence :
7 . :
1 2 <==> 1 2 // EQUI // 5 //
3 <==> 3 // EQUI // 5 //
4 5 6 <==> 4 5 6 // EQUI // 5 //
7 <==> 7 // EQUI // 5 //
// A boy plays baseball .
// A man is playing baseball .
1 A :
2 man :
3 is :
4 playing :
5 baseball :
6 . :
3 <==> 3 4 // EQUI // 5 //
4 <==> 5 // EQUI // 5 //
5 <==> 6 // EQUI // 5 //
// People sitting on a couch laugh .
// Four happy people sitting on a red couch
1 Four :
2 happy :
3 people :
4 sitting :
5 on :
6 a :
7 red :
8 couch :
1 <==> 1 2 3 // EQUI // 5 //
2 <==> 4 // EQUI // 5 //
// A young boy jumping into a pool that says "no diving" .
// A boy jumps into a not-so-crowded public pool .
1 A :
2 boy :
3 jumps :
4 into :
5 a :
6 not-so-crowded :
7 public :
8 pool :
9 . :
1 2 3 <==> 1 2 // EQUI // 5 //
12 <==> 9 // EQUI // 5 //
// A young boy leaps from one couch to another .
// A young boy is leaping from one chair to another .
1 A :
2 young :
3 boy :
4 is :
5 leaping :
6 from :
7 one :
8 chair :
9 to :
10 another :
11 . :
1 2 3 <==> 1 2 3 // EQUI // 5 //
5 6 7 <==> 6 7 8 // EQUI // 5 //
8 9 <==> 9 10 // EQUI // 5 //
// A young boy wearing a red winter coat is eating and holding up a candy bar .
// A young boy wearing a red coat eats a chocolate bar .
1 A :
2 young :
3 boy :
4 wearing :
5 a :
6 red :
7 coat :
8 eats :
9 a :
10 chocolate :
11 bar :
12 . :
1 2 3 <==> 1 2 3 // EQUI // 5 //
4 <==> 4 // EQUI // 5 //
// Two dogs running on grass .
// Two black , wet dogs running on grass .
1 Two :
2 black :
3 , :
4 wet :
5 dogs :
6 running :
7 on :
8 grass :
9 . :
3 <==> 6 // EQUI // 5 //
6 <==> 9 // EQUI // 5 //
// Two boys playing a game of flag football .
// Two boys are playing flag football .
1 Two :
2 boys :
3 are :
4 playing :
5 flag :
6 football :
7 . :
1 2 <==> 1 2 // EQUI // 5 //
3 <==> 3 4 // EQUI // 5 //
9 <==> 7 // EQUI // 5 //
// A golden retriever is jumping off a wooden porch
// A gold dog jumping off a wooden porch .
1 A :
2 gold :
3 dog :
4 jumping :
5 off :
6 a :
7 wooden :
8 porch :
9 . :
1 2 3 <==> 1 2 3 // EQUI // 5 //
7 8 9 <==> 6 7 8 // EQUI // 5 //
// A young child is holding onto the back of a wicker chair .
// A young child holds a spoon to it's mouth while sitting in a chair .
1 A :
2 young :
3 child :
4 holds :
5 a :
6 spoon :
7 to :
8 it's :
9 mouth :
10 while :
11 sitting :
12 in :
13 a :
14 chair :
15 . :
1 2 3 <==> 1 2 3 // EQUI // 5 //
// Two dogs are running on the grass .
// Two birds interacting in the grass
1 Two :
2 birds :
3 interacting :
4 in :
5 the :
6 grass :
1 2 <==> 1 2 // EQUI // 5 //
3 4 <==> 3 // EQUI // 5 //
5 6 7 <==> 4 5 6 // EQUI // 5 //
// Two surfers on riding a small wave .
// Two surfers perform tricks in the waves .
1 Two :
2 surfers :
3 perform :
4 tricks :
5 in :
6 the :
7 waves :
8 . :
1 2 <==> 1 2 // EQUI // 5 //
5 6 7 <==> 5 6 7 // EQUI // 5 //
8 <==> 8 // EQUI // 5 //
// A brown furry animal stands behind some plants .
// A dog pants while standing in the woods .
1 A :
2 dog :
3 pants :
4 while :
5 standing :
6 in :
7 the :
8 woods :
9 . :
1 2 3 4 <==> 6 7 8 // EQUI // 5 //
9 <==> 9 // EQUI // 5 //
// A dog jumps high in the snow .
// A dog runs in the snow .
1 A :
2 dog :
3 runs :
4 in :
5 the :
6 snow :
7 . :
5 6 7 <==> 4 5 6 // EQUI // 5 //
8 <==> 7 // EQUI // 5 //
// A dog in the snow .
// Two dogs in snow .
1 Two :
2 dogs :
3 in :
4 snow :
5 . :
3 4 5 <==> 3 4 // EQUI // 5 //
6 <==> 5 // EQUI // 5 //
// A dog running through snow .
// A collie running through the snow .
1 A :
2 collie :
3 running :
4 through :
5 the :
6 snow :
7 . :
3 <==> 3 // EQUI // 5 //
6 <==> 7 // EQUI // 5 //
// Two dogs are fighting on brick pavement .
// Two brownish dogs are fighting .
1 Two :
2 brownish :
3 dogs :
4 are :
5 fighting :
6 . :
1 2 <==> 1 2 3 // EQUI // 5 //
3 4 <==> 4 5 // EQUI // 5 //
// The black dog is running on the grass .
// The German shepherd dog is running through the snow .
1 The :
2 German :
3 shepherd :
4 dog :
5 is :
6 running :
7 through :
8 the :
9 snow :
10 . :
1 2 3 <==> 1 2 3 4 // EQUI // 5 //
4 5 <==> 5 6 // EQUI // 5 //
6 7 8 <==> 7 8 9 // EQUI // 5 //
9 <==> 10 // EQUI // 5 //
// A dog catching a ball .
// A dog catching a Frisbee .
1 A :
2 dog :
3 catching :
4 a :
5 Frisbee :
6 . :
1 2 <==> 1 2 // EQUI // 5 //
3 <==> 3 // EQUI // 5 //
6 <==> 6 // EQUI // 5 //
// Two black dogs playing in the snow .
// Two dogs play in the snow
1 Two :
2 dogs :
3 play :
4 in :
5 the :
6 snow :
4 <==> 3 // EQUI // 5 //
5 6 7 <==> 4 5 6 // EQUI // 5 //
// A girl with a purple and white helmet is riding on a scooter .
// A girl wearing a helmet rides a scooter .
1 A :
2 girl :
3 wearing :
4 a :
5 helmet :
6 rides :
7 a :
8 scooter :
9 . :
1 2 <==> 1 2 // EQUI // 5 //
9 10 <==> 6 // EQUI // 5 //
11 12 13 <==> 7 8 // EQUI // 5 //
14 <==> 9 // EQUI // 5 //
// a skateboard performs a trick off a quarter pipe .
// A skateboarder attempts to do a trick over a homemade ramp .
1 A :
2 skateboarder :
3 attempts :
4 to :
5 do :
6 a :
7 trick :
8 over :
9 a :
10 homemade :
11 ramp :
12 . :
4 5 <==> 6 7 // EQUI // 5 //
10 <==> 12 // EQUI // 5 //
// A group of people are standing by a window watching something .
// A group of people stand and wait to see something .
1 A :
2 group :
3 of :
4 people :
5 stand :
6 and :
7 wait :
8 to :
9 see :
10 something :
11 . :
3 4 <==> 3 4 // EQUI // 5 //
10 <==> 10 // EQUI // 5 //
// A softball player swinging at a pitch .
// A baseball player hitting the ball
1 A :
2 baseball :
3 player :
4 hitting :
5 the :
6 ball :
1 2 3 <==> 1 2 3 // EQUI // 5 //
// Three sheep graze on the grassy field with a dog walking behind them .
// a small group of goats in the grass with a black and white dog in the backgroud .
1 a :
2 small :
3 group :
4 of :
5 goats :
6 in :
7 the :
8 grass :
9 with :
10 a :
11 black :
12 and :
13 white :
14 dog :
15 in :
16 the :
17 backgroud :
18 . :
12 13 <==> 6 7 8 // EQUI // 5 //
// Three dogs playing in the snow while one dog wears a jacket .
// Three dogs playing in the snow , with a city in the background .
1 Three :
2 dogs :
3 playing :
4 in :
5 the :
6 snow :
7 , :
8 with :
9 a :
10 city :
11 in :
12 the :
13 background :
14 . :
3 <==> 3 // EQUI // 5 //
4 5 6 <==> 4 5 6 // EQUI // 5 //
13 <==> 14 // EQUI // 5 //
// a black , brown and white dog running along with a white Frisbee in his mouth .
// A black and white dog carries a white Frisbee over the grass .
1 A :
2 black :
3 and :
4 white :
5 dog :
6 carries :
7 a :
8 white :
9 Frisbee :
10 over :
11 the :
12 grass :
13 . :
1 2 3 4 5 6 7 <==> 1 2 3 4 5 // EQUI // 5 //
8 9 <==> 6 // EQUI // 5 //
10 11 12 13 <==> 7 8 9 // EQUI // 5 //
17 <==> 13 // EQUI // 5 //
// A dog runs with a yellow toy in its mouth .
// A dog swimming with a stick in it's mouth .
1 A :
2 dog :
3 swimming :
4 with :
5 a :
6 stick :
7 in :
8 it's :
9 mouth :
10 . :
1 2 <==> 1 2 // EQUI // 5 //
4 5 6 7 <==> 4 5 6 // EQUI // 5 //
8 9 10 <==> 7 8 9 // EQUI // 5 //
11 <==> 10 // EQUI // 5 //
// The dog is playing in the water .
// A dog is wading in the water .
1 A :
2 dog :
3 is :
4 wading :
5 in :
6 the :
7 water :
8 . :
1 2 <==> 1 2 // EQUI // 5 //
5 6 7 <==> 5 6 7 // EQUI // 5 //
8 <==> 8 // EQUI // 5 //
// A young boy is riding a bike .
// A young girl laying on a blue inflatable toy
1 A :
2 young :
3 girl :
4 laying :
5 on :
6 a :
7 blue :
8 inflatable :
9 toy :
1 2 3 <==> 1 2 3 // EQUI // 5 //
// The white and brown dog is running quickly through the grass .
// The big white dog is running in the grass .
1 The :
2 big :
3 white :
4 dog :
5 is :
6 running :
7 in :
8 the :
9 grass :
10 . :
1 2 3 4 5 <==> 1 2 3 4 // EQUI // 5 //
9 10 11 <==> 7 8 9 // EQUI // 5 //
12 <==> 10 // EQUI // 5 //
// A black and white dog running through an obstacle course
// A black and white dog runs through pole obstacles .
1 A :
2 black :
3 and :
4 white :
5 dog :
6 runs :
7 through :
8 pole :
9 obstacles :
10 . :
6 <==> 6 // EQUI // 5 //
// The child in the red coat laid in the red mat .
// The toddler is ready to climb the red piece of equipment .
1 The :
2 toddler :
3 is :
4 ready :
5 to :
6 climb :
7 the :
8 red :
9 piece :
10 of :
11 equipment :
12 . :
3 4 5 6 <==> 10 11 // EQUI // 5 //
// A golden dog is running through the snow .
// A pack of sled dogs pulling a sled through a town .
1 A :
2 pack :
3 of :
4 sled :
5 dogs :
6 pulling :
7 a :
8 sled :
9 through :
10 a :
11 town :
12 . :
6 7 8 <==> 9 10 11 // EQUI // 5 //
9 <==> 12 // EQUI // 5 //
// Three children and playing and laughing on the floor .
// Three children playing on the floor .
1 Three :
2 children :
3 playing :
4 on :
5 the :
6 floor :
7 . :
1 2 <==> 1 2 // EQUI // 5 //
7 8 9 <==> 4 5 6 // EQUI // 5 //
10 <==> 7 // EQUI // 5 //
// a black dog swimming through a river .
// a black dog digging through the snow .
1 a :
2 black :
3 dog :
4 digging :
5 through :
6 the :
7 snow :
8 . :
4 <==> 4 // EQUI // 5 //
8 <==> 8 // EQUI // 5 //
// A bulldog is running through a grassy park while people stand in the background .
// A dog is running in a large body of water causing it to splash .
1 A :
2 dog :
3 is :
4 running :
5 in :
6 a :
7 large :
8 body :
9 of :
10 water :
11 causing :
12 it :
13 to :
14 splash :
15 . :
9 10 <==> 12 // EQUI // 5 //
// brown and white dog with a baseball in its mouth .
// Black and white dog holding a baseball in mouth .
1 Black :
2 and :
3 white :
4 dog :
5 holding :
6 a :
7 baseball :
8 in :
9 mouth :
10 . :
1 2 3 4 <==> 1 2 3 4 // EQUI // 5 //
5 6 7 <==> 5 6 7 // EQUI // 5 //
8 9 10 <==> 8 9 // EQUI // 5 //
11 <==> 10 // EQUI // 5 //
// A golden dog is running through the snow .
// A black dog is running through the snow .
1 A :
2 black :
3 dog :
4 is :
5 running :
6 through :
7 the :
8 snow :
9 . :
1 2 3 <==> 1 2 3 // EQUI // 5 //
4 5 <==> 4 5 // EQUI // 5 //
6 7 8 <==> 6 7 8 // EQUI // 5 //
9 <==> 9 // EQUI // 5 //
// Girls dressed in red and black costumes hold a wrestling pose .
// Two girls dressed like waitresses dance along with a man dressed as a chef .
1 Two :
2 girls :
3 dressed :
4 like :
5 waitresses :
6 dance :
7 along :
8 with :
9 a :
10 man :
11 dressed :
12 as :
13 a :
14 chef :
15 . :
1 <==> 1 2 // EQUI // 5 //
2 <==> 11 // EQUI // 5 //
8 <==> 8 9 10 // EQUI // 5 //
12 <==> 15 // EQUI // 5 //
// Baby with blonde pigtails in yellow room attempting to climb out of green playpen .
// A female toddler in pigtails is trying to climb out of a green and white playpen .
1 A :
2 female :
3 toddler :
4 in :
5 pigtails :
6 is :
7 trying :
8 to :
9 climb :
10 out :
11 of :
12 a :
13 green :
14 and :
15 white :
16 playpen :
17 . :
1 <==> 1 2 3 // EQUI // 5 //
9 10 11 12 <==> 8 9 10 11 // EQUI // 5 //
13 14 <==> 12 13 14 15 16 // EQUI // 5 //
15 <==> 17 // EQUI // 5 //
// The two dogs are playing fetch in the snow .
// Two dogs are playing together in the grass .
1 Two :
2 dogs :
3 are :
4 playing :
5 together :
6 in :
7 the :
8 grass :
9 . :
1 2 3 <==> 1 2 // EQUI // 5 //
7 8 9 <==> 6 7 8 // EQUI // 5 //
10 <==> 9 // EQUI // 5 //
// A man eating an apple , sitting in public .
// A man sits in a public place eating an apple .
1 A :
2 man :
3 sits :
4 in :
5 a :
6 public :
7 place :
8 eating :
9 an :
10 apple :
11 . :
1 2 <==> 1 2 // EQUI // 5 //
3 <==> 8 // EQUI // 5 //
7 <==> 3 // EQUI // 5 //
8 9 <==> 4 5 6 7 // EQUI // 5 //
10 <==> 11 // EQUI // 5 //
// A man wearing a red bicycle helmet talking on a cell phone with other people in the background .
// A man in a bicycle helmet is talking on a cell phone with other people behind him .
1 A :
2 man :
3 in :
4 a :
5 bicycle :
6 helmet :
7 is :
8 talking :
9 on :
10 a :
11 cell :
12 phone :
13 with :
14 other :
15 people :
16 behind :
17 him :
18 . :
1 2 <==> 1 2 // EQUI // 5 //
9 10 11 12 <==> 9 10 11 12 // EQUI // 5 //
13 14 15 <==> 13 14 15 // EQUI // 5 //
19 <==> 18 // EQUI // 5 //
// A young boy is punching a yellow ball .
// A small dog jumps over a yellow beam .
1 A :
2 small :
3 dog :
4 jumps :
5 over :
6 a :
7 yellow :
8 beam :
9 . :
1 2 3 <==> 1 2 3 // EQUI // 5 //
// A woman wearing a pink Tinker Bell jacket leans against a railing .
// A woman wearing a pink Tinkerbell sweatshirt leans on a railing overlooking water .
1 A :
2 woman :
3 wearing :
4 a :
5 pink :
6 Tinkerbell :
7 sweatshirt :
8 leans :
9 on :
10 a :
11 railing :
12 overlooking :
13 water :
14 . :
1 2 <==> 1 2 // EQUI // 5 //
3 <==> 3 // EQUI // 5 //
9 <==> 8 // EQUI // 5 //
13 <==> 14 // EQUI // 5 //
// A man walks toward a policeman standing in a crosswalk on a city street .
// A policeman stands in a crosswalk in a city .
1 A :
2 policeman :
3 stands :
4 in :
5 a :
6 crosswalk :
7 in :
8 a :
9 city :
10 . :
1 2 <==> 1 2 // EQUI // 5 //
3 <==> 3 // EQUI // 5 //
8 9 10 <==> 4 5 6 // EQUI // 5 //
15 <==> 10 // EQUI // 5 //
// A young boy plays in a red ball pit .
// A laughing boy lies on a pit of blue balls .
1 A :
2 laughing :
3 boy :
4 lies :
5 on :
6 a :
7 pit :
8 of :
9 blue :
10 balls :
11 . :
1 2 3 <==> 1 2 3 // EQUI // 5 //
4 <==> 4 // EQUI // 5 //
// A white dog with red ears is running in the snow .
// a wet black dog with a red collar is in the river
1 a :
2 wet :
3 black :
4 dog :
5 with :
6 a :
7 red :
8 collar :
9 is :
10 in :
11 the :
12 river :
9 10 11 <==> 10 11 12 // EQUI // 5 //
// A little boy clowns with a colander on his head .
// A boy with a metal colander on his head .
1 A :
2 boy :
3 with :
4 a :
5 metal :
6 colander :
7 on :
8 his :
9 head :
10 . :
1 2 3 <==> 1 2 // EQUI // 5 //
// A dog racing on a track .
// A dog chases another by a tree .
1 A :
2 dog :
3 chases :
4 another :
5 by :
6 a :
7 tree :
8 . :
1 2 <==> 1 2 // EQUI // 5 //
3 <==> 4 // EQUI // 5 //
// A man in a black leather jacket is sleeping in a subway car .
// A man in a black leather jacket falls asleep on public transportation .
1 A :
2 man :
3 in :
4 a :
5 black :
6 leather :
7 jacket :
8 falls :
9 asleep :
10 on :
11 public :
12 transportation :
13 . :
1 2 <==> 1 2 // EQUI // 5 //
14 <==> 13 // EQUI // 5 //
// A dog jumps on a lawn .
// A dog jumps of a surfboard
1 A :
2 dog :
3 jumps :
4 of :
5 a :
6 surfboard :
1 2 <==> 1 2 // EQUI // 5 //
3 <==> 3 // EQUI // 5 //
4 5 6 <==> 4 5 6 // EQUI // 5 //
// Two dogs run towards shore through shallow water .
// Two grey dogs running through the shallow water of a lake .
1 Two :
2 grey :
3 dogs :
4 running :
5 through :
6 the :
7 shallow :
8 water :
9 of :
10 a :
11 lake :
12 . :
1 2 <==> 1 2 3 // EQUI // 5 //
3 <==> 4 // EQUI // 5 //
6 7 8 <==> 5 6 7 8 // EQUI // 5 //
9 <==> 12 // EQUI // 5 //
// A bird with it's wings spread
// A bird flying in the air
1 A :
2 bird :
3 flying :
4 in :
5 the :
6 air :
1 2 <==> 1 2 // EQUI // 5 //
3 4 5 6 <==> 3 // EQUI // 5 //
// a boy in a red shirt , in front of a long blue wall , raises his eyebrow at the camera
// The boy in the red shirt is next to a blue wall .
1 The :
2 boy :
3 in :
4 the :
5 red :
6 shirt :
7 is :
8 next :
9 to :
10 a :
11 blue :
12 wall :
13 . :
1 2 <==> 1 2 // EQUI // 5 //
3 4 5 6 <==> 3 4 5 6 // EQUI // 5 //
// A woman jogs beside a tall concrete wall .
// A woman runs beside a concrete wall .
1 A :
2 woman :
3 runs :
4 beside :
5 a :
6 concrete :
7 wall :
8 . :
1 2 <==> 1 2 // EQUI // 5 //
9 <==> 8 // EQUI // 5 //
// A brown dog digging a hole in front of a plant
// A group of people walking on the side of a railroad track .
1 A :
2 group :
3 of :
4 people :
5 walking :
6 on :
7 the :
8 side :
9 of :
10 a :
11 railroad :
12 track :
13 . :
5 6 <==> 3 4 // EQUI // 5 //
// A man in a red coat and hat talks to another man in red .
// A man wearing a red coat with glass looks at another man .
1 A :
2 man :
3 wearing :
4 a :
5 red :
6 coat :
7 with :
8 glass :
9 looks :
10 at :
11 another :
12 man :
13 . :
1 2 <==> 1 2 // EQUI // 5 //
9 <==> 9 // EQUI // 5 //
10 11 12 <==> 10 11 12 // EQUI // 5 //
// Two dogs play in the grass .
// Two tan dogs play in the snow .
1 Two :
2 tan :
3 dogs :
4 play :
5 in :
6 the :
7 snow :
8 . :
3 <==> 4 // EQUI // 5 //
// A boy doing a back flip into a swimming pool .
// A boy wearing red and blue swim trunks jumping head first into a swimming pool .
1 A :
2 boy :
3 wearing :
4 red :
5 and :
6 blue :
7 swim :
8 trunks :
9 jumping :
10 head :
11 first :
12 into :
13 a :
14 swimming :
15 pool :
16 . :
1 2 <==> 1 2 // EQUI // 5 //
3 4 5 6 <==> 3 // EQUI // 5 //
7 8 9 10 <==> 12 13 14 15 // EQUI // 5 //
11 <==> 16 // EQUI // 5 //
// A black and white dog is jumping over a hurdle .
// A white dog running over a bridge .
1 A :
2 white :
3 dog :
4 running :
5 over :
6 a :
7 bridge :
8 . :
1 2 3 4 5 <==> 1 2 3 // EQUI // 5 //
11 <==> 8 // EQUI // 5 //
// A girl bounces upside down on her head on a trampoline .
// A girl is bouncing on her head on a trampoline .
1 A :
2 girl :
3 is :
4 bouncing :
5 on :
6 her :
7 head :
8 on :
9 a :
10 trampoline :
11 . :
1 2 <==> 1 2 // EQUI // 5 //
6 7 8 <==> 5 6 7 // EQUI // 5 //
12 <==> 11 // EQUI // 5 //
// Children jumping on a trampoline .
// A man is sledding on an orange slide .
1 A :
2 man :
3 is :
4 sledding :
5 on :
6 an :
7 orange :
8 slide :
9 . :
1 <==> 1 2 // EQUI // 5 //
2 <==> 3 4 // EQUI // 5 //
6 <==> 9 // EQUI // 5 //
// A person snowboarding and jumping over a construction sign .
// a long snowboarder jumping over a barricade outside in the snow .
1 a :
2 long :
3 snowboarder :
4 jumping :
5 over :
6 a :
7 barricade :
8 outside :
9 in :
10 the :
11 snow :
12 . :
1 2 <==> 9 10 11 // EQUI // 5 //
10 <==> 12 // EQUI // 5 //
// The skateboarder gets to the top of the ramp .
// The skateboarder rides the pipe wall at a skater park .
1 The :
2 skateboarder :
3 rides :
4 the :
5 pipe :
6 wall :
7 at :
8 a :
9 skater :
10 park :
11 . :
1 2 <==> 1 2 // EQUI // 5 //
3 <==> 3 // EQUI // 5 //
4 5 6 <==> 7 8 9 10 // EQUI // 5 //
10 <==> 11 // EQUI // 5 //
// Two boys in a field kicking a soccer ball .
// Two football players bang into each other during a football game .
1 Two :
2 football :
3 players :
4 bang :
5 into :
6 each :
7 other :
8 during :
9 a :
10 football :
11 game :
12 . :
7 8 9 <==> 5 6 7 // EQUI // 5 //
10 <==> 12 // EQUI // 5 //
// A crowd of people stand on a rural road , a field behind them , a forest in front .
// A bunch of people standing next to a car with it's trunk open .
1 A :
2 bunch :
3 of :
4 people :
5 standing :
6 next :
7 to :
8 a :
9 car :
10 with :
11 it's :
12 trunk :
13 open :
14 . :
3 4 <==> 6 7 8 9 // EQUI // 5 //
// A dog runs through the deep snow .
// A white dog is running through the snow .
1 A :
2 white :
3 dog :
4 is :
5 running :
6 through :
7 the :
8 snow :
9 . :
3 <==> 4 5 // EQUI // 5 //
4 5 6 7 <==> 6 7 8 // EQUI // 5 //
// A boy riding on a swing .
// A young boy riding in a swing .
1 A :
2 young :
3 boy :
4 riding :
5 in :
6 a :
7 swing :
8 . :
1 2 <==> 1 2 3 // EQUI // 5 //
7 <==> 8 // EQUI // 5 //
// A woman pointing at a geyser .
// Women pointing at a geyser .
1 Women :
2 pointing :
3 at :
4 a :
5 geyser :
6 . :
1 2 <==> 1 // EQUI // 5 //
3 4 <==> 2 3 // EQUI // 5 //
7 <==> 6 // EQUI // 5 //
// Three dogs are playing in the white snow .
// Two dogs are playing in the grass .
1 Two :
2 dogs :
3 are :
4 playing :
5 in :
6 the :
7 grass :
8 . :
3 4 <==> 3 4 // EQUI // 5 //
9 <==> 8 // EQUI // 5 //
// An elderly woman rides a bicycle along a city street .
// An elderly woman walking uphill crossing the street .
1 An :
2 elderly :
3 woman :
4 walking :
5 uphill :
6 crossing :
7 the :
8 street :
9 . :
1 2 3 <==> 1 2 3 // EQUI // 5 //
7 8 9 10 <==> 6 7 8 // EQUI // 5 //
11 <==> 9 // EQUI // 5 //
// Two girls next to a mossy tree .
// Two girls lean around a tree , laughing .
1 Two :
2 girls :
3 lean :
4 around :
5 a :
6 tree :
7 , :
8 laughing :
9 . :
1 2 <==> 1 2 // EQUI // 5 //
3 4 5 6 7 <==> 4 5 6 // EQUI // 5 //
8 <==> 9 // EQUI // 5 //
// A small boy is building with some wooden blocks .
// A small boy wearing a blue shirt stacks wooden blocks .
1 A :
2 small :
3 boy :
4 wearing :
5 a :
6 blue :
7 shirt :
8 stacks :
9 wooden :
10 blocks :
11 . :
1 2 3 <==> 1 2 3 // EQUI // 5 //
// a brown dog standing in the middle of ahuge field .
// A brown dog in a field .
1 A :
2 brown :
3 dog :
4 in :
5 a :
6 field :
7 . :
5 6 7 <==> 4 5 6 // EQUI // 5 //
11 <==> 7 // EQUI // 5 //
// The brown dog runs on the snow with a white ball in his mouth .
// Four dogs play in the snow with the city skyline behind them .
1 Four :
2 dogs :
3 play :
4 in :
5 the :
6 snow :
7 with :
8 the :
9 city :
10 skyline :
11 behind :
12 them :
13 . :
4 <==> 3 // EQUI // 5 //
5 6 7 <==> 4 5 6 // EQUI // 5 //
15 <==> 13 // EQUI // 5 //
// a brown and white dog is running on the grass .
// a brown and white dog running crazily through the grass .
1 a :
2 brown :
3 and :
4 white :
5 dog :
6 running :
7 crazily :
8 through :
9 the :
10 grass :
11 . :
1 2 3 4 5 <==> 1 2 3 4 5 // EQUI // 5 //
8 9 10 <==> 8 9 10 // EQUI // 5 //
11 <==> 11 // EQUI // 5 //
// A brown dog about to catch a green Frisbee .
// A brown dog waits for the Frisbee to come down before catching it .
1 A :
2 brown :
3 dog :
4 waits :
5 for :
6 the :
7 Frisbee :
8 to :
9 come :
10 down :
11 before :
12 catching :
13 it :
14 . :
4 5 6 <==> 4 5 // EQUI // 5 //
10 <==> 14 // EQUI // 5 //
// A young girl with a pink hat on with a yellow building in the background .
// A young girl in a pink dress with something in her hand .
1 A :
2 young :
3 girl :
4 in :
5 a :
6 pink :
7 dress :
8 with :
9 something :
10 in :
11 her :
12 hand :
13 . :
1 2 3 <==> 1 2 3 // EQUI // 5 //
// A man is standing on top of a rock or mountain watching the sun set .
// A man standing in the mountains watching a sunset .
1 A :
2 man :
3 standing :
4 in :
5 the :
6 mountains :
7 watching :
8 a :
9 sunset :
10 . :
1 2 <==> 1 2 // EQUI // 5 //
5 6 <==> 3 // EQUI // 5 //
12 <==> 7 // EQUI // 5 //
16 <==> 10 // EQUI // 5 //
// The couple is sitting near the water in lawn chairs .
// The boy hops from one picnic table to the other in the park .
1 The :
2 boy :
3 hops :
4 from :
5 one :
6 picnic :
7 table :
8 to :
9 the :
10 other :
11 in :
12 the :
13 park :
14 . :
5 6 7 <==> 11 12 13 // EQUI // 5 //
// A man is swinging on a rope above the water .
// A man in warm clothes swinging on monkey bars at night .
1 A :
2 man :
3 in :
4 warm :
5 clothes :
6 swinging :
7 on :
8 monkey :
9 bars :
10 at :
11 night :
12 . :
1 2 <==> 1 2 // EQUI // 5 //
11 <==> 12 // EQUI // 5 //
// A dog running through deep snow pack .
// A dog runs through the deep snow .
1 A :
2 dog :
3 runs :
4 through :
5 the :
6 deep :
7 snow :
8 . :
3 <==> 3 // EQUI // 5 //
8 <==> 8 // EQUI // 5 //
// The dog is running in the grass .
// a dog pounces on the grass .
1 a :
2 dog :
3 pounces :
4 on :
5 the :
6 grass :
7 . :
1 2 <==> 1 2 // EQUI // 5 //
5 6 7 <==> 4 5 6 // EQUI // 5 //
8 <==> 7 // EQUI // 5 //
// A Golden Retriever jumping off a wood porch .
// A golden retriever is jumping off a wooden porch
1 A :
2 golden :
3 retriever :
4 is :
5 jumping :
6 off :
7 a :
8 wooden :
9 porch :
1 2 3 <==> 1 2 3 // EQUI // 5 //
5 6 7 8 <==> 6 7 8 9 // EQUI // 5 //
// The dog is running with food in his mouth .
// The dog is running with a yellow ball in his mouth .
1 The :
2 dog :
3 is :
4 running :
5 with :
6 a :
7 yellow :
8 ball :
9 in :
10 his :
11 mouth :
12 . :
1 2 <==> 1 2 // EQUI // 5 //
7 8 9 <==> 9 10 11 // EQUI // 5 //
10 <==> 12 // EQUI // 5 //
// A reddish brown dog runs across the snow with a snowball in its mouth .
// The beautiful reddish dog lopes around the flat snowy street with a snowball in its mouth .
1 The :
2 beautiful :
3 reddish :
4 dog :
5 lopes :
6 around :
7 the :
8 flat :
9 snowy :
10 street :
11 with :
12 a :
13 snowball :
14 in :
15 its :
16 mouth :
17 . :
6 7 8 <==> 6 7 8 9 10 // EQUI // 5 //
9 10 11 <==> 11 12 13 // EQUI // 5 //
12 13 14 <==> 14 15 16 // EQUI // 5 //
15 <==> 17 // EQUI // 5 //
// A white dog with brown spots is running in a yard , chasing a ball .
// A white dog with brown markings chases an orange ball in a grassy field .
1 A :
2 white :
3 dog :
4 with :
5 brown :
6 markings :
7 chases :
8 an :
9 orange :
10 ball :
11 in :
12 a :
13 grassy :
14 field :
15 . :
1 2 3 <==> 1 2 3 // EQUI // 5 //
13 <==> 7 // EQUI // 5 //
16 <==> 15 // EQUI // 5 //
// A little girl and a little boy hold hands on a shiny slide .
// A little girl in a paisley dress runs across a sandy playground .
1 A :
2 little :
3 girl :
4 in :
5 a :
6 paisley :
7 dress :
8 runs :
9 across :
10 a :
11 sandy :
12 playground :
13 . :
1 2 3 4 5 6 7 <==> 1 2 3 // EQUI // 5 //
// Three little boys take a bath in a rubber bin on the grass .
// Three well-dressed children are sitting on a bench and smiling .
1 Three :
2 well-dressed :
3 children :
4 are :
5 sitting :
6 on :
7 a :
8 bench :
9 and :
10 smiling :
11 . :
4 <==> 1 2 3 // EQUI // 5 //
// a dog sniffing the brushes while a bull looks on
// A brown dog sniffing at the fence of a brown bull .
1 A :
2 brown :
3 dog :
4 sniffing :
5 at :
6 the :
7 fence :
8 of :
9 a :
10 brown :
11 bull :
12 . :
6 7 8 <==> 8 9 10 11 // EQUI // 5 //
// A black dog bounds through a path in the snow .
// Two kids and a dog play in the snow .
1 Two :
2 kids :
3 and :
4 a :
5 dog :
6 play :
7 in :
8 the :
9 snow :
10 . :
8 9 10 <==> 7 8 9 // EQUI // 5 //
// A boy in a red jacket and balck hat sliding on his knees down a snowy hill
// A boy is riding a red sledge down a snowy hill .
1 A :
2 boy :
3 is :
4 riding :
5 a :
6 red :
7 sledge :
8 down :
9 a :
10 snowy :
11 hill :
12 . :
1 2 <==> 1 2 // EQUI // 5 //
14 15 16 17 <==> 8 9 10 11 // EQUI // 5 //
// Three dogs running in a field of grass .
// Two dogs run in a field of tall grass .
1 Two :
2 dogs :
3 run :
4 in :
5 a :
6 field :
7 of :
8 tall :
9 grass :
10 . :
3 <==> 3 // EQUI // 5 //
4 5 6 <==> 4 5 6 // EQUI // 5 //
9 <==> 10 // EQUI // 5 //
// A group of men playing brass instruments .
// A group of guys play instruments outside .
1 A :
2 group :
3 of :
4 guys :
5 play :
6 instruments :
7 outside :
8 . :
1 2 <==> 1 2 // EQUI // 5 //
5 <==> 5 // EQUI // 5 //
// A black and tan dog standing in a field near trees
// A white dog is standing by a river shaking himself dry .
1 A :
2 white :
3 dog :
4 is :
5 standing :
6 by :
7 a :
8 river :
9 shaking :
10 himself :
11 dry :
12 . :
7 8 9 <==> 6 7 8 // EQUI // 5 //
// Three people sit at a picnic table outside of a building painted like a union jack .
// Three people sit at an outdoor table in front of a building painted like the Union Jack .
1 Three :
2 people :
3 sit :
4 at :
5 an :
6 outdoor :
7 table :
8 in :
9 front :
10 of :
11 a :
12 building :
13 painted :
14 like :
15 the :
16 Union :
17 Jack :
18 . :
1 2 <==> 1 2 // EQUI // 5 //
3 <==> 3 // EQUI // 5 //
8 9 10 11 <==> 8 9 10 11 12 // EQUI // 5 //
12 <==> 13 // EQUI // 5 //
17 <==> 18 // EQUI // 5 //
// A small dog runs through an obstacle course .
// A small dog jumping over an obstacle .
1 A :
2 small :
3 dog :
4 jumping :
5 over :
6 an :
7 obstacle :
8 . :
4 <==> 1 2 3 // EQUI // 5 //
5 6 7 8 <==> 5 6 7 // EQUI // 5 //
// A tent and a campsite in a sunlit forest .
// A white dog on a beach is carrying a stick in its mouth .
1 A :
2 white :
3 dog :
4 on :
5 a :
6 beach :
7 is :
8 carrying :
9 a :
10 stick :
11 in :
12 its :
13 mouth :
14 . :
6 7 8 9 <==> 4 5 6 // EQUI // 5 //
10 <==> 14 // EQUI // 5 //
// A black dog is chasing two birds on the shore of the ocean .
// A dog is running along the beach beside the ocean .
1 A :
2 dog :
3 is :
4 running :
5 along :
6 the :
7 beach :
8 beside :
9 the :
10 ocean :
11 . :
1 2 3 <==> 1 2 // EQUI // 5 //
4 5 <==> 3 4 // EQUI // 5 //
8 9 10 <==> 5 6 7 // EQUI // 5 //
14 <==> 11 // EQUI // 5 //
// A man and woman with their hands on their chins are standing next to a Christmas tree .
// The man with a white beard and blue cap is standing in the doorway of a workshop .
1 The :
2 man :
3 with :
4 a :
5 white :
6 beard :
7 and :
8 blue :
9 cap :
10 is :
11 standing :
12 in :
13 the :
14 doorway :
15 of :
16 a :
17 workshop :
18 . :
1 2 3 4 <==> 1 2 // EQUI // 5 //
// Two dogs are running through the grass near a house and trees .
// Two dogs are running through a green yard
1 Two :
2 dogs :
3 are :
4 running :
5 through :
6 a :
7 green :
8 yard :
1 2 <==> 1 2 // EQUI // 5 //
3 4 <==> 3 4 // EQUI // 5 //
// Two different breeds of brown and white dogs play on the beach .
// Two dogs playing in the sand at the beach .
1 Two :
2 dogs :
3 playing :
4 in :
5 the :
6 sand :
7 at :
8 the :
9 beach :
10 . :
9 <==> 3 // EQUI // 5 //
13 <==> 10 // EQUI // 5 //
// A white dog is running through the water onto the shore .
// The white dog runs through the ocean .
1 The :
2 white :
3 dog :
4 runs :
5 through :
6 the :
7 ocean :
8 . :
1 2 3 <==> 1 2 3 // EQUI // 5 //
6 7 8 <==> 5 6 7 // EQUI // 5 //
12 <==> 8 // EQUI // 5 //
// A dog leaping over a hurdle .
// A dog leaps over the hurdle .
1 A :
2 dog :
3 leaps :
4 over :
5 the :
6 hurdle :
7 . :
1 2 <==> 1 2 // EQUI // 5 //
3 <==> 3 // EQUI // 5 //
4 5 6 <==> 4 5 6 // EQUI // 5 //
7 <==> 7 // EQUI // 5 //