text
stringlengths
6
259
intent
stringclasses
22 values
entities
stringlengths
2
1.26k
translated text
stringlengths
6
235
back translated text
stringlengths
7
240
logical form
stringlengths
14
471
what flights from dallas to houston on sunday
flight
[{'start': 18, 'end': 24, 'value': 'dallas', 'entity': 'fromloc.city_name'}, {'start': 28, 'end': 35, 'value': 'houston', 'entity': 'toloc.city_name'}, {'start': 39, 'end': 45, 'value': 'sunday', 'entity': 'depart_date.day_name'}]
রবিবার ডালাস থেকে হুস্টন পর্যন্ত কোন ফ্লাইটগুলি?
Which flights from Dallas to Houston on Sunday?
[ IN:FLIGHT [ SL:CITY_NAME dallas ] [ SL:CITY_NAME houston ] [ SL:DAY_NAME sunday ] ]
what are all flights from boston to pittsburgh on wednesdays
flight
[{'start': 26, 'end': 32, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 36, 'end': 46, 'value': 'pittsburgh', 'entity': 'toloc.city_name'}, {'start': 50, 'end': 60, 'value': 'wednesdays', 'entity': 'depart_date.day_name'}]
বস্টন থেকে পিটসবার্গ পর্যন্ত ওয়েডনেসডে ফ্লাইটের সংখ্যা কত?
What is the number of flights from Boston to Pittsburgh on Wednesday?
[ IN:FLIGHT [ SL:CITY_NAME boston ] [ SL:CITY_NAME pittsburgh ] [ SL:DAY_NAME wednesdays ] ]
give me a flight from tampa to charlotte on sunday
flight
[{'start': 22, 'end': 27, 'value': 'tampa', 'entity': 'fromloc.city_name'}, {'start': 31, 'end': 40, 'value': 'charlotte', 'entity': 'toloc.city_name'}, {'start': 44, 'end': 50, 'value': 'sunday', 'entity': 'depart_date.day_name'}]
রবিবার টাম্পা থেকে শার্লট যাওয়ার ফ্লাইট দাও।
Give me a flight from Tampa to Charlotte on Sunday.
[ IN:FLIGHT [ SL:CITY_NAME tampa ] [ SL:CITY_NAME charlotte ] [ SL:DAY_NAME sunday ] ]
show me the cheapest round trip fares from san francisco to salt lake city
airfare
[{'start': 12, 'end': 20, 'value': 'cheapest', 'entity': 'cost_relative'}, {'start': 21, 'end': 31, 'value': 'round trip', 'entity': 'round_trip'}, {'start': 43, 'end': 56, 'value': 'san francisco', 'entity': 'fromloc.city_name'}, {'start': 60, 'end': 74, 'value': 'salt lake city', 'entity': 'toloc.city_name'}]
আমাকে সান ফ্রান্সিস্কো থেকে লবণ হ্রদ শহর পর্যন্ত সবচেয়ে সস্তা রাউন্ড ট্রিপ ভাড়া দেখান
Show me the cheapest round trip from San Francisco to Salt Lake City
[ IN:AIRFARE [ SL:COST_RELATIVE cheapest ] [ SL:ROUND_TRIP round trip ] [ SL:CITY_NAME san francisco ] [ SL:CITY_NAME salt lake city ] ]
what flights go from dallas to baltimore
flight
[{'start': 21, 'end': 27, 'value': 'dallas', 'entity': 'fromloc.city_name'}, {'start': 31, 'end': 40, 'value': 'baltimore', 'entity': 'toloc.city_name'}]
ডালাস থেকে বাল্টিমোর পর্যন্ত কোন ফ্লাইটগুলি যায়?
What are the flights from Dallas to Baltimore?
[ IN:FLIGHT [ SL:CITY_NAME dallas ] [ SL:CITY_NAME baltimore ] ]
show me all canadian airlines flights from toronto
flight
[{'start': 12, 'end': 29, 'value': 'canadian airlines', 'entity': 'airline_name'}, {'start': 43, 'end': 50, 'value': 'toronto', 'entity': 'fromloc.city_name'}]
আমাকে টরেন্টো থেকে ক্যানাডিয়ান এয়ারলাইন্সের সব ফ্লাইট দেখাও
Show me all the flights of Canadian Airlines from Toronto
[ IN:FLIGHT [ SL:AIRLINE_NAME canadian airlines ] [ SL:CITY_NAME toronto ] ]
what flights arrive in chicago on sunday on continental
flight
[{'start': 23, 'end': 30, 'value': 'chicago', 'entity': 'toloc.city_name'}, {'start': 34, 'end': 40, 'value': 'sunday', 'entity': 'arrive_date.day_name'}, {'start': 44, 'end': 55, 'value': 'continental', 'entity': 'airline_name'}]
কোন বিমানগুলি মহাদেশীয় পথে রবিবার চিকাগোতে পৌঁছায়?
Which aircraft will land in Chicago on Sunday on the continental route?
[ IN:FLIGHT [ SL:CITY_NAME chicago ] [ SL:DAY_NAME sunday ] [ SL:AIRLINE_NAME continental ] ]
show me the cities served by nationair
city
[{'start': 29, 'end': 38, 'value': 'nationair', 'entity': 'airline_name'}]
আমাকে দেশের শহরগুলি দেখাও।
Show me the cities of the country.
[ IN:CITY [ SL:AIRLINE_NAME nationair ] ]
flights from phoenix to milwaukee on wednesday evening
flight
[{'start': 13, 'end': 20, 'value': 'phoenix', 'entity': 'fromloc.city_name'}, {'start': 24, 'end': 33, 'value': 'milwaukee', 'entity': 'toloc.city_name'}, {'start': 37, 'end': 46, 'value': 'wednesday', 'entity': 'depart_date.day_name'}, {'start': 47, 'end': 54, 'value': 'evening', 'entity': 'depart_time.period_of_day'}]
বুধবার সন্ধ্যায় ফিনিক্স থেকে মিলওয়াকি পর্যন্ত বিমান পরিষেবা
Flight from Phoenix to Milwaukee on Wednesday evening
[ IN:FLIGHT [ SL:CITY_NAME phoenix ] [ SL:CITY_NAME milwaukee ] [ SL:DAY_NAME wednesday ] [ SL:PERIOD_OF_DAY evening ] ]
i want information on flights from atlanta to washington dc i want to leave after 4 pm on wednesday or before 9 am on thursday
flight
[{'start': 35, 'end': 42, 'value': 'atlanta', 'entity': 'fromloc.city_name'}, {'start': 46, 'end': 56, 'value': 'washington', 'entity': 'toloc.city_name'}, {'start': 57, 'end': 59, 'value': 'dc', 'entity': 'toloc.state_code'}, {'start': 76, 'end': 81, 'value': 'after', 'entity': 'depart_time.time_relative'}, {'start': 82, 'end': 86, 'value': '4 pm', 'entity': 'depart_time.time'}, {'start': 90, 'end': 99, 'value': 'wednesday', 'entity': 'depart_date.day_name'}, {'start': 100, 'end': 102, 'value': 'or', 'entity': 'or'}, {'start': 103, 'end': 109, 'value': 'before', 'entity': 'depart_time.time_relative'}, {'start': 110, 'end': 114, 'value': '9 am', 'entity': 'depart_time.time'}, {'start': 118, 'end': 126, 'value': 'thursday', 'entity': 'depart_date.day_name'}]
আমি আটলান্টা থেকে ওয়াশিংটন ডিসি পর্যন্ত ফ্লাইটের তথ্য চাই আমি বুধবার বিকেল চারটার পর অথবা আগামীকাল সকাল নয়টার আগে ছেড়ে যেতে চাই।
I want to know about the flight from Atlanta to Washington DC I want to leave after 4 pm on Wednesday or before 9 am tomorrow.
[ IN:FLIGHT [ SL:CITY_NAME atlanta ] [ SL:CITY_NAME washington ] [ SL:STATE_CODE dc ] [ SL:TIME_RELATIVE after ] [ SL:TIME 4 pm ] [ SL:DAY_NAME wednesday ] [ SL:OR or ] [ SL:TIME_RELATIVE before ] [ SL:TIME 9 am ] [ SL:DAY_NAME thursday ] ]
i 'd like united airlines flights from denver to baltimore
flight
[{'start': 10, 'end': 25, 'value': 'united airlines', 'entity': 'airline_name'}, {'start': 39, 'end': 45, 'value': 'denver', 'entity': 'fromloc.city_name'}, {'start': 49, 'end': 58, 'value': 'baltimore', 'entity': 'toloc.city_name'}]
আমি চাই ডেনভার থেকে বাল্টিমোর পর্যন্ত ইউনাইটেড এয়ারলাইন্স
I want United Airlines from Denver to Baltimore
[ IN:FLIGHT [ SL:AIRLINE_NAME united airlines ] [ SL:CITY_NAME denver ] [ SL:CITY_NAME baltimore ] ]
show me flights from dallas to houston and from houston to dallas
flight
[{'start': 21, 'end': 27, 'value': 'dallas', 'entity': 'fromloc.city_name'}, {'start': 31, 'end': 38, 'value': 'houston', 'entity': 'toloc.city_name'}, {'start': 48, 'end': 55, 'value': 'houston', 'entity': 'fromloc.city_name'}, {'start': 59, 'end': 65, 'value': 'dallas', 'entity': 'toloc.city_name'}]
আমাকে ডালাস থেকে হুস্টন এবং হুস্টন থেকে ডালাস পর্যন্ত ফ্লাইট দেখাও।
Show me flights from Dallas to Houston and Houston to Dallas.
[ IN:FLIGHT [ SL:CITY_NAME dallas ] [ SL:CITY_NAME houston ] [ SL:CITY_NAME houston ] [ SL:CITY_NAME dallas ] ]
show me the flights from miami to denver
flight
[{'start': 25, 'end': 30, 'value': 'miami', 'entity': 'fromloc.city_name'}, {'start': 34, 'end': 40, 'value': 'denver', 'entity': 'toloc.city_name'}]
আমাকে মিয়ামি থেকে ডেনভারের ফ্লাইট দেখাও
Show me the flight from Miami to Denver
[ IN:FLIGHT [ SL:CITY_NAME miami ] [ SL:CITY_NAME denver ] ]
in boston is there ground transportation between airport and downtown
ground_service
[{'start': 3, 'end': 9, 'value': 'boston', 'entity': 'city_name'}]
বোস্টনে বিমানবন্দর এবং ডাউনটাউনের মধ্যে স্থল পরিবহন ব্যবস্থা রয়েছে।
Boston has a land transport system between the airport and downtown.
[ IN:GROUND_SERVICE [ SL:CITY_NAME boston ] ]
i need information flight information for tuesday on a flight leaving baltimore bound for dallas
flight
[{'start': 42, 'end': 49, 'value': 'tuesday', 'entity': 'depart_date.day_name'}, {'start': 70, 'end': 79, 'value': 'baltimore', 'entity': 'fromloc.city_name'}, {'start': 90, 'end': 96, 'value': 'dallas', 'entity': 'toloc.city_name'}]
আমি ডালাস যাওয়ার জন্য বাল্টিমোর ছেড়ে যাওয়া একটি বিমানে মঙ্গলবারের জন্য তথ্য ফ্লাইট তথ্য প্রয়োজন
I need information flight data for Tuesday on a flight from Baltimore to Dallas
[ IN:FLIGHT [ SL:DAY_NAME tuesday ] [ SL:CITY_NAME baltimore ] [ SL:CITY_NAME dallas ] ]
i would like information on ground transportation city of boston between airport and downtown
ground_service
[{'start': 50, 'end': 64, 'value': 'city of boston', 'entity': 'city_name'}]
আমি বিমানবন্দর এবং ডাউনটাউনের মধ্যে স্থল পরিবহন শহর বোস্টনের তথ্য জানতে চাই।
I want to know about Boston, a land transit city between the airport and downtown.
[ IN:GROUND_SERVICE [ SL:CITY_NAME city of boston ] ]
i am interested in a flight on an aircraft number 727 i would like to go from washington to atlanta
flight
[{'start': 50, 'end': 53, 'value': '727', 'entity': 'aircraft_code'}, {'start': 78, 'end': 88, 'value': 'washington', 'entity': 'fromloc.city_name'}, {'start': 92, 'end': 99, 'value': 'atlanta', 'entity': 'toloc.city_name'}]
আমি ৭২৭ নম্বর বিমানে ওয়াশিংটন থেকে আটলান্টা যেতে চাই।
I want to fly on Flight 727 from Washington to Atlanta.
[ IN:FLIGHT [ SL:AIRCRAFT_CODE 727 ] [ SL:CITY_NAME washington ] [ SL:CITY_NAME atlanta ] ]
what are the coach fares for flights from charlotte to newark tuesday afternoon
airfare
[{'start': 13, 'end': 18, 'value': 'coach', 'entity': 'class_type'}, {'start': 42, 'end': 51, 'value': 'charlotte', 'entity': 'fromloc.city_name'}, {'start': 55, 'end': 61, 'value': 'newark', 'entity': 'toloc.city_name'}, {'start': 62, 'end': 69, 'value': 'tuesday', 'entity': 'depart_date.day_name'}, {'start': 70, 'end': 79, 'value': 'afternoon', 'entity': 'depart_time.period_of_day'}]
আজ বিকেলে শার্লট থেকে নেওয়ার্ক পর্যন্ত বিমানের ভাড়া কত?
How much is the airfare from Charlotte to Newark this afternoon?
[ IN:AIRFARE [ SL:CLASS_TYPE coach ] [ SL:CITY_NAME charlotte ] [ SL:CITY_NAME newark ] [ SL:DAY_NAME tuesday ] [ SL:PERIOD_OF_DAY afternoon ] ]
list ground transportation options at phoenix
ground_service
[{'start': 38, 'end': 45, 'value': 'phoenix', 'entity': 'city_name'}]
ফিনিক্স-এ স্থল পরিবহনের বিকল্পের তালিকা
List of land transport options in Phoenix
[ IN:GROUND_SERVICE [ SL:CITY_NAME phoenix ] ]
show me the air fare for the flights from baltimore to dallas
airfare
[{'start': 42, 'end': 51, 'value': 'baltimore', 'entity': 'fromloc.city_name'}, {'start': 55, 'end': 61, 'value': 'dallas', 'entity': 'toloc.city_name'}]
আমাকে বাল্টিমোর থেকে ডালাস পর্যন্ত বিমানের ভাড়া দেখান
Show me the airfare from Baltimore to Dallas
[ IN:AIRFARE [ SL:CITY_NAME baltimore ] [ SL:CITY_NAME dallas ] ]
please find the cheapest fare from boston to san francisco
airfare
[{'start': 16, 'end': 24, 'value': 'cheapest', 'entity': 'cost_relative'}, {'start': 35, 'end': 41, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 45, 'end': 58, 'value': 'san francisco', 'entity': 'toloc.city_name'}]
দয়া করে বোস্টন থেকে সান ফ্রান্সিসকো পর্যন্ত সবচেয়ে সস্তা ভাড়া বের করুন।
Please find the cheapest fare from Boston to San Francisco.
[ IN:AIRFARE [ SL:COST_RELATIVE cheapest ] [ SL:CITY_NAME boston ] [ SL:CITY_NAME san francisco ] ]
fare code y what does that mean
abbreviation
[{'start': 10, 'end': 11, 'value': 'y', 'entity': 'fare_basis_code'}]
ভাড়া কোড y এর মানে কি?
What is rental code y?
[ IN:ABBREVIATION [ SL:FARE_BASIS_CODE y ] ]
give me the least expensive first class round trip ticket on us air from cleveland to miami
airfare
[{'start': 12, 'end': 27, 'value': 'least expensive', 'entity': 'cost_relative'}, {'start': 28, 'end': 39, 'value': 'first class', 'entity': 'class_type'}, {'start': 40, 'end': 50, 'value': 'round trip', 'entity': 'round_trip'}, {'start': 61, 'end': 67, 'value': 'us air', 'entity': 'airline_name'}, {'start': 73, 'end': 82, 'value': 'cleveland', 'entity': 'fromloc.city_name'}, {'start': 86, 'end': 91, 'value': 'miami', 'entity': 'toloc.city_name'}]
আমাকে ক্লিভল্যান্ড থেকে মিয়ামি পর্যন্ত সর্বনিম্ন মূল্যের প্রথম শ্রেণীর রাউন্ড ট্রিপ টিকিট দিন
Give me the lowest fare round trip from Cleveland to Miami
[ IN:AIRFARE [ SL:COST_RELATIVE least expensive ] [ SL:CLASS_TYPE first class ] [ SL:ROUND_TRIP round trip ] [ SL:AIRLINE_NAME us air ] [ SL:CITY_NAME cleveland ] [ SL:CITY_NAME miami ] ]
show flights and fare information from pittsburgh connecting through denver to oakland
flight
[{'start': 39, 'end': 49, 'value': 'pittsburgh', 'entity': 'fromloc.city_name'}, {'start': 50, 'end': 60, 'value': 'connecting', 'entity': 'connect'}, {'start': 69, 'end': 75, 'value': 'denver', 'entity': 'stoploc.city_name'}, {'start': 79, 'end': 86, 'value': 'oakland', 'entity': 'toloc.city_name'}]
পিটসবার্গ থেকে ডেনভারের মাধ্যমে ওকল্যান্ড পর্যন্ত ফ্লাইট এবং ভাড়া সম্পর্কিত তথ্য প্রদর্শন
Display flight and fare information from Pittsburgh to Auckland via Denver
[ IN:FLIGHT [ SL:CITY_NAME pittsburgh ] [ SL:CONNECT connecting ] [ SL:CITY_NAME denver ] [ SL:CITY_NAME oakland ] ]
list all flights leaving on thursday morning from new york city to montreal
flight
[{'start': 28, 'end': 36, 'value': 'thursday', 'entity': 'depart_date.day_name'}, {'start': 37, 'end': 44, 'value': 'morning', 'entity': 'depart_time.period_of_day'}, {'start': 50, 'end': 63, 'value': 'new york city', 'entity': 'fromloc.city_name'}, {'start': 67, 'end': 75, 'value': 'montreal', 'entity': 'toloc.city_name'}]
নিউইয়র্ক শহর থেকে আজ সকালে মন্ট্রিয়াল যাওয়ার সমস্ত বিমানের তালিকা
List of all flights from New York to Montreal this morning
[ IN:FLIGHT [ SL:DAY_NAME thursday ] [ SL:PERIOD_OF_DAY morning ] [ SL:CITY_NAME new york city ] [ SL:CITY_NAME montreal ] ]
i need a flight from boston to pittsburgh
flight
[{'start': 21, 'end': 27, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 31, 'end': 41, 'value': 'pittsburgh', 'entity': 'toloc.city_name'}]
আমার বোস্টন থেকে পিটসবার্গ পর্যন্ত একটা ফ্লাইট দরকার
I need a flight from Boston to Pittsburgh
[ IN:FLIGHT [ SL:CITY_NAME boston ] [ SL:CITY_NAME pittsburgh ] ]
list all flights on sunday from san francisco to pittsburgh nonstop
flight
[{'start': 20, 'end': 26, 'value': 'sunday', 'entity': 'depart_date.day_name'}, {'start': 32, 'end': 45, 'value': 'san francisco', 'entity': 'fromloc.city_name'}, {'start': 49, 'end': 59, 'value': 'pittsburgh', 'entity': 'toloc.city_name'}, {'start': 60, 'end': 67, 'value': 'nonstop', 'entity': 'flight_stop'}]
সান ফ্রান্সিসকো থেকে পিটসবার্গ ননটস্টপ পর্যন্ত রবিবার আসা-যাওয়া বিমানের তালিকা
List of Sunday flights from San Francisco to Pittsburgh Nonstop
[ IN:FLIGHT [ SL:DAY_NAME sunday ] [ SL:CITY_NAME san francisco ] [ SL:CITY_NAME pittsburgh ] [ SL:FLIGHT_STOP nonstop ] ]
please list the american airlines flights from philadelphia to dallas on tuesday october first
flight
[{'start': 16, 'end': 33, 'value': 'american airlines', 'entity': 'airline_name'}, {'start': 47, 'end': 59, 'value': 'philadelphia', 'entity': 'fromloc.city_name'}, {'start': 63, 'end': 69, 'value': 'dallas', 'entity': 'toloc.city_name'}, {'start': 73, 'end': 80, 'value': 'tuesday', 'entity': 'depart_date.day_name'}, {'start': 81, 'end': 88, 'value': 'october', 'entity': 'depart_date.month_name'}, {'start': 89, 'end': 94, 'value': 'first', 'entity': 'depart_date.day_number'}]
দয়া করে ফিলাডেলফিয়া থেকে ডালাস পর্যন্ত আমেরিকান এয়ারলাইন্সের বিমানের একটি তালিকা তৈরি করুন।
Please make a list of American Airlines flights from Philadelphia to Dallas.
[ IN:FLIGHT [ SL:AIRLINE_NAME american airlines ] [ SL:CITY_NAME philadelphia ] [ SL:CITY_NAME dallas ] [ SL:DAY_NAME tuesday ] [ SL:MONTH_NAME october ] [ SL:DAY_NUMBER first ] ]
give me the flights from indianapolis to orlando on december twenty seventh and twenty eighth
flight
[{'start': 25, 'end': 37, 'value': 'indianapolis', 'entity': 'fromloc.city_name'}, {'start': 41, 'end': 48, 'value': 'orlando', 'entity': 'toloc.city_name'}, {'start': 52, 'end': 60, 'value': 'december', 'entity': 'depart_date.month_name'}, {'start': 61, 'end': 75, 'value': 'twenty seventh', 'entity': 'depart_date.day_number'}, {'start': 80, 'end': 93, 'value': 'twenty eighth', 'entity': 'depart_date.day_number'}]
আমাকে ইন্ডিয়ানাপোলিস থেকে ২৭শে ডিসেম্বর এবং ২৮শে ডিসেম্বর অরল্যান্ডোতে বিমান পাঠান।
Send me a flight from Indianapolis to Orlando on 27 December and 28 December.
[ IN:FLIGHT [ SL:CITY_NAME indianapolis ] [ SL:CITY_NAME orlando ] [ SL:MONTH_NAME december ] [ SL:DAY_NUMBER twenty seventh ] [ SL:DAY_NUMBER twenty eighth ] ]
show me the flights from oakland to denver
flight
[{'start': 25, 'end': 32, 'value': 'oakland', 'entity': 'fromloc.city_name'}, {'start': 36, 'end': 42, 'value': 'denver', 'entity': 'toloc.city_name'}]
আমাকে ওকল্যান্ড থেকে ডেনভারের ফ্লাইট দেখাও
Show me the flight from Oakland to Denver
[ IN:FLIGHT [ SL:CITY_NAME oakland ] [ SL:CITY_NAME denver ] ]
tell me about flights from toronto to salt lake city leaving toronto between 530 and 7 pm
flight
[{'start': 27, 'end': 34, 'value': 'toronto', 'entity': 'fromloc.city_name'}, {'start': 38, 'end': 52, 'value': 'salt lake city', 'entity': 'toloc.city_name'}, {'start': 61, 'end': 68, 'value': 'toronto', 'entity': 'fromloc.city_name'}, {'start': 77, 'end': 80, 'value': '530', 'entity': 'depart_time.start_time'}, {'start': 85, 'end': 89, 'value': '7 pm', 'entity': 'depart_time.end_time'}]
আমাকে টোরোন্টো থেকে লবণ হ্রদ শহর পর্যন্ত বিকেল ৫টা থেকে ৭টার মধ্যে যে সব বিমান টরোন্টো ছেড়ে গেছে সে সম্পর্কে বলুন।
Tell me about the flights that took off from Toronto for the Salt Lake City between 5 pm and 7 pm.
[ IN:FLIGHT [ SL:CITY_NAME toronto ] [ SL:CITY_NAME salt lake city ] [ SL:CITY_NAME toronto ] [ SL:START_TIME 530 ] [ SL:END_TIME 7 pm ] ]
show me all flights from minneapolis to san diego that arrive before 7 pm
flight
[{'start': 25, 'end': 36, 'value': 'minneapolis', 'entity': 'fromloc.city_name'}, {'start': 40, 'end': 49, 'value': 'san diego', 'entity': 'toloc.city_name'}, {'start': 62, 'end': 68, 'value': 'before', 'entity': 'arrive_time.time_relative'}, {'start': 69, 'end': 73, 'value': '7 pm', 'entity': 'arrive_time.time'}]
মিনিয়াপলিস থেকে সান ডিয়েগো পর্যন্ত সব ফ্লাইট সন্ধ্যা ৭টার আগে পৌঁছায়।
All flights from Minneapolis to San Diego arrived before 7pm.
[ IN:FLIGHT [ SL:CITY_NAME minneapolis ] [ SL:CITY_NAME san diego ] [ SL:TIME_RELATIVE before ] [ SL:TIME 7 pm ] ]
i need a flight from philadelphia to dallas
flight
[{'start': 21, 'end': 33, 'value': 'philadelphia', 'entity': 'fromloc.city_name'}, {'start': 37, 'end': 43, 'value': 'dallas', 'entity': 'toloc.city_name'}]
আমার ফিলাডেলফিয়া থেকে ডালাস যেতে হবে
I have to go to Dallas from Philadelphia
[ IN:FLIGHT [ SL:CITY_NAME philadelphia ] [ SL:CITY_NAME dallas ] ]
philadelphia to boston saturday
flight
[{'start': 1, 'end': 13, 'value': 'philadelphia', 'entity': 'fromloc.city_name'}, {'start': 16, 'end': 22, 'value': 'boston', 'entity': 'toloc.city_name'}, {'start': 23, 'end': 31, 'value': 'saturday', 'entity': 'depart_date.day_name'}]
ফিলাডেলফিয়া থেকে বোস্টন শনিবার
Boston Saturday from Philadelphia
[ IN:FLIGHT [ SL:CITY_NAME philadelphia ] [ SL:CITY_NAME boston ] [ SL:DAY_NAME saturday ] ]
which airlines fly from toronto to san diego and have a stopover in denver
airline
[{'start': 24, 'end': 31, 'value': 'toronto', 'entity': 'fromloc.city_name'}, {'start': 35, 'end': 44, 'value': 'san diego', 'entity': 'toloc.city_name'}, {'start': 68, 'end': 74, 'value': 'denver', 'entity': 'stoploc.city_name'}]
যে সমস্ত বিমান সংস্থা টরেন্টো থেকে সান ডিয়েগোতে উড়ে যায় এবং ডেনভারে থামে
Airlines that fly from Toronto to San Diego and stop at Denver
[ IN:AIRLINE [ SL:CITY_NAME toronto ] [ SL:CITY_NAME san diego ] [ SL:CITY_NAME denver ] ]
what flights go from charlotte to baltimore in the morning
flight
[{'start': 21, 'end': 30, 'value': 'charlotte', 'entity': 'fromloc.city_name'}, {'start': 34, 'end': 43, 'value': 'baltimore', 'entity': 'toloc.city_name'}, {'start': 51, 'end': 58, 'value': 'morning', 'entity': 'depart_time.period_of_day'}]
সকালে শার্লট থেকে বাল্টিমোর পর্যন্ত কোন ফ্লাইটগুলি যায়?
Which flights go from Charlotte to Baltimore in the morning?
[ IN:FLIGHT [ SL:CITY_NAME charlotte ] [ SL:CITY_NAME baltimore ] [ SL:PERIOD_OF_DAY morning ] ]
what flights leave washington dc and arrive in san francisco on wednesday
flight
[{'start': 19, 'end': 29, 'value': 'washington', 'entity': 'fromloc.city_name'}, {'start': 30, 'end': 32, 'value': 'dc', 'entity': 'fromloc.state_code'}, {'start': 47, 'end': 60, 'value': 'san francisco', 'entity': 'toloc.city_name'}, {'start': 64, 'end': 73, 'value': 'wednesday', 'entity': 'arrive_date.day_name'}]
কোন ফ্লাইটগুলি ওয়াশিংটন ডিসি ছেড়ে বুধবার সান ফ্রান্সিস্কোতে পৌঁছাবে?
Which flights will leave Washington DC and reach San Francisco on Wednesday?
[ IN:FLIGHT [ SL:CITY_NAME washington ] [ SL:STATE_CODE dc ] [ SL:CITY_NAME san francisco ] [ SL:DAY_NAME wednesday ] ]
i 'd like a flight from indianapolis to toronto leaving thursday morning nonstop
flight
[{'start': 24, 'end': 36, 'value': 'indianapolis', 'entity': 'fromloc.city_name'}, {'start': 40, 'end': 47, 'value': 'toronto', 'entity': 'toloc.city_name'}, {'start': 56, 'end': 64, 'value': 'thursday', 'entity': 'depart_date.day_name'}, {'start': 65, 'end': 72, 'value': 'morning', 'entity': 'depart_time.period_of_day'}, {'start': 73, 'end': 80, 'value': 'nonstop', 'entity': 'flight_stop'}]
আমি ইন্ডিয়ানাপোলিস থেকে টোরোন্টোতে যাওয়ার জন্য একটি ফ্লাইট চাই
I want a flight from Indianapolis to Toronto
[ IN:FLIGHT [ SL:CITY_NAME indianapolis ] [ SL:CITY_NAME toronto ] [ SL:DAY_NAME thursday ] [ SL:PERIOD_OF_DAY morning ] [ SL:FLIGHT_STOP nonstop ] ]
what is your least expensive fare between atlanta and boston
airfare
[{'start': 13, 'end': 28, 'value': 'least expensive', 'entity': 'cost_relative'}, {'start': 42, 'end': 49, 'value': 'atlanta', 'entity': 'fromloc.city_name'}, {'start': 54, 'end': 60, 'value': 'boston', 'entity': 'toloc.city_name'}]
আটলান্টা এবং বোস্টনের মধ্যে আপনার সবচেয়ে কম ব্যয়বহুল ভাড়া কী?
What is your least expensive fare between Atlanta and Boston?
[ IN:AIRFARE [ SL:COST_RELATIVE least expensive ] [ SL:CITY_NAME atlanta ] [ SL:CITY_NAME boston ] ]
i need information for ground transportation denver colorado
ground_service
[{'start': 45, 'end': 51, 'value': 'denver', 'entity': 'city_name'}, {'start': 52, 'end': 60, 'value': 'colorado', 'entity': 'state_name'}]
গ্রাউন্ড ট্রান্সপোর্টেশনের জন্য আমার তথ্য দরকার ডেনভার কলোরাডো
I need information on ground transportation Denver Colorado
[ IN:GROUND_SERVICE [ SL:CITY_NAME denver ] [ SL:STATE_NAME colorado ] ]
are there any flights from denver to pittsburgh with a stopover in atlanta
flight
[{'start': 27, 'end': 33, 'value': 'denver', 'entity': 'fromloc.city_name'}, {'start': 37, 'end': 47, 'value': 'pittsburgh', 'entity': 'toloc.city_name'}, {'start': 67, 'end': 74, 'value': 'atlanta', 'entity': 'stoploc.city_name'}]
ডেনভার থেকে পিটসবার্গ যাওয়ার জন্য আটলান্টা থেকে কোন ফ্লাইট আছে কি?
Are there any flights from Atlanta to Denver to Pittsburgh?
[ IN:FLIGHT [ SL:CITY_NAME denver ] [ SL:CITY_NAME pittsburgh ] [ SL:CITY_NAME atlanta ] ]
list all the flights that takeoff from general mitchell international
flight
[{'start': 39, 'end': 69, 'value': 'general mitchell international', 'entity': 'fromloc.airport_name'}]
জেনারেল মিচেল ইন্টারন্যাশনাল থেকে উড্ডয়নরত সমস্ত বিমানের তালিকা
List of all aircraft flying from General Mitchell International
[ IN:FLIGHT [ SL:AIRPORT_NAME general mitchell international ] ]
what is the latest flight leaving newark for los angeles wednesday
flight
[{'start': 12, 'end': 18, 'value': 'latest', 'entity': 'flight_mod'}, {'start': 34, 'end': 40, 'value': 'newark', 'entity': 'fromloc.city_name'}, {'start': 45, 'end': 56, 'value': 'los angeles', 'entity': 'toloc.city_name'}, {'start': 57, 'end': 66, 'value': 'wednesday', 'entity': 'depart_date.day_name'}]
বুধবার লস অ্যাঞ্জেলেসের জন্য নিওয়ার্ক ছেড়ে যাওয়া সর্বশেষ বিমানটি কী?
What was the last flight that left Newark for Los Angeles on Wednesday?
[ IN:FLIGHT [ SL:FLIGHT_MOD latest ] [ SL:CITY_NAME newark ] [ SL:CITY_NAME los angeles ] [ SL:DAY_NAME wednesday ] ]
find the cheapest one way fare from pittsburgh to san francisco
airfare
[{'start': 9, 'end': 17, 'value': 'cheapest', 'entity': 'cost_relative'}, {'start': 18, 'end': 25, 'value': 'one way', 'entity': 'round_trip'}, {'start': 36, 'end': 46, 'value': 'pittsburgh', 'entity': 'fromloc.city_name'}, {'start': 50, 'end': 63, 'value': 'san francisco', 'entity': 'toloc.city_name'}]
পিটসবার্গ থেকে সান ফ্রান্সিসকো যাওয়ার জন্য সবচেয়ে সস্তা একমুখী ভাড়া খুঁজে বের করুন
Find the cheapest one-way fare from Pittsburgh to San Francisco
[ IN:AIRFARE [ SL:COST_RELATIVE cheapest ] [ SL:ROUND_TRIP one way ] [ SL:CITY_NAME pittsburgh ] [ SL:CITY_NAME san francisco ] ]
show me the flights from atlanta to washington dc on thursday evening
flight
[{'start': 25, 'end': 32, 'value': 'atlanta', 'entity': 'fromloc.city_name'}, {'start': 36, 'end': 46, 'value': 'washington', 'entity': 'toloc.city_name'}, {'start': 47, 'end': 49, 'value': 'dc', 'entity': 'toloc.state_code'}, {'start': 53, 'end': 61, 'value': 'thursday', 'entity': 'depart_date.day_name'}, {'start': 62, 'end': 69, 'value': 'evening', 'entity': 'depart_time.period_of_day'}]
আমাকে আজ সন্ধ্যায় আটলান্টা থেকে ওয়াশিংটন ডিসি পর্যন্ত বিমান দেখাও
Show me a plane from Atlanta to Washington DC this evening
[ IN:FLIGHT [ SL:CITY_NAME atlanta ] [ SL:CITY_NAME washington ] [ SL:STATE_CODE dc ] [ SL:DAY_NAME thursday ] [ SL:PERIOD_OF_DAY evening ] ]
show me the flights from salt lake city to st. petersburg late night on tuesday
flight
[{'start': 25, 'end': 39, 'value': 'salt lake city', 'entity': 'fromloc.city_name'}, {'start': 43, 'end': 57, 'value': 'st. petersburg', 'entity': 'toloc.city_name'}, {'start': 58, 'end': 62, 'value': 'late', 'entity': 'depart_time.period_mod'}, {'start': 63, 'end': 68, 'value': 'night', 'entity': 'depart_time.period_of_day'}, {'start': 72, 'end': 79, 'value': 'tuesday', 'entity': 'depart_date.day_name'}]
মঙ্গলবার গভীর রাতে লবণ হ্রদ শহর থেকে সেন্ট পিটার্সবার্গ যাওয়ার বিমান আমাকে দেখান।
"" "Late on Tuesday night, show me the flight from the Salt Lake City to St. Petersburg." ""
[ IN:FLIGHT [ SL:CITY_NAME salt lake city ] [ SL:CITY_NAME st. petersburg ] [ SL:PERIOD_MOD late ] [ SL:PERIOD_OF_DAY night ] [ SL:DAY_NAME tuesday ] ]
what is the latest afternoon flight departing san francisco and arriving in boston on november ninth
flight
[{'start': 12, 'end': 18, 'value': 'latest', 'entity': 'flight_mod'}, {'start': 19, 'end': 28, 'value': 'afternoon', 'entity': 'depart_time.period_of_day'}, {'start': 46, 'end': 59, 'value': 'san francisco', 'entity': 'fromloc.city_name'}, {'start': 76, 'end': 82, 'value': 'boston', 'entity': 'toloc.city_name'}, {'start': 86, 'end': 94, 'value': 'november', 'entity': 'arrive_date.month_name'}, {'start': 95, 'end': 100, 'value': 'ninth', 'entity': 'arrive_date.day_number'}]
নভেম্বরের ৯ তারিখে সান ফ্রান্সিসকো ত্যাগ করে বোস্টনে পৌঁছানোর সর্বশেষ বিকেল ফ্লাইটটি কী?
What was the last evening flight from San Francisco to Boston on November 9?
[ IN:FLIGHT [ SL:FLIGHT_MOD latest ] [ SL:PERIOD_OF_DAY afternoon ] [ SL:CITY_NAME san francisco ] [ SL:CITY_NAME boston ] [ SL:MONTH_NAME november ] [ SL:DAY_NUMBER ninth ] ]
i would like a coach class seat on a flight leaving denver arriving atlanta
flight
[{'start': 15, 'end': 26, 'value': 'coach class', 'entity': 'class_type'}, {'start': 52, 'end': 58, 'value': 'denver', 'entity': 'fromloc.city_name'}, {'start': 68, 'end': 75, 'value': 'atlanta', 'entity': 'toloc.city_name'}]
আমি ডেন্ভার ছেড়ে আটলান্টা আসার বিমানে একটি কোচ ক্লাসের আসন চাই
I want a coach class seat on a flight from Denver to Atlanta
[ IN:FLIGHT [ SL:CLASS_TYPE coach class ] [ SL:CITY_NAME denver ] [ SL:CITY_NAME atlanta ] ]
tell me about flights from charlotte to atlanta next tuesday
flight
[{'start': 27, 'end': 36, 'value': 'charlotte', 'entity': 'fromloc.city_name'}, {'start': 40, 'end': 47, 'value': 'atlanta', 'entity': 'toloc.city_name'}, {'start': 48, 'end': 52, 'value': 'next', 'entity': 'depart_date.date_relative'}, {'start': 53, 'end': 60, 'value': 'tuesday', 'entity': 'depart_date.day_name'}]
আগামী বুধবার শার্লট থেকে আটলান্টা পর্যন্ত বিমান পরিষেবা সম্পর্কে বলুন।
Tell us about the next Wednesday flight from Charlotte to Atlanta.
[ IN:FLIGHT [ SL:CITY_NAME charlotte ] [ SL:CITY_NAME atlanta ] [ SL:DATE_RELATIVE next ] [ SL:DAY_NAME tuesday ] ]
show me flights from atlanta to washington
flight
[{'start': 21, 'end': 28, 'value': 'atlanta', 'entity': 'fromloc.city_name'}, {'start': 32, 'end': 42, 'value': 'washington', 'entity': 'toloc.city_name'}]
আমাকে আটলান্টা থেকে ওয়াশিংটন পর্যন্ত ফ্লাইট দেখাও।
Show me a flight from Atlanta to Washington.
[ IN:FLIGHT [ SL:CITY_NAME atlanta ] [ SL:CITY_NAME washington ] ]
i 'd like to take a flight from washington dc stop in denver and with my final destination as san francisco
flight
[{'start': 32, 'end': 42, 'value': 'washington', 'entity': 'fromloc.city_name'}, {'start': 43, 'end': 45, 'value': 'dc', 'entity': 'fromloc.state_code'}, {'start': 54, 'end': 60, 'value': 'denver', 'entity': 'stoploc.city_name'}, {'start': 94, 'end': 107, 'value': 'san francisco', 'entity': 'toloc.city_name'}]
আমি ওয়াশিংটন ডিসি থেকে ডেনভারের স্টপ এবং সান ফ্রান্সিস্কো হিসাবে আমার চূড়ান্ত গন্তব্য থেকে একটি ফ্লাইট নিতে চাই
I would like to take a flight from Washington DC to my final destination as a stop in Denver and as San Francisco
[ IN:FLIGHT [ SL:CITY_NAME washington ] [ SL:STATE_CODE dc ] [ SL:CITY_NAME denver ] [ SL:CITY_NAME san francisco ] ]
what are the flights on january first 1992 from boston to san francisco
flight
[{'start': 24, 'end': 31, 'value': 'january', 'entity': 'depart_date.month_name'}, {'start': 32, 'end': 37, 'value': 'first', 'entity': 'depart_date.day_number'}, {'start': 38, 'end': 42, 'value': '1992', 'entity': 'depart_date.year'}, {'start': 48, 'end': 54, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 58, 'end': 71, 'value': 'san francisco', 'entity': 'toloc.city_name'}]
প্রথম জানুয়ারিতে বোস্টন থেকে সান ফ্রান্সিসকো পর্যন্ত কি ধরনের বিমান চলাচল করত?
What type of aircraft used to fly from Boston to San Francisco on 1st January?
[ IN:FLIGHT [ SL:MONTH_NAME january ] [ SL:DAY_NUMBER first ] [ SL:YEAR 1992 ] [ SL:CITY_NAME boston ] [ SL:CITY_NAME san francisco ] ]
please give me evening flights leaving philadelphia to san francisco friday
flight
[{'start': 15, 'end': 22, 'value': 'evening', 'entity': 'depart_time.period_of_day'}, {'start': 39, 'end': 51, 'value': 'philadelphia', 'entity': 'fromloc.city_name'}, {'start': 55, 'end': 68, 'value': 'san francisco', 'entity': 'toloc.city_name'}, {'start': 69, 'end': 75, 'value': 'friday', 'entity': 'depart_date.day_name'}]
দয়া করে আমাকে সন্ধ্যায় ফিলাডেলফিয়া ছেড়ে সান ফ্রান্সিসকোকে শুক্রবার বিমানে পাঠান।
Please send me by plane from Philadelphia in the evening to San Francisco on Friday.
[ IN:FLIGHT [ SL:PERIOD_OF_DAY evening ] [ SL:CITY_NAME philadelphia ] [ SL:CITY_NAME san francisco ] [ SL:DAY_NAME friday ] ]
what 's the lowest round trip fare from atlanta to pittsburgh
airfare
[{'start': 12, 'end': 18, 'value': 'lowest', 'entity': 'cost_relative'}, {'start': 19, 'end': 29, 'value': 'round trip', 'entity': 'round_trip'}, {'start': 40, 'end': 47, 'value': 'atlanta', 'entity': 'fromloc.city_name'}, {'start': 51, 'end': 61, 'value': 'pittsburgh', 'entity': 'toloc.city_name'}]
আটলান্টা থেকে পিটসবার্গ যাওয়ার সর্বনিম্ন ভাড়া কত?
What is the lowest fare from Atlanta to Pittsburgh?
[ IN:AIRFARE [ SL:COST_RELATIVE lowest ] [ SL:ROUND_TRIP round trip ] [ SL:CITY_NAME atlanta ] [ SL:CITY_NAME pittsburgh ] ]
how many different flight classes are there
quantity
[]
কতগুলি ভিন্ন ভিন্ন ফ্লাইট ক্লাস রয়েছে?
How many different flight classes are there?
[ IN:QUANTITY ]
what flights are there from denver to atlanta
flight
[{'start': 28, 'end': 34, 'value': 'denver', 'entity': 'fromloc.city_name'}, {'start': 38, 'end': 45, 'value': 'atlanta', 'entity': 'toloc.city_name'}]
ডেনভার থেকে আটলান্টা পর্যন্ত কি ধরনের বিমান চলাচল করে?
What type of flights operate from Denver to Atlanta?
[ IN:FLIGHT [ SL:CITY_NAME denver ] [ SL:CITY_NAME atlanta ] ]
i want a flight that leaves from charlotte to newark that leaves in the afternoon or evening
flight
[{'start': 33, 'end': 42, 'value': 'charlotte', 'entity': 'fromloc.city_name'}, {'start': 46, 'end': 52, 'value': 'newark', 'entity': 'toloc.city_name'}, {'start': 72, 'end': 81, 'value': 'afternoon', 'entity': 'depart_time.period_of_day'}, {'start': 82, 'end': 84, 'value': 'or', 'entity': 'or'}, {'start': 85, 'end': 92, 'value': 'evening', 'entity': 'depart_time.period_of_day'}]
আমি এমন একটি ফ্লাইট চাই যা শার্লট থেকে নেওয়ার্কে বিকেলে বা সন্ধ্যায় ছাড়বে।
I want a flight from Charlotte to Newark in the afternoon or evening.
[ IN:FLIGHT [ SL:CITY_NAME charlotte ] [ SL:CITY_NAME newark ] [ SL:PERIOD_OF_DAY afternoon ] [ SL:OR or ] [ SL:PERIOD_OF_DAY evening ] ]
does united airline have any flights from dallas to san francisco
flight
[{'start': 5, 'end': 19, 'value': 'united airline', 'entity': 'airline_name'}, {'start': 42, 'end': 48, 'value': 'dallas', 'entity': 'fromloc.city_name'}, {'start': 52, 'end': 65, 'value': 'san francisco', 'entity': 'toloc.city_name'}]
ডালাস থেকে সান ফ্রান্সিসকো পর্যন্ত ইউনাইটেড এয়ারলাইন্সের কোন ফ্লাইট আছে কি?
Does United Airlines have a flight from Dallas to San Francisco?
[ IN:FLIGHT [ SL:AIRLINE_NAME united airline ] [ SL:CITY_NAME dallas ] [ SL:CITY_NAME san francisco ] ]
show me flights on wednesday morning boston to denver for united airlines first class
flight
[{'start': 19, 'end': 28, 'value': 'wednesday', 'entity': 'depart_date.day_name'}, {'start': 29, 'end': 36, 'value': 'morning', 'entity': 'depart_time.period_of_day'}, {'start': 37, 'end': 43, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 47, 'end': 53, 'value': 'denver', 'entity': 'toloc.city_name'}, {'start': 58, 'end': 73, 'value': 'united airlines', 'entity': 'airline_name'}, {'start': 74, 'end': 85, 'value': 'first class', 'entity': 'class_type'}]
বুধবার সকালে বোস্টন থেকে ইউনাইটেড এয়ারলাইন্সের ফার্স্ট ক্লাসের ফ্লাইট দেখানো হবে।
First class United Airlines flight from Boston will be shown on Wednesday morning.
[ IN:FLIGHT [ SL:DAY_NAME wednesday ] [ SL:PERIOD_OF_DAY morning ] [ SL:CITY_NAME boston ] [ SL:CITY_NAME denver ] [ SL:AIRLINE_NAME united airlines ] [ SL:CLASS_TYPE first class ] ]
which airline offers the cheapest rate going from dallas to baltimore on july fourth
airline
[{'start': 25, 'end': 33, 'value': 'cheapest', 'entity': 'cost_relative'}, {'start': 50, 'end': 56, 'value': 'dallas', 'entity': 'fromloc.city_name'}, {'start': 60, 'end': 69, 'value': 'baltimore', 'entity': 'toloc.city_name'}, {'start': 73, 'end': 77, 'value': 'july', 'entity': 'depart_date.month_name'}, {'start': 78, 'end': 84, 'value': 'fourth', 'entity': 'depart_date.day_number'}]
ডালাস থেকে বাল্টিমোর পর্যন্ত সবচেয়ে সস্তা বিমান পরিষেবা জুলাইয়ের চার তারিখে
Lowest Cost of Airfare from Dallas to Baltimore on July 4
[ IN:AIRLINE [ SL:COST_RELATIVE cheapest ] [ SL:CITY_NAME dallas ] [ SL:CITY_NAME baltimore ] [ SL:MONTH_NAME july ] [ SL:DAY_NUMBER fourth ] ]
i would like to plan a flight on american airlines from boston to denver
flight
[{'start': 33, 'end': 50, 'value': 'american airlines', 'entity': 'airline_name'}, {'start': 56, 'end': 62, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 66, 'end': 72, 'value': 'denver', 'entity': 'toloc.city_name'}]
আমি আমেরিকান এয়ারলাইন্সে বোস্টন থেকে ডেনভার পর্যন্ত ফ্লাইটের পরিকল্পনা করতে চাই।
I would like to plan an American Airlines flight from Boston to Denver.
[ IN:FLIGHT [ SL:AIRLINE_NAME american airlines ] [ SL:CITY_NAME boston ] [ SL:CITY_NAME denver ] ]
list evening flights tomorrow from phoenix to detroit
flight
[{'start': 5, 'end': 12, 'value': 'evening', 'entity': 'depart_time.period_of_day'}, {'start': 21, 'end': 29, 'value': 'tomorrow', 'entity': 'depart_date.today_relative'}, {'start': 35, 'end': 42, 'value': 'phoenix', 'entity': 'fromloc.city_name'}, {'start': 46, 'end': 53, 'value': 'detroit', 'entity': 'toloc.city_name'}]
ফিনিক্স থেকে ডেট্রয়েটে আগামীকাল সন্ধ্যায় উড়ানের তালিকা তৈরি করুন
Make a schedule of flights from Phoenix to Detroit tomorrow evening
[ IN:FLIGHT [ SL:PERIOD_OF_DAY evening ] [ SL:TODAY_RELATIVE tomorrow ] [ SL:CITY_NAME phoenix ] [ SL:CITY_NAME detroit ] ]
tell me about ground transportation at toronto
ground_service
[{'start': 39, 'end': 46, 'value': 'toronto', 'entity': 'city_name'}]
আমাকে টোরোন্টোতে স্থল পরিবহন সম্পর্কে বলুন
Tell me about land transport in Toronto
[ IN:GROUND_SERVICE [ SL:CITY_NAME toronto ] ]
what are the seating capacities of planes between pittsburgh and baltimore
capacity
[{'start': 50, 'end': 60, 'value': 'pittsburgh', 'entity': 'fromloc.city_name'}, {'start': 65, 'end': 74, 'value': 'baltimore', 'entity': 'toloc.city_name'}]
পিটসবার্গ এবং বাল্টিমোরের মধ্যে বিমানের আসন সংখ্যা কত?
How many seats are there between Pittsburgh and Baltimore?
[ IN:CAPACITY [ SL:CITY_NAME pittsburgh ] [ SL:CITY_NAME baltimore ] ]
show me all flights from boston to pittsburgh on wednesday after 6 o'clock pm
flight
[{'start': 25, 'end': 31, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 35, 'end': 45, 'value': 'pittsburgh', 'entity': 'toloc.city_name'}, {'start': 49, 'end': 58, 'value': 'wednesday', 'entity': 'depart_date.day_name'}, {'start': 59, 'end': 64, 'value': 'after', 'entity': 'depart_time.time_relative'}, {'start': 65, 'end': 77, 'value': "6 o'clock pm", 'entity': 'depart_time.time'}]
বুধবার সন্ধ্যা ৬টার পর বস্টন থেকে পিটসবার্গ পর্যন্ত সব ফ্লাইট আমাকে দেখাও
Show me all the flights from Boston to Pittsburgh after 6 pm on Wednesday
[ IN:FLIGHT [ SL:CITY_NAME boston ] [ SL:CITY_NAME pittsburgh ] [ SL:DAY_NAME wednesday ] [ SL:TIME_RELATIVE after ] [ SL:TIME 6 o'clock pm ] ]
what is the ground transportation available in denver
ground_service
[{'start': 47, 'end': 53, 'value': 'denver', 'entity': 'city_name'}]
(ক) ডেনভারে স্থল পরিবহণ কি?
What is land transport in Denver?
[ IN:GROUND_SERVICE [ SL:CITY_NAME denver ] ]
i 'd like to see all flights from denver to philadelphia
flight
[{'start': 34, 'end': 40, 'value': 'denver', 'entity': 'fromloc.city_name'}, {'start': 44, 'end': 56, 'value': 'philadelphia', 'entity': 'toloc.city_name'}]
আমি ডেনভার থেকে ফিলাডেলফিয়া পর্যন্ত সমস্ত ফ্লাইট দেখতে চাই
I want to see all the flights from Denver to Philadelphia
[ IN:FLIGHT [ SL:CITY_NAME denver ] [ SL:CITY_NAME philadelphia ] ]
show me the flights from baltimore to philadelphia
flight
[{'start': 25, 'end': 34, 'value': 'baltimore', 'entity': 'fromloc.city_name'}, {'start': 38, 'end': 50, 'value': 'philadelphia', 'entity': 'toloc.city_name'}]
আমাকে বাল্টিমোর থেকে ফিলাডেলফিয়া পর্যন্ত ফ্লাইট দেখান
Show me a flight from Baltimore to Philadelphia
[ IN:FLIGHT [ SL:CITY_NAME baltimore ] [ SL:CITY_NAME philadelphia ] ]
please give me a flight from boston to atlanta before 10 am in the morning
flight
[{'start': 29, 'end': 35, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 39, 'end': 46, 'value': 'atlanta', 'entity': 'toloc.city_name'}, {'start': 47, 'end': 53, 'value': 'before', 'entity': 'depart_time.time_relative'}, {'start': 54, 'end': 59, 'value': '10 am', 'entity': 'depart_time.time'}, {'start': 67, 'end': 74, 'value': 'morning', 'entity': 'depart_time.period_of_day'}]
দয়া করে সকাল ১০টার আগে বোস্টন থেকে আটলান্টা পর্যন্ত আমাকে একটি ফ্লাইট দিন।
Please give me a flight from Boston to Atlanta before 10am.
[ IN:FLIGHT [ SL:CITY_NAME boston ] [ SL:CITY_NAME atlanta ] [ SL:TIME_RELATIVE before ] [ SL:TIME 10 am ] [ SL:PERIOD_OF_DAY morning ] ]
flights from los angeles to pittsburgh
flight
[{'start': 13, 'end': 24, 'value': 'los angeles', 'entity': 'fromloc.city_name'}, {'start': 28, 'end': 38, 'value': 'pittsburgh', 'entity': 'toloc.city_name'}]
লস অ্যাঞ্জেলেস থেকে পিটসবার্গে বিমান পরিষেবা
Flights from Los Angeles to Pittsburgh
[ IN:FLIGHT [ SL:CITY_NAME los angeles ] [ SL:CITY_NAME pittsburgh ] ]
list all round trip flights from indianapolis to orlando departing either on december twenty seventh or on december twenty eighth
flight
[{'start': 9, 'end': 19, 'value': 'round trip', 'entity': 'round_trip'}, {'start': 33, 'end': 45, 'value': 'indianapolis', 'entity': 'fromloc.city_name'}, {'start': 49, 'end': 56, 'value': 'orlando', 'entity': 'toloc.city_name'}, {'start': 77, 'end': 85, 'value': 'december', 'entity': 'depart_date.month_name'}, {'start': 86, 'end': 100, 'value': 'twenty seventh', 'entity': 'depart_date.day_number'}, {'start': 101, 'end': 103, 'value': 'or', 'entity': 'or'}, {'start': 107, 'end': 115, 'value': 'december', 'entity': 'depart_date.month_name'}, {'start': 116, 'end': 129, 'value': 'twenty eighth', 'entity': 'depart_date.day_number'}]
২৭ ডিসেম্বর অথবা ২৮শে ডিসেম্বর ইন্ডিয়ানাপোলিস থেকে অরল্যান্ডো যাওয়ার বিমান পরিষেবার তালিকা
List of flights from Indianapolis to Orlando on 27 December or 28 December
[ IN:FLIGHT [ SL:ROUND_TRIP round trip ] [ SL:CITY_NAME indianapolis ] [ SL:CITY_NAME orlando ] [ SL:MONTH_NAME december ] [ SL:DAY_NUMBER twenty seventh ] [ SL:OR or ] [ SL:MONTH_NAME december ] [ SL:DAY_NUMBER twenty eighth ] ]
what flight is available at noontime from boston to washington what flight is available around noontime from boston to washington
flight
[{'start': 28, 'end': 36, 'value': 'noontime', 'entity': 'depart_time.time'}, {'start': 42, 'end': 48, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 52, 'end': 62, 'value': 'washington', 'entity': 'toloc.city_name'}, {'start': 88, 'end': 94, 'value': 'around', 'entity': 'depart_time.time_relative'}, {'start': 95, 'end': 103, 'value': 'noontime', 'entity': 'depart_time.time'}, {'start': 109, 'end': 115, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 119, 'end': 129, 'value': 'washington', 'entity': 'toloc.city_name'}]
বোস্টন থেকে ওয়াশিংটন পর্যন্ত দুপুরে কোন ফ্লাইটটি পাওয়া যায়?
Which flight from Boston to Washington was found at noon?
[ IN:FLIGHT [ SL:TIME noontime ] [ SL:CITY_NAME boston ] [ SL:CITY_NAME washington ] [ SL:TIME_RELATIVE around ] [ SL:TIME noontime ] [ SL:CITY_NAME boston ] [ SL:CITY_NAME washington ] ]
hi could i get a one way ticket from milwaukee to orlando
airfare
[{'start': 17, 'end': 24, 'value': 'one way', 'entity': 'round_trip'}, {'start': 37, 'end': 46, 'value': 'milwaukee', 'entity': 'fromloc.city_name'}, {'start': 50, 'end': 57, 'value': 'orlando', 'entity': 'toloc.city_name'}]
হাই আমি মিলওয়াকি থেকে অরল্যান্ডো থেকে একমুখী টিকিট পেতে পারি
Hi, I can get a one-way ticket from Milwaukee to Orlando
[ IN:AIRFARE [ SL:ROUND_TRIP one way ] [ SL:CITY_NAME milwaukee ] [ SL:CITY_NAME orlando ] ]
i want to see the cheapest flight from denver to pittsburgh
flight
[{'start': 18, 'end': 26, 'value': 'cheapest', 'entity': 'cost_relative'}, {'start': 39, 'end': 45, 'value': 'denver', 'entity': 'fromloc.city_name'}, {'start': 49, 'end': 59, 'value': 'pittsburgh', 'entity': 'toloc.city_name'}]
আমি ডেনভার থেকে পিটসবার্গ পর্যন্ত সবচেয়ে সস্তা ফ্লাইট দেখতে চাই
I want to see the cheapest flight from Denver to Pittsburgh
[ IN:FLIGHT [ SL:COST_RELATIVE cheapest ] [ SL:CITY_NAME denver ] [ SL:CITY_NAME pittsburgh ] ]
show me the flights from san francisco to las vegas
flight
[{'start': 25, 'end': 38, 'value': 'san francisco', 'entity': 'fromloc.city_name'}, {'start': 42, 'end': 51, 'value': 'las vegas', 'entity': 'toloc.city_name'}]
আমাকে সান ফ্রান্সিসকো থেকে লাস ভেগাসের ফ্লাইট দেখান
Show me the flight from San Francisco to Las Vegas
[ IN:FLIGHT [ SL:CITY_NAME san francisco ] [ SL:CITY_NAME las vegas ] ]
show afternoon flights from dallas to san francisco
flight
[{'start': 5, 'end': 14, 'value': 'afternoon', 'entity': 'depart_time.period_of_day'}, {'start': 28, 'end': 34, 'value': 'dallas', 'entity': 'fromloc.city_name'}, {'start': 38, 'end': 51, 'value': 'san francisco', 'entity': 'toloc.city_name'}]
ডালাস থেকে সান ফ্রান্সিসকো পর্যন্ত বিকেল বেলা ফ্লাইট প্রদর্শন
Evening flight from Dallas to San Francisco
[ IN:FLIGHT [ SL:PERIOD_OF_DAY afternoon ] [ SL:CITY_NAME dallas ] [ SL:CITY_NAME san francisco ] ]
i would like the cheapest flight from pittsburgh to atlanta leaving april twenty fifth and returning may sixth
flight
[{'start': 17, 'end': 25, 'value': 'cheapest', 'entity': 'cost_relative'}, {'start': 38, 'end': 48, 'value': 'pittsburgh', 'entity': 'fromloc.city_name'}, {'start': 52, 'end': 59, 'value': 'atlanta', 'entity': 'toloc.city_name'}, {'start': 68, 'end': 73, 'value': 'april', 'entity': 'depart_date.month_name'}, {'start': 74, 'end': 86, 'value': 'twenty fifth', 'entity': 'depart_date.day_number'}, {'start': 101, 'end': 104, 'value': 'may', 'entity': 'return_date.month_name'}, {'start': 105, 'end': 110, 'value': 'sixth', 'entity': 'return_date.day_number'}]
আমি পিট্সবার্গ থেকে আটলান্টা পর্যন্ত সবচেয়ে সস্তা বিমানটি ২৫শে এপ্রিল ছেড়ে আসতে এবং ৬ই মে ফিরে আসতে চাই।
I would like to take the cheapest flight from Pittsburgh to Atlanta on 25th April and back on 6th May.
[ IN:FLIGHT [ SL:COST_RELATIVE cheapest ] [ SL:CITY_NAME pittsburgh ] [ SL:CITY_NAME atlanta ] [ SL:MONTH_NAME april ] [ SL:DAY_NUMBER twenty fifth ] [ SL:MONTH_NAME may ] [ SL:DAY_NUMBER sixth ] ]
round trip fares from baltimore to philadelphia under 1000 dollars
airfare
[{'start': 1, 'end': 11, 'value': 'round trip', 'entity': 'round_trip'}, {'start': 22, 'end': 31, 'value': 'baltimore', 'entity': 'fromloc.city_name'}, {'start': 35, 'end': 47, 'value': 'philadelphia', 'entity': 'toloc.city_name'}, {'start': 48, 'end': 53, 'value': 'under', 'entity': 'cost_relative'}, {'start': 54, 'end': 66, 'value': '1000 dollars', 'entity': 'fare_amount'}]
বাল্টিমোর থেকে ফিলাডেলফিয়া পর্যন্ত ভ্রমণ ভাড়া এক হাজার ডলারের কম।
The fare from Baltimore to Philadelphia is less than a thousand dollars.
[ IN:AIRFARE [ SL:ROUND_TRIP round trip ] [ SL:CITY_NAME baltimore ] [ SL:CITY_NAME philadelphia ] [ SL:COST_RELATIVE under ] [ SL:FARE_AMOUNT 1000 dollars ] ]
which airlines serve denver
airline
[{'start': 21, 'end': 27, 'value': 'denver', 'entity': 'city_name'}]
কোন এয়ারলাইন্স ডেন্ভারকে সেবা প্রদান করে?
Which airlines provide services to Denver?
[ IN:AIRLINE [ SL:CITY_NAME denver ] ]
what flights leave after 7 pm from boston to pittsburgh
flight
[{'start': 19, 'end': 24, 'value': 'after', 'entity': 'depart_time.time_relative'}, {'start': 25, 'end': 29, 'value': '7 pm', 'entity': 'depart_time.time'}, {'start': 35, 'end': 41, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 45, 'end': 55, 'value': 'pittsburgh', 'entity': 'toloc.city_name'}]
সন্ধ্যা ৭টার পর বোস্টন থেকে পিটসবার্গ পর্যন্ত কোন ফ্লাইটগুলি ছাড়বে?
Which flights will take off from Boston to Pittsburgh after 7 pm?
[ IN:FLIGHT [ SL:TIME_RELATIVE after ] [ SL:TIME 7 pm ] [ SL:CITY_NAME boston ] [ SL:CITY_NAME pittsburgh ] ]
flights from phoenix to newark
flight
[{'start': 13, 'end': 20, 'value': 'phoenix', 'entity': 'fromloc.city_name'}, {'start': 24, 'end': 30, 'value': 'newark', 'entity': 'toloc.city_name'}]
ফিনিক্স থেকে নেওয়ার্ক পর্যন্ত উড়ান
Flight from Phoenix to Newark
[ IN:FLIGHT [ SL:CITY_NAME phoenix ] [ SL:CITY_NAME newark ] ]
dl 296 denver to philadelphia what is the fare
airfare
[{'start': 1, 'end': 3, 'value': 'dl', 'entity': 'airline_code'}, {'start': 3, 'end': 6, 'value': '296', 'entity': 'flight_number'}, {'start': 7, 'end': 13, 'value': 'denver', 'entity': 'fromloc.city_name'}, {'start': 17, 'end': 29, 'value': 'philadelphia', 'entity': 'toloc.city_name'}]
ডিএল ২৯৬ ডেনভার টু ফিলাডেলফিয়া কি ভাড়া?
DL 296 Is Denver to Philadelphia Rented?
[ IN:AIRFARE [ SL:AIRLINE_CODE dl ] [ SL:FLIGHT_NUMBER 296 ] [ SL:CITY_NAME denver ] [ SL:CITY_NAME philadelphia ] ]
show me the flights from boston to san francisco that stop in dallas
flight
[{'start': 25, 'end': 31, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 35, 'end': 48, 'value': 'san francisco', 'entity': 'toloc.city_name'}, {'start': 62, 'end': 68, 'value': 'dallas', 'entity': 'stoploc.city_name'}]
আমাকে বোস্টন থেকে সান ফ্রান্সিসকো পর্যন্ত ডালাসে থামবে এমন ফ্লাইটগুলো দেখান
Show me the flights that stop at Dallas from Boston to San Francisco
[ IN:FLIGHT [ SL:CITY_NAME boston ] [ SL:CITY_NAME san francisco ] [ SL:CITY_NAME dallas ] ]
show me the flights from boston to atlanta and the return flights from atlanta to boston
flight
[{'start': 25, 'end': 31, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 35, 'end': 42, 'value': 'atlanta', 'entity': 'toloc.city_name'}, {'start': 71, 'end': 78, 'value': 'atlanta', 'entity': 'fromloc.city_name'}, {'start': 82, 'end': 88, 'value': 'boston', 'entity': 'toloc.city_name'}]
আমাকে বোস্টন থেকে আটলান্টা পর্যন্ত এবং আটলান্টা থেকে বোস্টন পর্যন্ত ফিরে আসা বিমানগুলি দেখান।
Show me the flights that returned from Boston to Atlanta and from Atlanta to Boston.
[ IN:FLIGHT [ SL:CITY_NAME boston ] [ SL:CITY_NAME atlanta ] [ SL:CITY_NAME atlanta ] [ SL:CITY_NAME boston ] ]
how many nonstop flights going from dallas to oakland july twenty seventh
quantity
[{'start': 9, 'end': 16, 'value': 'nonstop', 'entity': 'flight_stop'}, {'start': 36, 'end': 42, 'value': 'dallas', 'entity': 'fromloc.city_name'}, {'start': 46, 'end': 53, 'value': 'oakland', 'entity': 'toloc.city_name'}, {'start': 54, 'end': 58, 'value': 'july', 'entity': 'arrive_date.month_name'}, {'start': 59, 'end': 73, 'value': 'twenty seventh', 'entity': 'arrive_date.day_number'}]
২৭শে জুলাই ডালাস থেকে ওকল্যান্ডে কতগুলি বিরতিহীন বিমান চলাচল করে?
How many non-stop flights operated from Dallas to Oakland on July 27?
[ IN:QUANTITY [ SL:FLIGHT_STOP nonstop ] [ SL:CITY_NAME dallas ] [ SL:CITY_NAME oakland ] [ SL:MONTH_NAME july ] [ SL:DAY_NUMBER twenty seventh ] ]
what is the ground transport in denver
ground_service
[{'start': 32, 'end': 38, 'value': 'denver', 'entity': 'city_name'}]
(ক) ডেনভারে স্থল পরিবহণ কি?
What is land transport in Denver?
[ IN:GROUND_SERVICE [ SL:CITY_NAME denver ] ]
please list all flights from oakland to dallas on sunday morning
flight
[{'start': 29, 'end': 36, 'value': 'oakland', 'entity': 'fromloc.city_name'}, {'start': 40, 'end': 46, 'value': 'dallas', 'entity': 'toloc.city_name'}, {'start': 50, 'end': 56, 'value': 'sunday', 'entity': 'depart_date.day_name'}, {'start': 57, 'end': 64, 'value': 'morning', 'entity': 'depart_time.period_of_day'}]
দয়া করে রবিবার সকালে ওকল্যান্ড থেকে ডালাস পর্যন্ত সমস্ত বিমানের তালিকা তৈরি করুন।
Please schedule all flights from Oakland to Dallas on Sunday morning.
[ IN:FLIGHT [ SL:CITY_NAME oakland ] [ SL:CITY_NAME dallas ] [ SL:DAY_NAME sunday ] [ SL:PERIOD_OF_DAY morning ] ]
list all flights on continental leaving seattle on sunday after 430 pm
flight
[{'start': 20, 'end': 31, 'value': 'continental', 'entity': 'airline_name'}, {'start': 40, 'end': 47, 'value': 'seattle', 'entity': 'fromloc.city_name'}, {'start': 51, 'end': 57, 'value': 'sunday', 'entity': 'depart_date.day_name'}, {'start': 58, 'end': 63, 'value': 'after', 'entity': 'depart_time.time_relative'}, {'start': 64, 'end': 70, 'value': '430 pm', 'entity': 'depart_time.time'}]
বিকেল সাড়ে চারটার পর রবিবার সিয়াটল থেকে মহাদেশীয় সমস্ত বিমানের তালিকা তৈরি করুন।
Make a list of all the continental flights from Seattle on Sunday after 4.30 pm.
[ IN:FLIGHT [ SL:AIRLINE_NAME continental ] [ SL:CITY_NAME seattle ] [ SL:DAY_NAME sunday ] [ SL:TIME_RELATIVE after ] [ SL:TIME 430 pm ] ]
what is the latest flight from san francisco to washington
flight
[{'start': 12, 'end': 18, 'value': 'latest', 'entity': 'flight_mod'}, {'start': 31, 'end': 44, 'value': 'san francisco', 'entity': 'fromloc.city_name'}, {'start': 48, 'end': 58, 'value': 'washington', 'entity': 'toloc.city_name'}]
সান ফ্রান্সিস্কো থেকে ওয়াশিংটন পর্যন্ত সর্বশেষ ফ্লাইটটি কী?
What was the last flight from San Francisco to Washington?
[ IN:FLIGHT [ SL:FLIGHT_MOD latest ] [ SL:CITY_NAME san francisco ] [ SL:CITY_NAME washington ] ]
how many of delta 's night flights are first class
quantity
[{'start': 12, 'end': 20, 'value': "delta 's", 'entity': 'airline_name'}, {'start': 21, 'end': 26, 'value': 'night', 'entity': 'depart_time.period_of_day'}, {'start': 39, 'end': 50, 'value': 'first class', 'entity': 'class_type'}]
ডেল্টার রাতের উড়ানগুলির মধ্যে কয়টি প্রথম শ্রেণীর।
How many of the Delta night flights are first class?
[ IN:QUANTITY [ SL:AIRLINE_NAME delta 's ] [ SL:PERIOD_OF_DAY night ] [ SL:CLASS_TYPE first class ] ]
what airline is as
airline
[{'start': 16, 'end': 18, 'value': 'as', 'entity': 'airline_code'}]
এয়ারলাইন্স কি?
What about airlines?
[ IN:AIRLINE [ SL:AIRLINE_CODE as ] ]
show me ground transportation in washington dc
ground_service
[{'start': 33, 'end': 43, 'value': 'washington', 'entity': 'city_name'}, {'start': 44, 'end': 46, 'value': 'dc', 'entity': 'state_code'}]
আমাকে ওয়াশিংটন ডিসি-তে স্থল পরিবহণ দেখাও
Show me the ground transportation in Washington DC
[ IN:GROUND_SERVICE [ SL:CITY_NAME washington ] [ SL:STATE_CODE dc ] ]
what flights leave denver before noon on northwest airlines
flight
[{'start': 19, 'end': 25, 'value': 'denver', 'entity': 'fromloc.city_name'}, {'start': 26, 'end': 32, 'value': 'before', 'entity': 'depart_time.time_relative'}, {'start': 33, 'end': 37, 'value': 'noon', 'entity': 'depart_time.time'}, {'start': 41, 'end': 59, 'value': 'northwest airlines', 'entity': 'airline_name'}]
উত্তর-পশ্চিম এয়ারলাইন্সে দুপুরের আগে কোন ফ্লাইটগুলি ডেনভার ছেড়ে যায়?
Which flights leave Denver before noon on North-West Airlines?
[ IN:FLIGHT [ SL:CITY_NAME denver ] [ SL:TIME_RELATIVE before ] [ SL:TIME noon ] [ SL:AIRLINE_NAME northwest airlines ] ]
what flights leave pittsburgh july fifth after 7 pm and arrive in san francisco
flight
[{'start': 19, 'end': 29, 'value': 'pittsburgh', 'entity': 'fromloc.city_name'}, {'start': 30, 'end': 34, 'value': 'july', 'entity': 'depart_date.month_name'}, {'start': 35, 'end': 40, 'value': 'fifth', 'entity': 'depart_date.day_number'}, {'start': 41, 'end': 46, 'value': 'after', 'entity': 'depart_time.time_relative'}, {'start': 47, 'end': 51, 'value': '7 pm', 'entity': 'depart_time.time'}, {'start': 66, 'end': 79, 'value': 'san francisco', 'entity': 'toloc.city_name'}]
কোন ফ্লাইটগুলি পিট্সবার্গ থেকে সন্ধ্যা ৭টার পর ছেড়ে সান ফ্রান্সিসকোতে পৌঁছাবে?
Which flights will leave Pittsburgh at 7 pm and arrive in San Francisco?
[ IN:FLIGHT [ SL:CITY_NAME pittsburgh ] [ SL:MONTH_NAME july ] [ SL:DAY_NUMBER fifth ] [ SL:TIME_RELATIVE after ] [ SL:TIME 7 pm ] [ SL:CITY_NAME san francisco ] ]
show me the flights from baltimore to philadelphia
flight
[{'start': 25, 'end': 34, 'value': 'baltimore', 'entity': 'fromloc.city_name'}, {'start': 38, 'end': 50, 'value': 'philadelphia', 'entity': 'toloc.city_name'}]
আমাকে বাল্টিমোর থেকে ফিলাডেলফিয়া পর্যন্ত ফ্লাইট দেখান
Show me a flight from Baltimore to Philadelphia
[ IN:FLIGHT [ SL:CITY_NAME baltimore ] [ SL:CITY_NAME philadelphia ] ]
show me flights from atlanta to philadelphia in the morning
flight
[{'start': 21, 'end': 28, 'value': 'atlanta', 'entity': 'fromloc.city_name'}, {'start': 32, 'end': 44, 'value': 'philadelphia', 'entity': 'toloc.city_name'}, {'start': 52, 'end': 59, 'value': 'morning', 'entity': 'depart_time.period_of_day'}]
আমাকে সকাল বেলা আটলান্টা থেকে ফিলাডেলফিয়া যাওয়ার ফ্লাইট দেখাও
Show me the flight from Atlanta to Philadelphia in the morning
[ IN:FLIGHT [ SL:CITY_NAME atlanta ] [ SL:CITY_NAME philadelphia ] [ SL:PERIOD_OF_DAY morning ] ]
what is as
abbreviation
[{'start': 8, 'end': 10, 'value': 'as', 'entity': 'airline_code'}]
কি রকম?
What kind?
[ IN:ABBREVIATION [ SL:AIRLINE_CODE as ] ]
i want a flight on saturday from minneapolis to long beach
flight
[{'start': 19, 'end': 27, 'value': 'saturday', 'entity': 'depart_date.day_name'}, {'start': 33, 'end': 44, 'value': 'minneapolis', 'entity': 'fromloc.city_name'}, {'start': 48, 'end': 58, 'value': 'long beach', 'entity': 'toloc.city_name'}]
আমি শনিবার মিনিয়াপোলিস থেকে দীর্ঘ সৈকতে যেতে চাই।
I want to go on a long beach from Minneapolis on Saturday.
[ IN:FLIGHT [ SL:DAY_NAME saturday ] [ SL:CITY_NAME minneapolis ] [ SL:CITY_NAME long beach ] ]
i would like to fly to baltimore
flight
[{'start': 23, 'end': 32, 'value': 'baltimore', 'entity': 'toloc.city_name'}]
আমি বাল্টিমোরে যেতে চাই।
I want to go to Baltimore.
[ IN:FLIGHT [ SL:CITY_NAME baltimore ] ]
i would like a flight from washington to boston on august twentieth at 324 pm
flight
[{'start': 27, 'end': 37, 'value': 'washington', 'entity': 'fromloc.city_name'}, {'start': 41, 'end': 47, 'value': 'boston', 'entity': 'toloc.city_name'}, {'start': 51, 'end': 57, 'value': 'august', 'entity': 'depart_date.month_name'}, {'start': 58, 'end': 67, 'value': 'twentieth', 'entity': 'depart_date.day_number'}, {'start': 71, 'end': 77, 'value': '324 pm', 'entity': 'depart_time.time'}]
আমি ওয়াশিংটন থেকে বোস্টন যাওয়ার জন্য ২০শে আগস্ট বিকেল ৩টা ২৪ মিনিটে একটি বিমান চালাতে চাই।
I would like to take a flight from Washington to Boston at 3: 24 pm on 20th August.
[ IN:FLIGHT [ SL:CITY_NAME washington ] [ SL:CITY_NAME boston ] [ SL:MONTH_NAME august ] [ SL:DAY_NUMBER twentieth ] [ SL:TIME 324 pm ] ]