ATISsemanticparsing / atis_test.tsv
MahsaGRBNL's picture
Upload 2 files
73e824a verified
what flight go from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
what flight go from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
i need an earli flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 early:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
what type of ground transport are avail in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) )
what flight go from ci1 to ci0 on da0 morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) )
is ground transport avail in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) )
i need to fli from ci0 to ci1 on da0 afternoon ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
i would like flight inform from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
could i have flight inform on flight from ci0 to ci1 pleas ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
could i have flight inform on flight from ci0 to ci1 pleas ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
i would like inform on flight leav from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
i need inform on flight from ci0 to ci1 that leav on a da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
i need the flight from ci0 to ci1 on a da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
i need the fare on flight from ci0 to ci1 on a da0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( day $1 da0 ) ( = ( fare $1 ) $0 ) ) ) )
i want to go from ci0 to ci1 on a da0 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
i need a flight from ci0 to ci1 that leav befor ti0 see if too much inform ( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
get fare from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) )
get da0 fare from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( day $1 da0 ) ( = ( fare $1 ) $0 ) ) ) )
get fare from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) )
get da0 fare from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( day $1 da0 ) ( = ( fare $1 ) $0 ) ) ) )
get da0 fare from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( day $1 da0 ) ( = ( fare $1 ) $0 ) ) ) )
get the da0 fare from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( day $1 da0 ) ( = ( fare $1 ) $0 ) ) ) )
list da0 flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
list da0 flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
get flight from ci0 to ap0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ap0 ) ) )
list flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
get flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
get flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
get last flight from ci1 to ci0 on da0 or first flight from ci1 to ci0 on da1 ( lambda $0 e ( or ( = $0 ( argmax $1 ( and ( flight $1 ) ( from $1 ci1 ) ( to $1 ci0 ) ( day $1 da0 ) ) ( departure_time $1 ) ) ) ( = $0 ( argmin $1 ( and ( flight $1 ) ( from $1 ci1 ) ( to $1 ci0 ) ( day $1 da1 ) ) ( departure_time $1 ) ) ) ) )
get first flight from ci1 to ci0 on da0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ( departure_time $0 ) )
get last flight from ci1 to ci0 on da0 ( argmax $0 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ( departure_time $0 ) )
list last da0 flight from ci1 to ci0 ( argmax $0 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ( departure_time $0 ) )
get flight from ci1 to ci0 stop at ap0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ap0 ) ) )
get flight between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
i need a flight from ci0 to ci1 leav da0 befor ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
i need a flight depart from ci0 to ci1 leav da0 befor ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
is there ground transport avail at the ap0 ( lambda $0 e ( and ( ground_transport $0 ) ( from_airport $0 ap0 ) ) )
i need flight inform for a flight depart from ci0 to ci1 depart da0 at ti0 ( lambda $0 e ( and ( flight $0 ) ( departure_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
i need flight inform for a flight depart from ci0 to ci1 da0 after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
i need flight inform for flight depart from ci0 go back to ci1 da0 after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
i need flight inform for flight depart from ci0 to ci1 on da0 after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
i need flight inform for flight depart from ci0 to ci1 on da0 after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
i need a flight from ci1 to ci0 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) )
is there ground transport avail at the ap0 ( lambda $0 e ( and ( ground_transport $0 ) ( from_airport $0 ap0 ) ) )
i need flight and airlin inform for a flight from ci1 to ci0 on da0 depart after ti0 ( lambda $0 e ( exists $1 ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ( = ( airline:e $0 ) $1 ) ) ) )
is there ground transport avail at the ap0 ( lambda $0 e ( and ( ground_transport $0 ) ( from_airport $0 ap0 ) ) )
i need a flight from ci0 to ci1 depart da0 after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
is there ground transport avail at the ap0 ( lambda $0 e ( and ( ground_transport $0 ) ( from_airport $0 ap0 ) ) )
i need a flight from ci1 to ci0 on da0 depart after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) )
i need flight and fare inform for da0 depart prior to ti0 from ci1 go to ci0 ( lambda $0 e ( exists $1 ( and ( flight $0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ( = ( fare $0 ) $1 ) ) ) )
i need flight and fare inform depart from ci1 to ci0 on da0 befor ti0 ( lambda $0 e ( exists $1 ( and ( flight $0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ( = ( fare $0 ) $1 ) ) ) )
i need flight number and airlin for flight depart from ci1 to ci0 on da0 depart befor ti0 ( lambda $0 e ( lambda $1 e ( exists $2 ( and ( flight $2 ) ( < ( departure_time $2 ) ti0 ) ( from $2 ci1 ) ( to $2 ci0 ) ( day $2 da0 ) ( = ( flight_number $2 ) $0 ) ( = ( airline:e $2 ) $1 ) ) ) ) )
i need flight number for those flight depart on da0 befor ti0 from ci1 go to ci0 ( lambda $0 e ( exists $1 ( and ( < ( departure_time $1 ) ti0 ) ( from $1 ci1 ) ( to $1 ci0 ) ( day $1 da0 ) ( = ( flight_number $1 ) $0 ) ) ) )
list airport in st0 st1 and st2 pleas ( lambda $0 e ( and ( airport $0 ) ( or ( loc:t $0 st0 ) ( loc:t $0 st1 ) ( loc:t $0 st2 ) ) ) )
list st0 st1 st2 airport ( lambda $0 e ( and ( airport $0 ) ( or ( loc:t $0 st2 ) ( loc:t $0 st1 ) ( loc:t $0 st0 ) ) ) )
list the st0 airport ( lambda $0 e ( and ( airport $0 ) ( loc:t $0 st0 ) ) )
list st0 airport ( lambda $0 e ( and ( airport $0 ) ( loc:t $0 st0 ) ) )
list flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
list st0 airport ( lambda $0 e ( and ( airport $0 ) ( loc:t $0 st0 ) ) )
list airport ( lambda $0 e ( airport $0 ) )
list da0 night flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 late:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) )
list flight from ci1 to ci0 befor ti0 da0 morn ( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ( during_day $0 morning:pd ) ) )
which airlin fli between ci1 and ci0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( airline:e $1 ) $0 ) ) ) )
pleas list afternoon flight between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
what is ap0 ap0
what are the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
pleas list onli the flight from ci0 to ci1 that leav befor ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
what type of aircraft are fli from ci0 to ci1 befor ti0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( < ( departure_time $1 ) ti0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( aircraft_code $1 ) $0 ) ) ) )
i need inform on flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
i need a flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
i need a ticket from ci0 to ci1 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ) )
i need a ticket from ci0 tennesse to ci1 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ) )
i need flight inform from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
i need to rent a car at ci0 ( lambda $0 e ( and ( rental_car $0 ) ( to_city $0 ci0 ) ) )
i need a daili flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
i need flight depart from ci1 and arriv ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
i need inform on flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
i need inform on flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
i want a flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
i need inform on flight between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
i need the flight number of flight leav from ci0 and arriv at ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( flight_number $1 ) $0 ) ) ) )
which flight go from ci0 to ci1 and back ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
what doe fare code fb0 mean fb0
show me flight from ci0 to ci1 one way ( lambda $0 e ( and ( flight $0 ) ( oneway $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
what the abbrevi al0 stand for al0
i'd like a one way ticket from ci0 to ci1 either da0 even or da1 morn ( lambda $0 e ( and ( oneway $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( or ( and ( day $0 da0 ) ( during_day $0 evening:pd ) ) ( and ( day $0 da1 ) ( during_day $0 morning:pd ) ) ) ) )
show me flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
what doe fare code fb0 mean fb0
what doe fare code fb0 mean fb0
what doe fare code fb0 mean fb0
what are restrict rc0 rc0
pleas show me first class flight from ci0 to ci1 one way leav befor ti0 ( lambda $0 e ( and ( flight $0 ) ( oneway $0 ) ( class_type $0 first:cl ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
now show me all round trip flight from ci0 to ci1 that arriv befor ti0 in ci1 ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
round trip flight from ci0 to ci1 pleas ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
what airlin is al0 al0
show me all al0 flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
show me all flight from ci0 to ci1 pleas ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
which airlin is al0 al0
pleas list all flight from ci0 to ci1 ani ani type of class ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
what doe fare code fb0 mean fb0
show me a return flight from ci0 to ap0 pleas ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ap0 ) ) )
what doe fare code fb0 mean fb0
what doe fare code fb0 mean fb0
what doe fare code fb0 mean fb0
what doe fare code fb0 mean fb0
show me one way flight from ci0 to ci1 after ti0 on da0 ( lambda $0 e ( and ( flight $0 ) ( oneway $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
show me round trip flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
show me round trip flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
show me nonstop flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
show me round trip between ci0 and ci1 ( lambda $0 e ( and ( round_trip $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
show me round trip flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
show me the cheapest one way flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( oneway $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) )
show me the cheapest one way flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( oneway $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) )
show me the cheapest economi flight from ci1 to ci0 ( argmin $0 ( and ( flight $0 ) ( economy $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ( fare $0 ) )
ci0 to ci1 economi ( lambda $0 e ( and ( economy $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
ci0 to ci1 economi ( lambda $0 e ( and ( economy $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
what airlin is al0 al0
ground transport in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) )
ground transport for ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) )
ci0 to ci1 economi ( lambda $0 e ( and ( economy $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
ci0 to ci1 economi ( lambda $0 e ( and ( economy $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
ci1 to ci0 economi ( lambda $0 e ( and ( economy $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
what airlin is al0 al0
which airlin is al0 al0
which airlin is al0 al0
which airlin is al0 al0
which airlin is al0 al0
ci0 to ci1 one way befor ti0 ( lambda $0 e ( and ( oneway $0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
what airlin is al0 al0
ci0 to ci1 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ) )
from ci0 to ci1 one way after ti0 da0 ( lambda $0 e ( and ( oneway $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
and from ci0 to ci1 befor ti0 daili ( lambda $0 e ( and ( daily $0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
what airlin is al0 al0
show me all flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
show me all flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
what airlin is al0 al0
show me ground transport in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) )
show me flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
show me ground transport in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) )
show me flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
show me first class flight from ci0 to ci1 round trip ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( class_type $0 first:cl ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
show me first class flight from ci0 to ci1 round trip ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( class_type $0 first:cl ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
show me all round trip flight from ci0 to ci1 nonstop ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( round_trip $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
show me all round trip flight from ci1 to ci0 nonstop ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( round_trip $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
show me one way flight from ci0 to ci1 befor ti0 on ani day ( lambda $0 e ( and ( flight $0 ) ( oneway $0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
what doe fare code fb0 mean fb0
show me round trip flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
what doe the restrict rc0 mean rc0
what doe fare code fb0 mean fb0
what airlin is al0 al0
what airlin is al0 al0
what airlin is al0 al0
what airlin is al0 in sam al0
show me nonstop flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
show me nonstop flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
show me the nonstop flight and fare from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
show me the nonstop flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
show me weekday flight from ci0 to ci1 one way ( lambda $0 e ( and ( flight $0 ) ( oneway $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( weekday $0 ) ) )
show me weekday flight from ci0 to ci1 one way ( lambda $0 e ( and ( flight $0 ) ( oneway $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( weekday $0 ) ) )
what airlin is al0 al0
list flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
list flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
list flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
list flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
list flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
list flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
list flight from ci1 to ci0 in the morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
list flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
list flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
list flight from ci1 to ci0 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) )
list flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
list flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
list distanc from ap0 airport to ci0 downtown in ci0 ( lambda $0 e ( and ( miles_distant $0 ) ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) )
list airport in ci0 ( lambda $0 e ( and ( airport $0 ) ( loc:t $0 ci0 ) ) )
list airport in ci0 ( lambda $0 e ( and ( airport $0 ) ( loc:t $0 ci0 ) ) )
list airport in ci0 ( lambda $0 e ( and ( airport $0 ) ( loc:t $0 ci0 ) ) )
list airport ( lambda $0 e ( airport $0 ) )
list airport in ci0 ( lambda $0 e ( and ( airport $0 ) ( loc:t $0 ci0 ) ) )
list airport in ci0 ( lambda $0 e ( and ( airport $0 ) ( loc:t $0 ci0 ) ) )
list the airport in ci0 ( lambda $0 e ( and ( airport $0 ) ( loc:t $0 ci0 ) ) )
list ci0 ci0
list ci0 ci0
list flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
list flight from ap0 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ap0 ) ( to $0 ci0 ) ) )
list flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
list flight from ci0 california to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
list flight from ci0 california to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
list flight from ci0 to ci1 with fare on da0 ( lambda $0 e ( exists $1 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ( = ( fare $0 ) $1 ) ) ) )
list flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
list flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
list flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
list flight from ci0 on da0 afternoon ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( day $0 da0 ) ) )
list type of aircraft for all flight from ci0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( = ( aircraft_code $1 ) $0 ) ) ) )
list flight and fare from ci0 to ci1 round trip leav da0 return next da0 ( lambda $0 e ( exists $1 ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ( = ( fare $0 ) $1 ) ) ) )
what class is fare code fb0 fb0
list flight from ci0 to ci1 on da0 of fare basi code of fb0 ( lambda $0 e ( and ( flight $0 ) ( fare_basis_code $0 fb0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
list airfar for first class round trip from ci1 to ci0 ( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( class_type $1 first:cl ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) )
list coach round trip airfar from ci1 to ci0 ( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( class_type $1 coach:cl ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) )
list flight from ci0 to ci1 on da0 morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
list flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
list flight befor ti0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
list flight from ci0 to ci1 befor ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
list flight from ci0 to ci1 after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
list airlin that fli from ci1 to ci0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( airline:e $1 ) $0 ) ) ) )
list al0 from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
list seat capac of al0 from ci1 to ci0 ( lambda $0 e ( and ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( capacity $1 ) $0 ) ) ) ) )
list al0 from ci1 to ci0 with aircraft type ( lambda $0 e ( exists $1 ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( aircraft_code $0 $1 ) ) ) )
what ground transport is there in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) )
list ground transport in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) )
list flight from ci1 to ci0 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) )
give me the flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
give me the flight from ci1 to ci0 da0 even ( lambda $0 e ( and ( flight $0 ) ( during_day $0 evening:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) )
give me the round trip flight from ci0 to ci1 next da0 ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
give me the fare for round trip flight from ci0 to ci1 next da0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( round_trip $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( day $1 da0 ) ( = ( fare $1 ) $0 ) ) ) )
give me the flight and fare for a trip to ci0 from ci1 on da0 ( lambda $0 e ( exists $1 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ( fare $0 $1 ) ) ) )
give me the fare from ci0 to ci1 next da0 ( lambda $0 e ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( day $1 da0 ) ( = ( fare $1 ) $0 ) ) ) )
give me the flight from ci0 to ci1 on da0 or da1 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( or ( day $0 da0 ) ( day $0 da1 ) ) ) )
give me the flight from ci0 to ci1 on da0 even ( lambda $0 e ( and ( flight $0 ) ( during_day $0 evening:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
give me the flight from ci0 to ci1 on da0 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
give me the flight from ci0 to ci1 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
give me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
give me the meal flight depart earli da0 morn from ci0 to ci1 nonstop ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( has_meal $0 ) ( during_day $0 early:pd ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
give me the flight from ci0 to ci1 da0 morn that have meal ( lambda $0 e ( and ( flight $0 ) ( has_meal $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
give me flight from ci0 to ci1 that have meal on al0 ( lambda $0 e ( and ( flight $0 ) ( has_meal $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
give me the flight from ci0 to ci1 that have meal on al0 da0 morn ( lambda $0 e ( and ( flight $0 ) ( has_meal $0 ) ( airline $0 al0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
give me the flight from ci0 to ci1 on al0 that have meal earli da0 morn ( lambda $0 e ( and ( flight $0 ) ( has_meal $0 ) ( airline $0 al0 ) ( during_day $0 early:pd ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
give me a combin of al0 from ci0 to ci1 that have meal earli da0 morn ( lambda $0 e ( and ( flight $0 ) ( has_meal $0 ) ( airline $0 al0 ) ( during_day $0 early:pd ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
give me the da0 morn flight with meal from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( has_meal $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
give me the da0 morn flight on al0 that have meal from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( has_meal $0 ) ( airline $0 al0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
give me the da0 morn flight from ci1 to ci0 on al0 that have meal ( lambda $0 e ( and ( flight $0 ) ( has_meal $0 ) ( airline $0 al0 ) ( during_day $0 morning:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) )
give me the flight from ci0 to ci1 nonstop ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
give me the flight from ci1 to ci0 nonstop ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
give me the cheapest round trip flight from ci0 to ci1 around mn0 dn0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ( round_trip $0 ) ) ( fare $0 ) )
i need a da0 flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
i need a da0 flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
give me a flight from ci0 to ci1 on da0 morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
can i have a morn flight from ci0 to ci1 pleas ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
cheapest round trip fare from ci0 to ci1 on mn0 dn0 ( min $0 ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( day_number $1 dn0 ) ( month $1 mn0 ) ( round_trip $1 ) ( = ( fare $1 ) $0 ) ) ) )
cheapest one way fare from ci0 to ci1 on mn0 dn0 ( min $0 ( exists $1 ( and ( oneway $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( day_number $1 dn0 ) ( month $1 mn0 ) ( = ( fare $1 ) $0 ) ) ) )
flight number from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( flight_number $1 ) $0 ) ) ) )
flight number from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( flight_number $1 ) $0 ) ) ) )
da0 flight on al0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
flight number on al0 from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( airline $1 al0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( flight_number $1 ) $0 ) ) ) )
flight number from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( flight_number $1 ) $0 ) ) ) )
flight number from ci0 to ci1 on al0 ( lambda $0 e ( exists $1 ( and ( airline $1 al0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( flight_number $1 ) $0 ) ) ) )
flight number from ci0 to ci1 on al0 ( lambda $0 e ( exists $1 ( and ( airline $1 al0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( flight_number $1 ) $0 ) ) ) )
is there a fare from ci0 to ci1 under do0 ( lambda $0 e ( and ( < ( fare $0 ) do0 ) ( exists $1 ( and ( = ( fare $1 ) $0 ) ( from $1 ci0 ) ( to $1 ci1 ) ) ) ) )
how much is coach flight from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( class_type $1 coach:cl ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) )
ci0 to ci1 on da0 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
ci0 to ci1 da0 morn ( lambda $0 e ( and ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
ci0 to ci1 on da0 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
ci0 to ci1 da0 morn ( lambda $0 e ( and ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
ci0 to ci1 after ti0 ( lambda $0 e ( and ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
ci0 to ci1 befor ti0 ( lambda $0 e ( and ( < ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
ci0 to ci1 mn0 dn0 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) )
cheapest fare from ci0 to ci1 on dn0 of mn0 ( min $0 ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( day_number $1 dn0 ) ( month $1 mn0 ) ( = ( fare $1 ) $0 ) ) ) )
cheapest fare round trip from ci0 to ci1 on mn0 dn0 ( min $0 ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( day_number $1 dn0 ) ( month $1 mn0 ) ( round_trip $1 ) ( = ( fare $1 ) $0 ) ) ) )
ci0 to ci1 on da0 arriv befor ti0 ( lambda $0 e ( and ( < ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
ci0 to ci1 da0 afternoon ( lambda $0 e ( and ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
ci0 citi to ci1 and ci2 to ci1 on da0 ( lambda $0 e ( and ( or ( and ( from $0 ci0 ) ( to $0 ci1 ) ) ( and ( from $0 ci0 ) ( to $0 ci1 ) ) ) ( day $0 da0 ) ) )
ci0 citi to ci1 and ci2 to ci1 on da0 ( lambda $0 e ( and ( or ( and ( from $0 ci0 ) ( to $0 ci1 ) ) ( and ( from $0 ci0 ) ( to $0 ci1 ) ) ) ( day $0 da0 ) ) )
ci0 to ci1 da0 afternoon ( lambda $0 e ( and ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
ci1 to ci0 da0 afternoon ( lambda $0 e ( and ( during_day $0 afternoon:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) )
ci0 to ci1 on da0 afternoon ( lambda $0 e ( and ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
ci0 to ci1 da0 morn ( lambda $0 e ( and ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
ci1 to ci0 da0 morn ( lambda $0 e ( and ( during_day $0 morning:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) )
ci0 to ci1 afternoon da0 ( lambda $0 e ( and ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
ci0 to ci1 afternoon on da0 ( lambda $0 e ( and ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
ci1 to ci0 da0 even ( lambda $0 e ( and ( during_day $0 evening:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) )
ci0 to ci1 on da0 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
ci0 to ci1 on da0 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
ci0 to ci1 on da0 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
a flight from ci1 to ci0 arriv between ti0 and ti1 ( lambda $0 e ( and ( flight $0 ) ( > ( arrival_time $0 ) ti0 ) ( < ( arrival_time $0 ) ti1 ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
how mani al0 leav ci0 ( count $0 ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ) )
how mani al0 leav ci0 ( count $0 ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ) )
how mani flight doe al0 have leav ap0 ( count $0 ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ap0 ) ) )
what citi doe al0 fli out of ( lambda $0 e ( and ( city $0 ) ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( from $1 $0 ) ) ) ) )
list the citi from which al0 fli ( lambda $0 e ( and ( city $0 ) ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( from $1 $0 ) ) ) ) )
what citi doe al0 fli to ( lambda $0 e ( and ( city $0 ) ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( to $1 $0 ) ) ) ) )
i would like a connect flight from ci1 to ci0 leav after ti0 o'clock ( lambda $0 e ( and ( flight $0 ) ( connecting $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
pleas list all the flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
tell me again the morn flight on al0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
tell me the flight that leav ci0 and go to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
what is a ac0 ac0
what type of plane is a ac0 ac0
what is a ac0 ac0
show me the airport servic by al0 ( lambda $0 e ( and ( airport $0 ) ( services al0 $0 ) ) )
show me first class and coach flight between ap0 and ci0 ( lambda $0 e ( and ( flight $0 ) ( or ( class_type $0 first:cl ) ( class_type $0 coach:cl ) ) ( from $0 ap0 ) ( to $0 ci0 ) ) )
show me first class and coach flight from ap0 to ci0 ( lambda $0 e ( and ( flight $0 ) ( or ( class_type $0 first:cl ) ( class_type $0 coach:cl ) ) ( from $0 ap0 ) ( to $0 ci0 ) ) )
show me first class and coach flight from ap0 to ci0 ( lambda $0 e ( and ( flight $0 ) ( or ( class_type $0 first:cl ) ( class_type $0 coach:cl ) ) ( from $0 ap0 ) ( to $0 ci0 ) ) )
are meal ever serv on al0 ( lambda $0 e ( and ( airline $0 al0 ) ( meal_code $0 ) ) )
are snack serv on al0 ( lambda $0 e ( and ( meal $0 snack:me ) ( airline $0 al0 ) ) )
show al0 flight from ap0 to ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ap0 ) ( to $0 ci0 ) ) )
show al0 from ci1 to ci0 ( lambda $0 e ( and ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
show al0 flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
show al0 flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
what are the fare for flight between ci1 and ci0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) )
what is the least expens fare from ci1 to ci0 ( min $0 ( exists $1 ( and ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) )
what are the lowest fare from ci1 to ci0 ( min $0 ( exists $1 ( and ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) )
what is the lowest fare from ap0 to ci0 ( min $0 ( exists $1 ( and ( from $1 ap0 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) )
show me the cost of a first class ticket from ci1 to ci0 and back ( lambda $0 e ( exists $1 ( and ( = ( fare $1 ) $0 ) ( to $1 ci0 ) ( from $1 ci1 ) ( class_type $1 first:cl ) ) ) )
what is the earliest arriv flight from ci1 to ci0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ( arrival_time $0 ) )
what is the earliest arriv flight between ci1 and ci0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ( arrival_time $0 ) )
what the earliest arriv flight between ci1 and ci0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ( arrival_time $0 ) )
what is the earliest arriv flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( arrival_time $0 ) )
what is the earliest arriv flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( arrival_time $0 ) )
show me the flight between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
show me the flight between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
list all flight leav ci0 between ti0 and ti1 ( lambda $0 e ( and ( < ( departure_time $0 ) ti1 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( flight $0 ) ) )
what is the seat capac on the aircraft ac0 ( capacity ac0 )
what is the seat capac of a ac0 ( capacity ac0 )
what is the seat capac of the aircraft ac0 ( capacity ac0 )
what is the seat capac of the aircraft ac0 ( capacity ac0 )
what is the seat capac of the type of aircraft ac0 ( capacity ac0 )
what is the seat capac of an ac0 ( capacity ac0 )
what airlin serv ci0 ( lambda $0 e ( and ( airline $0 ) ( services $0 ci0 ) ) )
list the airlin with flight to or from ci0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( or ( from $1 ci0 ) ( to $1 ci0 ) ) ( = ( airline:e $1 ) $0 ) ) ) )
what airlin fli into ci0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( to $1 ci0 ) ( = ( airline:e $1 ) $0 ) ) ) )
list all flight arriv in ci0 between ti0 and ti1 ( lambda $0 e ( and ( flight $0 ) ( > ( arrival_time $0 ) ti0 ) ( < ( arrival_time $0 ) ti1 ) ( to $0 ci0 ) ) )
what is the capac of the ac0 ( capacity ac0 )
what is ac0 ac0
what is seat capac on the aircraft ac0 ( capacity ac0 )
what is the seat capac of a ac0 ( capacity ac0 )
how mani peopl will a ac0 hold ( capacity ac0 )
how mani passeng can fli on a ac0 ( capacity ac0 )
list all of the daili flight arriv in ci0 between ti0 and ti1 ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( > ( arrival_time $0 ) ti0 ) ( < ( arrival_time $0 ) ti1 ) ( to $0 ci0 ) ) )
list all of the daili flight arriv in ci0 from ti0 to ti1 ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( > ( arrival_time $0 ) ti0 ) ( < ( arrival_time $0 ) ti1 ) ( to $0 ci0 ) ) )
show me all of the daili flight arriv in ci0 between ti0 and ti1 ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( > ( arrival_time $0 ) ti0 ) ( < ( arrival_time $0 ) ti1 ) ( to $0 ci0 ) ) )
what is the seat capac of the ac0 ( capacity ac0 )
tell me about the ac0 aircraft ac0
tell me about the ac0 aircraft ac0
tell me about the type of aircraft call an ac0 ac0
what is the seat capac of the ac0 ( capacity ac0 )
what is the seat capac of the ac0 ( capacity ac0 )
what is the seat capac on the aircraft ac0 ( capacity ac0 )
list all flight arriv or leav ci0 between ti0 and ti1 ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( > ( arrival_time $0 ) ti0 ) ( < ( arrival_time $0 ) ti1 ) ( or ( to $0 ci0 ) ( from $0 ci0 ) ) ) )
list all flight arriv in ci0 between ti0 and ti1 ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( > ( arrival_time $0 ) ti0 ) ( < ( arrival_time $0 ) ti1 ) ( to $0 ci0 ) ) )
list all flight on all type of aircraft arriv in ci0 between ti0 and ti1 ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( > ( arrival_time $0 ) ti0 ) ( < ( arrival_time $0 ) ti1 ) ( to $0 ci0 ) ) )
pleas list all flight from ci0 to ci1 on da0 morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
pleas list the flight from ci0 to ci1 on da0 morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
is there ground transport from the ap0 into ci0 town when if i arriv at ti0 in the morn ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) )
pleas list the flight from ci1 to ci0 citi on a da0 night ( lambda $0 e ( and ( flight $0 ) ( during_day $0 late:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) )
what is ap0 ap0
what ground transport is avail from ap0 into ci0 citi ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) )
is there ground transport from ap0 into ci0 citi ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) )
pleas list the ground transport from ap0 into ci0 citi ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) )
pleas list ground transport from ap0 into ci0 citi ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) )
show me the morn flight from ci1 to ci0 citi ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
give me the flight from ci0 citi to ci1 leav after ti0 on da0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
tell me about the ground transport from ap0 ( lambda $0 e ( and ( ground_transport $0 ) ( from_airport $0 ap0 ) ) )
what are the nonstop flight from ci0 to ci1 leav after ti0 and arriv befor ti1 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( > ( departure_time $0 ) ti0 ) ( < ( arrival_time $0 ) ti1 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
how mani flight doe al0 have to ci0 ( count $0 ( and ( flight $0 ) ( airline $0 al0 ) ( to $0 ci0 ) ) )
list the al0 flight from ci0 to anywher ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ) )
list the al0 flight from ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ) )
which airlin is al0 al0
list the al0 flight arriv in ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( to $0 ci0 ) ) )
list the al0 flight depart from ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ) )
list all al0 flight ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ) )
list all flight depart from ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ) )
list the flight from ci0 to ci1 that leav befor ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
list the cheapest fare from ci1 to ci0 ( min $0 ( exists $1 ( and ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) )
i want a flight from ci0 to ci1 earli in the morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 early:pd ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
i would like a morn flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
i'd like a morn flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
i'd like an even flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 evening:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
i would like a flight that leav on da0 from ci1 quebec to ci0 california ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) )
i would like a flight on da0 which leav from ci0 to ci1 indiana and that leav in the afternoon ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
i would like to leav da0 morn from ci0 to ci1 ( lambda $0 e ( and ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
i would like a flight on da0 morn from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
i would like a flight from ci0 to ci1 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
what type of aircraft is use for the al0 leav at ti0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( departure_time $1 ti0 ) ( = ( aircraft_code $1 ) $0 ) ) ) )
i need a flight leav ci0 to ci1 leav next da0 and return the follow day ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
what flight go from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
what are the flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
what are the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
what are the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
what type of ground transport is there at the ci0 airport ( lambda $0 e ( and ( ground_transport $0 ) ( from_airport $0 las:ap ) ) )
is there taxi servic at the ap0 ( lambda $0 e ( and ( taxi $0 ) ( from_airport $0 ap0 ) ) )
what are the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
what are the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
what are the flight from ap0 to ci0 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ap0 ) ( to $0 ci0 ) ) )
what are the flight on da0 that travel from ci0 north carolina to ci1 arizona ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
what are the flight from ci1 arizona to ci0 minnesota on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) )
what are the flight on da0 leav from ci0 minnesota to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
what are the flight from ci0 to ci1 north carolina leav on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
what are the flight from ci1 to ci2 that stop in ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci2 ) ( stop $0 ci0 ) ) )
i need a morn flight from ci0 to ci1 on next da0 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
how about a flight from ci1 to ci0 that leav da0 night ( lambda $0 e ( and ( flight $0 ) ( during_day $0 late:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) )
and a flight from ci0 to ci1 that leav da0 afternoon ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
how about a flight leav da0 night from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 late:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
i need a flight from ci0 to ap0 that arriv on da0 befor ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ap0 ) ( day_arrival $0 da0 ) ) )
i'd like a flight from ci0 to ap0 that arriv on da0 befor ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ap0 ) ( day_arrival $0 da0 ) ) )
i need a flight on al0 from ci0 to ci1 that arriv around ti0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( approx_arrival_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
i need a flight from ci1 to ci2 that goe through ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci2 ) ( stop $0 ci0 ) ) )
what are the flight between ci1 and ci0 california which leav after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
what are the nonstop flight between ci0 and ci1 texa ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
what are the nonstop flight between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
what are the flight between ci0 and ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
what are the al0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
the flight from ci0 to ci1 that stop in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) )
pleas list the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
pleas list the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
pleas list the flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
pleas list the flight from ci0 to ci1 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
pleas give me the flight from ci0 to ci1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) )
pleas give me the flight from ci1 to ci0 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) )
pleas list all the flight from ci0 to ci1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) )
pleas list all the flight from ci1 to ci0 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) )
i'd like to travel from ci0 to ci1 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ) )
can you find me a flight from ci0 to ci1 citi next da0 befor arriv befor ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
can you find me anoth flight from ci1 to ci0 on da0 befor ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) )
can you list all of the al0 from ci0 to ci1 next da0 arriv befor ti0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
i'd like to fli from ci0 to ci1 on on al0 arriv around ti0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( approx_arrival_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
i'd like to travel from ci0 to ci1 next da0 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
i'd like a round trip flight from ci0 to ci1 on da0 mn0 dn0 arriv at ti0 ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( arrival_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) )
yes i'd like to find a flight from ci1 to ci2 stop in ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci2 ) ( stop $0 ci0 ) ) )
find flight from ci0 to ci1 on da0 am ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
find flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
find flight from ci1 to ci0 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) )
find flight from ci1 to ci0 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) )
find flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
find flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
find flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
find al0 from ci0 to ci1 around ti0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( approx_departure_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
pleas find a flight round trip from ci0 to ci2 washington with a stopov in ci1 not exceed the price of do0 for mn0 dn0 yr0 ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ci0 ) ( to $0 ci2 ) ( stop $0 ci1 ) ( < ( cost $0 ) do0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ( year $0 yr0 ) ) )
are there ani flight on mn0 dn0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) )
pleas find a flight from ci0 to ci1 that make a stop in ci2 on mn0 dn0 one way with dinner ( lambda $0 e ( and ( flight $0 ) ( oneway $0 ) ( meal $0 dinner:me ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) )
like to book a flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
show me all the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
find me all the flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
now show me all the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
is there one airlin that fli from ci1 to ci2 to ci0 and from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( or ( and ( from $1 ci2 ) ( to $1 ci0 ) ) ( and ( from $1 ci2 ) ( to $1 ci0 ) ) ( and ( to $1 ci2 ) ( to $1 ci1 ) ) ( and ( to $1 ci0 ) ( from $1 ci0 ) ) ) ( = ( airline:e $1 ) $0 ) ) ) )
find me all the round trip flight from ci1 to ci2 stop in ci0 ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ci1 ) ( to $0 ci2 ) ( stop $0 ci0 ) ) )
i'd like to book two flight to ci0 ( lambda $0 e ( and ( flight $0 ) ( to $0 ci0 ) ) )
i want to book a flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
tell me all the airport near ci0 ( lambda $0 e ( and ( airport $0 ) ( loc:t $0 ci0 ) ) )
i'd like to book a flight from ci1 to ci0 citi on al0 for next da0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) )
tell me all the airport in the ci0 citi area ( lambda $0 e ( and ( airport $0 ) ( loc:t $0 ci0 ) ) )
pleas find all the flight from ci1 to ani airport in the ci0 citi area that arriv next da0 befor ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day_arrival $0 da0 ) ) )
find me a flight from ci1 to ani airport in the ci0 citi area ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
i'd like to fli from ci0 to ci1 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
i would like to book a round trip flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
find me a flight that fli from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )