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 is the cost of a flight from boston to san francisco
airfare
[{'start': 34, 'end': 40, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 44, 'end': 57, 'value': 'san francisco', 'entity': 'toloc.city_name'}]
বোস্টন থেকে সান ফ্রান্সিসকো যেতে কত খরচ লাগে?
How much does it cost to travel from Boston to San Francisco?
[ IN:AIRFARE [ SL:CITY_NAME boston ] [ SL:CITY_NAME san francisco ] ]
i would like information for flights from baltimore to dallas on early tuesday morning
flight
[{'start': 42, 'end': 51, 'value': 'baltimore', 'entity': 'fromloc.city_name'}, {'start': 55, 'end': 61, 'value': 'dallas', 'entity': 'toloc.city_name'}, {'start': 65, 'end': 70, 'value': 'early', 'entity': 'depart_time.period_mod'}, {'start': 71, 'end': 78, 'value': 'tuesday', 'entity': 'depart_date.day_name'}, {'start': 79, 'end': 86, 'value': 'morning', 'entity': 'depart_time.period_of_day'}]
আমি বাল্টিমোর থেকে ডালাস পর্যন্ত বিমান চলাচলের বিষয়ে বুধবার সকালে জানতে চাই।
I would like to know about the flight from Baltimore to Dallas on Wednesday morning.
[ IN:FLIGHT [ SL:CITY_NAME baltimore ] [ SL:CITY_NAME dallas ] [ SL:PERIOD_MOD early ] [ SL:DAY_NAME tuesday ] [ SL:PERIOD_OF_DAY morning ] ]
show me the earliest flight from newark to seattle
flight
[{'start': 12, 'end': 20, 'value': 'earliest', 'entity': 'flight_mod'}, {'start': 33, 'end': 39, 'value': 'newark', 'entity': 'fromloc.city_name'}, {'start': 43, 'end': 50, 'value': 'seattle', 'entity': 'toloc.city_name'}]
আমাকে নিওয়ার্ক থেকে সিয়াটল যাওয়ার প্রথম ফ্লাইট দেখাও
Show me the first flight from Newark to Seattle
[ IN:FLIGHT [ SL:FLIGHT_MOD earliest ] [ SL:CITY_NAME newark ] [ SL:CITY_NAME seattle ] ]
could you tell me what morning flights are available from oakland to denver before 10 am
flight
[{'start': 23, 'end': 30, 'value': 'morning', 'entity': 'depart_time.period_of_day'}, {'start': 58, 'end': 65, 'value': 'oakland', 'entity': 'fromloc.city_name'}, {'start': 69, 'end': 75, 'value': 'denver', 'entity': 'toloc.city_name'}, {'start': 76, 'end': 82, 'value': 'before', 'entity': 'depart_time.time_relative'}, {'start': 83, 'end': 88, 'value': '10 am', 'entity': 'depart_time.time'}]
আপনি কি আমাকে বলতে পারেন সকাল দশটার আগে ওকল্যান্ড থেকে ডেনভার পর্যন্ত কোন কোন প্রাতঃকালীন ফ্লাইট পাওয়া যায়?
Can you tell me which morning flights are available from Oakland to Denver before 10 am?
[ IN:FLIGHT [ SL:PERIOD_OF_DAY morning ] [ SL:CITY_NAME oakland ] [ SL:CITY_NAME denver ] [ SL:TIME_RELATIVE before ] [ SL:TIME 10 am ] ]
boston to pittsburgh wednesday
flight
[{'start': 1, 'end': 7, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 10, 'end': 20, 'value': 'pittsburgh', 'entity': 'toloc.city_name'}, {'start': 21, 'end': 30, 'value': 'wednesday', 'entity': 'depart_date.day_name'}]
বুধবার বস্টন থেকে পিটসবার্গ
Wednesday from Boston to Pittsburgh
[ IN:FLIGHT [ SL:CITY_NAME boston ] [ SL:CITY_NAME pittsburgh ] [ SL:DAY_NAME wednesday ] ]
anything from baltimore or washington with a stopover in denver going to san francisco
flight
[{'start': 14, 'end': 23, 'value': 'baltimore', 'entity': 'fromloc.city_name'}, {'start': 24, 'end': 26, 'value': 'or', 'entity': 'or'}, {'start': 27, 'end': 37, 'value': 'washington', 'entity': 'fromloc.city_name'}, {'start': 57, 'end': 63, 'value': 'denver', 'entity': 'stoploc.city_name'}, {'start': 73, 'end': 86, 'value': 'san francisco', 'entity': 'toloc.city_name'}]
বাল্টিমোর বা ওয়াশিংটন থেকে ডেনভারের স্টপওভার থেকে সান ফ্রান্সিসকো পর্যন্ত
From Baltimore or Washington to Denver's Stopover to San Francisco
[ IN:FLIGHT [ SL:CITY_NAME baltimore ] [ SL:OR or ] [ SL:CITY_NAME washington ] [ SL:CITY_NAME denver ] [ SL:CITY_NAME san francisco ] ]
what is the latest flight available between san francisco and boston
flight
[{'start': 12, 'end': 18, 'value': 'latest', 'entity': 'flight_mod'}, {'start': 44, 'end': 57, 'value': 'san francisco', 'entity': 'fromloc.city_name'}, {'start': 62, 'end': 68, 'value': 'boston', 'entity': 'toloc.city_name'}]
সান ফ্রান্সিস্কো এবং বোস্টনের মধ্যে সর্বশেষ ফ্লাইটটি কী?
What was the last flight between San Francisco and Boston?
[ IN:FLIGHT [ SL:FLIGHT_MOD latest ] [ SL:CITY_NAME san francisco ] [ SL:CITY_NAME boston ] ]
give me the latest flight tomorrow on american airlines from milwaukee to tacoma
flight
[{'start': 12, 'end': 18, 'value': 'latest', 'entity': 'flight_mod'}, {'start': 26, 'end': 34, 'value': 'tomorrow', 'entity': 'depart_date.today_relative'}, {'start': 38, 'end': 55, 'value': 'american airlines', 'entity': 'airline_name'}, {'start': 61, 'end': 70, 'value': 'milwaukee', 'entity': 'fromloc.city_name'}, {'start': 74, 'end': 80, 'value': 'tacoma', 'entity': 'toloc.city_name'}]
আমাকে আগামীকাল আমেরিকান এয়ারলাইন্সের মিলওয়াকি থেকে টাকোমা পর্যন্ত সর্বশেষ ফ্লাইট দিন।
Give me the last American Airlines flight from Milwaukee to Tacoma tomorrow.
[ IN:FLIGHT [ SL:FLIGHT_MOD latest ] [ SL:TODAY_RELATIVE tomorrow ] [ SL:AIRLINE_NAME american airlines ] [ SL:CITY_NAME milwaukee ] [ SL:CITY_NAME tacoma ] ]
do you have one to denver from philadelphia
flight
[{'start': 19, 'end': 25, 'value': 'denver', 'entity': 'toloc.city_name'}, {'start': 31, 'end': 43, 'value': 'philadelphia', 'entity': 'fromloc.city_name'}]
আপনার কি ফিলাডেলফিয়া রোগ আছে?
Do you have Philadelphia?
[ IN:FLIGHT [ SL:CITY_NAME denver ] [ SL:CITY_NAME philadelphia ] ]
what are the flights from cleveland to indianapolis on wednesday may twelfth on either twa delta or continental
flight
[{'start': 26, 'end': 35, 'value': 'cleveland', 'entity': 'fromloc.city_name'}, {'start': 39, 'end': 51, 'value': 'indianapolis', 'entity': 'toloc.city_name'}, {'start': 55, 'end': 64, 'value': 'wednesday', 'entity': 'depart_date.day_name'}, {'start': 65, 'end': 68, 'value': 'may', 'entity': 'depart_date.month_name'}, {'start': 69, 'end': 76, 'value': 'twelfth', 'entity': 'depart_date.day_number'}, {'start': 87, 'end': 90, 'value': 'twa', 'entity': 'airline_code'}, {'start': 91, 'end': 96, 'value': 'delta', 'entity': 'airline_name'}, {'start': 97, 'end': 99, 'value': 'or', 'entity': 'or'}, {'start': 100, 'end': 111, 'value': 'continental', 'entity': 'airline_name'}]
বুধবার ক্লিভল্যান্ড থেকে ইন্ডিয়ানাপলিস পর্যন্ত কি ধরনের বিমান চলাচল করবে?
What type of flight will take off from Cleveland to Indianapolis on Wednesday?
[ IN:FLIGHT [ SL:CITY_NAME cleveland ] [ SL:CITY_NAME indianapolis ] [ SL:DAY_NAME wednesday ] [ SL:MONTH_NAME may ] [ SL:DAY_NUMBER twelfth ] [ SL:AIRLINE_CODE twa ] [ SL:AIRLINE_NAME delta ] [ SL:OR or ] [ SL:AIRLINE_NAME continental ] ]
show me flights from denver to atlanta
flight
[{'start': 21, 'end': 27, 'value': 'denver', 'entity': 'fromloc.city_name'}, {'start': 31, 'end': 38, 'value': 'atlanta', 'entity': 'toloc.city_name'}]
আমাকে ডেনভার থেকে আটলান্টা পর্যন্ত ফ্লাইট দেখাও
Show me a flight from Denver to Atlanta
[ IN:FLIGHT [ SL:CITY_NAME denver ] [ SL:CITY_NAME atlanta ] ]
all flights and fares from dallas
flight+airfare
[{'start': 27, 'end': 33, 'value': 'dallas', 'entity': 'fromloc.city_name'}]
ডালাস থেকে সমস্ত উড়ান এবং ভাড়া
All flights and fares from Dallas
[ IN:FLIGHT_AIRFARE [ SL:CITY_NAME dallas ] ]
what is the fare from boston to san francisco on united airlines flight 21
airfare
[{'start': 22, 'end': 28, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 32, 'end': 45, 'value': 'san francisco', 'entity': 'toloc.city_name'}, {'start': 49, 'end': 64, 'value': 'united airlines', 'entity': 'airline_name'}, {'start': 72, 'end': 74, 'value': '21', 'entity': 'flight_number'}]
ইউনাইটেড এয়ারলাইন্সের একুশ নম্বর ফ্লাইটে বস্টন থেকে সান ফ্রান্সিসকো যাওয়ার ভাড়া কত?
What is the fare of United Airlines flight 21 from Boston to San Francisco?
[ IN:AIRFARE [ SL:CITY_NAME boston ] [ SL:CITY_NAME san francisco ] [ SL:AIRLINE_NAME united airlines ] [ SL:FLIGHT_NUMBER 21 ] ]
find the cheapest one way fare from boston 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': 42, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 46, 'end': 59, 'value': 'san francisco', 'entity': 'toloc.city_name'}]
বোস্টন থেকে সান ফ্রান্সিসকো যাওয়ার জন্য সবচেয়ে সস্তা একমুখী ভাড়া খুঁজে নিন
Find the cheapest one-way fare from Boston to San Francisco
[ IN:AIRFARE [ SL:COST_RELATIVE cheapest ] [ SL:ROUND_TRIP one way ] [ SL:CITY_NAME boston ] [ SL:CITY_NAME san francisco ] ]
show me all flights arriving at love field from other airports
flight
[{'start': 32, 'end': 42, 'value': 'love field', 'entity': 'toloc.airport_name'}]
আমাকে অন্য বিমানবন্দর থেকে আগত সমস্ত ফ্লাইট প্রেম ক্ষেত্রে দেখাও।
Show me all the flights from another airport in the area of love.
[ IN:FLIGHT [ SL:AIRPORT_NAME love field ] ]
list all the flights from atlanta to charlotte north carolina that leave next monday
flight
[{'start': 26, 'end': 33, 'value': 'atlanta', 'entity': 'fromloc.city_name'}, {'start': 37, 'end': 46, 'value': 'charlotte', 'entity': 'toloc.city_name'}, {'start': 47, 'end': 61, 'value': 'north carolina', 'entity': 'toloc.state_name'}, {'start': 73, 'end': 77, 'value': 'next', 'entity': 'depart_date.date_relative'}, {'start': 78, 'end': 84, 'value': 'monday', 'entity': 'depart_date.day_name'}]
আটলান্টা থেকে শার্লট নর্থ ক্যারোলিনা পর্যন্ত আগামী সোমবার ছেড়ে যাওয়া সমস্ত বিমানের তালিকা তৈরি করুন।
Make a list of all flights departing from Atlanta to Charlotte North Carolina next Monday.
[ IN:FLIGHT [ SL:CITY_NAME atlanta ] [ SL:CITY_NAME charlotte ] [ SL:STATE_NAME north carolina ] [ SL:DATE_RELATIVE next ] [ SL:DAY_NAME monday ] ]
what flights are between boston and atlanta on july thirty first
flight
[{'start': 25, 'end': 31, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 36, 'end': 43, 'value': 'atlanta', 'entity': 'toloc.city_name'}, {'start': 47, 'end': 51, 'value': 'july', 'entity': 'depart_date.month_name'}, {'start': 52, 'end': 64, 'value': 'thirty first', 'entity': 'depart_date.day_number'}]
৩১শে জুলাই বোস্টন ও আটলান্টার মধ্যে কি ধরনের বিমান চলাচল করবে?
What type of flights will be operated between Boston and Atlanta on July 31?
[ IN:FLIGHT [ SL:CITY_NAME boston ] [ SL:CITY_NAME atlanta ] [ SL:MONTH_NAME july ] [ SL:DAY_NUMBER thirty first ] ]
i want a flight on twa from boston to denver
flight
[{'start': 19, 'end': 22, 'value': 'twa', 'entity': 'airline_code'}, {'start': 28, 'end': 34, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 38, 'end': 44, 'value': 'denver', 'entity': 'toloc.city_name'}]
আমি বোস্টন থেকে ডেনভারে টোয়াতে ফ্লাইট চাই
I want a flight from Boston to Toa in Denver
[ IN:FLIGHT [ SL:AIRLINE_CODE twa ] [ SL:CITY_NAME boston ] [ SL:CITY_NAME denver ] ]
i want a flight from los angeles to pittsburgh that arrives before 3 pm on tuesday
flight
[{'start': 21, 'end': 32, 'value': 'los angeles', 'entity': 'fromloc.city_name'}, {'start': 36, 'end': 46, 'value': 'pittsburgh', 'entity': 'toloc.city_name'}, {'start': 60, 'end': 66, 'value': 'before', 'entity': 'arrive_time.time_relative'}, {'start': 67, 'end': 71, 'value': '3 pm', 'entity': 'arrive_time.time'}, {'start': 75, 'end': 82, 'value': 'tuesday', 'entity': 'arrive_date.day_name'}]
আমি লস অ্যাঞ্জেলেস থেকে পিটসবার্গে একটি ফ্লাইট চাই যা বুধবার দুপুর ৩ টার আগে পৌঁছাবে।
I want a flight from Los Angeles to Pittsburgh that will arrive before 3 pm on Wednesday.
[ IN:FLIGHT [ SL:CITY_NAME los angeles ] [ SL:CITY_NAME pittsburgh ] [ SL:TIME_RELATIVE before ] [ SL:TIME 3 pm ] [ SL:DAY_NAME tuesday ] ]
us 771 pittsburgh to philadelphia what is the fare
airfare
[{'start': 1, 'end': 3, 'value': 'us', 'entity': 'airline_code'}, {'start': 3, 'end': 6, 'value': '771', 'entity': 'flight_number'}, {'start': 7, 'end': 17, 'value': 'pittsburgh', 'entity': 'fromloc.city_name'}, {'start': 21, 'end': 33, 'value': 'philadelphia', 'entity': 'toloc.city_name'}]
আমাদের ৭৭১ জন পিট্সবার্গ থেকে ফিলাডেলফিয়া পর্যন্ত কত ভাড়া?
How much did 771 of us rent from Pittsburgh to Philadelphia?
[ IN:AIRFARE [ SL:AIRLINE_CODE us ] [ SL:FLIGHT_NUMBER 771 ] [ SL:CITY_NAME pittsburgh ] [ SL:CITY_NAME philadelphia ] ]
show me the last flight available in the evening from boston to dc on july twenty first
flight
[{'start': 12, 'end': 16, 'value': 'last', 'entity': 'flight_mod'}, {'start': 41, 'end': 48, 'value': 'evening', 'entity': 'depart_time.period_of_day'}, {'start': 54, 'end': 60, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 64, 'end': 66, 'value': 'dc', 'entity': 'toloc.state_code'}, {'start': 70, 'end': 74, 'value': 'july', 'entity': 'depart_date.month_name'}, {'start': 75, 'end': 87, 'value': 'twenty first', 'entity': 'depart_date.day_number'}]
আমাকে ২১ জুলাই সন্ধ্যায় বোস্টন থেকে ডিসি পর্যন্ত শেষ ফ্লাইটটি দেখান
Show me the last flight on the evening of 21st July from Boston to DC
[ IN:FLIGHT [ SL:FLIGHT_MOD last ] [ SL:PERIOD_OF_DAY evening ] [ SL:CITY_NAME boston ] [ SL:STATE_CODE dc ] [ SL:MONTH_NAME july ] [ SL:DAY_NUMBER twenty first ] ]
i want a list of flights from pittsburgh to baltimore on thursday that arrive in baltimore before 10 am
flight
[{'start': 30, 'end': 40, 'value': 'pittsburgh', 'entity': 'fromloc.city_name'}, {'start': 44, 'end': 53, 'value': 'baltimore', 'entity': 'toloc.city_name'}, {'start': 57, 'end': 65, 'value': 'thursday', 'entity': 'depart_date.day_name'}, {'start': 81, 'end': 90, 'value': 'baltimore', 'entity': 'toloc.city_name'}, {'start': 91, 'end': 97, 'value': 'before', 'entity': 'arrive_time.time_relative'}, {'start': 98, 'end': 103, 'value': '10 am', 'entity': 'arrive_time.time'}]
আমি আজ সকাল দশটার আগে পিটসবার্গ থেকে বাল্টিমোর পর্যন্ত আসা বিমানের তালিকা চাই।
I want a list of flights from Pittsburgh to Baltimore before 10am today.
[ IN:FLIGHT [ SL:CITY_NAME pittsburgh ] [ SL:CITY_NAME baltimore ] [ SL:DAY_NAME thursday ] [ SL:CITY_NAME baltimore ] [ SL:TIME_RELATIVE before ] [ SL:TIME 10 am ] ]
i would like an afternoon flight from washington to boston on august twentieth
flight
[{'start': 16, 'end': 25, 'value': 'afternoon', 'entity': 'depart_time.period_of_day'}, {'start': 38, 'end': 48, 'value': 'washington', 'entity': 'fromloc.city_name'}, {'start': 52, 'end': 58, 'value': 'boston', 'entity': 'toloc.city_name'}, {'start': 62, 'end': 68, 'value': 'august', 'entity': 'depart_date.month_name'}, {'start': 69, 'end': 78, 'value': 'twentieth', 'entity': 'depart_date.day_number'}]
আমি ২০শে আগস্ট ওয়াশিংটন থেকে বোস্টন পর্যন্ত বিকেলে একটি বিমান চালাতে চাই।
I would like to take a flight from Washington to Boston in the afternoon of 20th August.
[ IN:FLIGHT [ SL:PERIOD_OF_DAY afternoon ] [ SL:CITY_NAME washington ] [ SL:CITY_NAME boston ] [ SL:MONTH_NAME august ] [ SL:DAY_NUMBER twentieth ] ]
list all round trip flights from orlando to kansas city
flight
[{'start': 9, 'end': 19, 'value': 'round trip', 'entity': 'round_trip'}, {'start': 33, 'end': 40, 'value': 'orlando', 'entity': 'fromloc.city_name'}, {'start': 44, 'end': 55, 'value': 'kansas city', 'entity': 'toloc.city_name'}]
অরল্যান্ডো থেকে কানসাস শহরে আসা বিমানের তালিকা
List of flights from Orlando to Kansas City
[ IN:FLIGHT [ SL:ROUND_TRIP round trip ] [ SL:CITY_NAME orlando ] [ SL:CITY_NAME kansas city ] ]
show me the flight that leaves philadelphia in the afternoon and arrives in the evening in denver
flight
[{'start': 31, 'end': 43, 'value': 'philadelphia', 'entity': 'fromloc.city_name'}, {'start': 51, 'end': 60, 'value': 'afternoon', 'entity': 'depart_time.period_of_day'}, {'start': 80, 'end': 87, 'value': 'evening', 'entity': 'arrive_time.period_of_day'}, {'start': 91, 'end': 97, 'value': 'denver', 'entity': 'toloc.city_name'}]
বিকেলে ফিলাডেলফিয়া ত্যাগ করে সন্ধ্যায় ডেনভারে এসে পৌঁছানো ফ্লাইটটি আমাকে দেখান।
Show me the flight that left Philadelphia in the afternoon and reached Denver in the evening.
[ IN:FLIGHT [ SL:CITY_NAME philadelphia ] [ SL:PERIOD_OF_DAY afternoon ] [ SL:PERIOD_OF_DAY evening ] [ SL:CITY_NAME denver ] ]
show me the afternoon flights from washington to boston
flight
[{'start': 12, 'end': 21, 'value': 'afternoon', 'entity': 'depart_time.period_of_day'}, {'start': 35, 'end': 45, 'value': 'washington', 'entity': 'fromloc.city_name'}, {'start': 49, 'end': 55, 'value': 'boston', 'entity': 'toloc.city_name'}]
আমাকে ওয়াশিংটন থেকে বোস্টন পর্যন্ত বিকেলের ফ্লাইট দেখাও
Show me the afternoon flight from Washington to Boston
[ IN:FLIGHT [ SL:PERIOD_OF_DAY afternoon ] [ SL:CITY_NAME washington ] [ SL:CITY_NAME boston ] ]
show me continental flights leaving chicago on saturday morning
flight
[{'start': 8, 'end': 19, 'value': 'continental', 'entity': 'airline_name'}, {'start': 36, 'end': 43, 'value': 'chicago', 'entity': 'fromloc.city_name'}, {'start': 47, 'end': 55, 'value': 'saturday', 'entity': 'depart_date.day_name'}, {'start': 56, 'end': 63, 'value': 'morning', 'entity': 'depart_time.period_of_day'}]
আমাকে শনিবার সকালে চিকাগো থেকে মহাদেশীয় বিমান ছাড়ার দৃশ্য দেখান।
Show me the visuals of a Continental Airlines flight from Chicago on Saturday morning.
[ IN:FLIGHT [ SL:AIRLINE_NAME continental ] [ SL:CITY_NAME chicago ] [ SL:DAY_NAME saturday ] [ SL:PERIOD_OF_DAY morning ] ]
which flights depart burbank after noon and arrive in denver by 6 pm
flight
[{'start': 21, 'end': 28, 'value': 'burbank', 'entity': 'fromloc.city_name'}, {'start': 29, 'end': 34, 'value': 'after', 'entity': 'depart_time.time_relative'}, {'start': 35, 'end': 39, 'value': 'noon', 'entity': 'depart_time.time'}, {'start': 54, 'end': 60, 'value': 'denver', 'entity': 'toloc.city_name'}, {'start': 61, 'end': 63, 'value': 'by', 'entity': 'arrive_time.time_relative'}, {'start': 64, 'end': 68, 'value': '6 pm', 'entity': 'arrive_time.time'}]
যে বিমানগুলি দুপুরের পর বারব্যাঙ্ক ছেড়ে সন্ধ্যা ৬টার মধ্যে ডেনভারে এসে পৌঁছায়
Flights that left Barbank at noon and reached Denver at 6 pm
[ IN:FLIGHT [ SL:CITY_NAME burbank ] [ SL:TIME_RELATIVE after ] [ SL:TIME noon ] [ SL:CITY_NAME denver ] [ SL:TIME_RELATIVE by ] [ SL:TIME 6 pm ] ]
philadelphia to dallas saturday
flight
[{'start': 1, 'end': 13, 'value': 'philadelphia', 'entity': 'fromloc.city_name'}, {'start': 16, 'end': 22, 'value': 'dallas', 'entity': 'toloc.city_name'}, {'start': 23, 'end': 31, 'value': 'saturday', 'entity': 'depart_date.day_name'}]
ফিলাডেলফিয়া থেকে ডালাস স্যাটারডে
From Philadelphia to Dallas Saturday
[ IN:FLIGHT [ SL:CITY_NAME philadelphia ] [ SL:CITY_NAME dallas ] [ SL:DAY_NAME saturday ] ]
i want to go between boston and washington early in the morning
flight
[{'start': 21, 'end': 27, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 32, 'end': 42, 'value': 'washington', 'entity': 'toloc.city_name'}, {'start': 43, 'end': 48, 'value': 'early', 'entity': 'depart_time.period_mod'}, {'start': 56, 'end': 63, 'value': 'morning', 'entity': 'depart_time.period_of_day'}]
আমি খুব সকালে বোস্টন এবং ওয়াশিংটনের মধ্যে যেতে চাই।
I want to go between Boston and Washington very early in the morning.
[ IN:FLIGHT [ SL:CITY_NAME boston ] [ SL:CITY_NAME washington ] [ SL:PERIOD_MOD early ] [ SL:PERIOD_OF_DAY morning ] ]
san francisco to pittsburgh friday
flight
[{'start': 1, 'end': 14, 'value': 'san francisco', 'entity': 'fromloc.city_name'}, {'start': 17, 'end': 27, 'value': 'pittsburgh', 'entity': 'toloc.city_name'}, {'start': 28, 'end': 34, 'value': 'friday', 'entity': 'depart_date.day_name'}]
সান ফ্রান্সিসকো থেকে পিটসবার্গ শুক্রবার
Pittsburgh Friday from San Francisco
[ IN:FLIGHT [ SL:CITY_NAME san francisco ] [ SL:CITY_NAME pittsburgh ] [ SL:DAY_NAME friday ] ]
display all the flights from baltimore to dallas which leave after 4 pm
flight
[{'start': 29, 'end': 38, 'value': 'baltimore', 'entity': 'fromloc.city_name'}, {'start': 42, 'end': 48, 'value': 'dallas', 'entity': 'toloc.city_name'}, {'start': 61, 'end': 66, 'value': 'after', 'entity': 'depart_time.time_relative'}, {'start': 67, 'end': 71, 'value': '4 pm', 'entity': 'depart_time.time'}]
ব্যালটিমোর থেকে ডালাস পর্যন্ত বিকেল চারটার পর যেসব ফ্লাইট ছাড়বে সেইসব ফ্লাইট দেখানো হবে।
Flights from Baltimore to Dallas will be screened after 4 pm.
[ IN:FLIGHT [ SL:CITY_NAME baltimore ] [ SL:CITY_NAME dallas ] [ SL:TIME_RELATIVE after ] [ SL:TIME 4 pm ] ]
flights from newark new jersey to cleveland
flight
[{'start': 13, 'end': 19, 'value': 'newark', 'entity': 'fromloc.city_name'}, {'start': 20, 'end': 30, 'value': 'new jersey', 'entity': 'fromloc.state_name'}, {'start': 34, 'end': 43, 'value': 'cleveland', 'entity': 'toloc.city_name'}]
নিউয়ার্কের নতুন জার্সি থেকে ক্লিভল্যান্ডে উড়ান
New Jersey to Cleveland
[ IN:FLIGHT [ SL:CITY_NAME newark ] [ SL:STATE_NAME new jersey ] [ SL:CITY_NAME cleveland ] ]
i 'd like to see the flights from denver to philadelphia again
flight
[{'start': 34, 'end': 40, 'value': 'denver', 'entity': 'fromloc.city_name'}, {'start': 44, 'end': 56, 'value': 'philadelphia', 'entity': 'toloc.city_name'}]
আমি আবার ডেনভার থেকে ফিলাডেলফিয়া পর্যন্ত ফ্লাইট দেখতে চাই।
I would like to see a flight from Denver to Philadelphia again.
[ IN:FLIGHT [ SL:CITY_NAME denver ] [ SL:CITY_NAME philadelphia ] ]
i would like information on flights from denver to san francisco after noon on wednesday
flight
[{'start': 41, 'end': 47, 'value': 'denver', 'entity': 'fromloc.city_name'}, {'start': 51, 'end': 64, 'value': 'san francisco', 'entity': 'toloc.city_name'}, {'start': 65, 'end': 70, 'value': 'after', 'entity': 'depart_time.time_relative'}, {'start': 71, 'end': 75, 'value': 'noon', 'entity': 'depart_time.time'}, {'start': 79, 'end': 88, 'value': 'wednesday', 'entity': 'depart_date.day_name'}]
আমি বুধবার দুপুরের পর ডেনভার থেকে সান ফ্রান্সিসকো পর্যন্ত ফ্লাইটের তথ্য জানতে চাই।
I would like to know about the flight from Denver to San Francisco from Wednesday afternoon.
[ IN:FLIGHT [ SL:CITY_NAME denver ] [ SL:CITY_NAME san francisco ] [ SL:TIME_RELATIVE after ] [ SL:TIME noon ] [ SL:DAY_NAME wednesday ] ]
flight from dallas to milwaukee
flight
[{'start': 12, 'end': 18, 'value': 'dallas', 'entity': 'fromloc.city_name'}, {'start': 22, 'end': 31, 'value': 'milwaukee', 'entity': 'toloc.city_name'}]
ডালাস থেকে মিলওয়াকি ফ্লাইট
Dallas to Milwaukee flight
[ IN:FLIGHT [ SL:CITY_NAME dallas ] [ SL:CITY_NAME milwaukee ] ]
fly from dallas to baltimore
flight
[{'start': 9, 'end': 15, 'value': 'dallas', 'entity': 'fromloc.city_name'}, {'start': 19, 'end': 28, 'value': 'baltimore', 'entity': 'toloc.city_name'}]
ডালাস থেকে বাল্টিমোর উড়ে যাওয়া
Flying from Dallas to Baltimore
[ IN:FLIGHT [ SL:CITY_NAME dallas ] [ SL:CITY_NAME baltimore ] ]
show me the list of flights from philadelphia to denver that leave in the afternoon
flight
[{'start': 33, 'end': 45, 'value': 'philadelphia', 'entity': 'fromloc.city_name'}, {'start': 49, 'end': 55, 'value': 'denver', 'entity': 'toloc.city_name'}, {'start': 74, 'end': 83, 'value': 'afternoon', 'entity': 'depart_time.period_of_day'}]
আমাকে ফিলাডেলফিয়া থেকে বিকেলে চলে যাওয়া বিমানের তালিকা দেখান।
Show me the list of flights that departed Philadelphia in the afternoon.
[ IN:FLIGHT [ SL:CITY_NAME philadelphia ] [ SL:CITY_NAME denver ] [ SL:PERIOD_OF_DAY afternoon ] ]
show me the flights from denver that go to pittsburgh and then atlanta
flight
[{'start': 25, 'end': 31, 'value': 'denver', 'entity': 'fromloc.city_name'}, {'start': 43, 'end': 53, 'value': 'pittsburgh', 'entity': 'toloc.city_name'}, {'start': 63, 'end': 70, 'value': 'atlanta', 'entity': 'toloc.city_name'}]
আমাকে ডেনভার থেকে পিটসবার্গ এবং তারপর আটলান্টা যাওয়ার ফ্লাইটগুলি দেখান।
Show me the flights from Denver to Pittsburgh and then to Atlanta.
[ IN:FLIGHT [ SL:CITY_NAME denver ] [ SL:CITY_NAME pittsburgh ] [ SL:CITY_NAME atlanta ] ]
show me the flights from san francisco to boston
flight
[{'start': 25, 'end': 38, 'value': 'san francisco', 'entity': 'fromloc.city_name'}, {'start': 42, 'end': 48, 'value': 'boston', 'entity': 'toloc.city_name'}]
আমাকে সান ফ্রান্সিস্কো থেকে বোস্টন পর্যন্ত ফ্লাইট দেখান
Show me the flight from San Francisco to Boston
[ IN:FLIGHT [ SL:CITY_NAME san francisco ] [ SL:CITY_NAME boston ] ]
please list only united airlines flights between denver and boston
flight
[{'start': 17, 'end': 32, 'value': 'united airlines', 'entity': 'airline_name'}, {'start': 49, 'end': 55, 'value': 'denver', 'entity': 'fromloc.city_name'}, {'start': 60, 'end': 66, 'value': 'boston', 'entity': 'toloc.city_name'}]
দয়া করে ডেনভার এবং বোস্টনের মধ্যে শুধুমাত্র ইউনাইটেড এয়ারলাইন্সের বিমানের তালিকা তৈরি করুন।
Please list only United Airlines flights between Denver and Boston.
[ IN:FLIGHT [ SL:AIRLINE_NAME united airlines ] [ SL:CITY_NAME denver ] [ SL:CITY_NAME boston ] ]
what 's the lowest round trip fare from atlanta to bwi
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': 54, 'value': 'bwi', 'entity': 'toloc.airport_code'}]
আটলান্টা থেকে বিওয়াই পর্যন্ত সর্বনিম্ন ভ্রমণ ভাড়া কত?
What is the minimum fare from Atlanta to BY?
[ IN:AIRFARE [ SL:COST_RELATIVE lowest ] [ SL:ROUND_TRIP round trip ] [ SL:CITY_NAME atlanta ] [ SL:AIRPORT_CODE bwi ] ]
what does restriction ap 57 mean
abbreviation
[{'start': 22, 'end': 27, 'value': 'ap 57', 'entity': 'restriction_code'}]
৫৭ নম্বর বিধিনিষেধের অর্থ কী?
What does Rule 57 mean?
[ IN:ABBREVIATION [ SL:RESTRICTION_CODE ap 57 ] ]
i need a flight from pittsburgh to new york city
flight
[{'start': 21, 'end': 31, 'value': 'pittsburgh', 'entity': 'fromloc.city_name'}, {'start': 35, 'end': 48, 'value': 'new york city', 'entity': 'toloc.city_name'}]
আমি পিটসবার্গ থেকে নিউ ইয়র্ক শহরে একটি ফ্লাইট চাই
I want a flight from Pittsburgh to New York City
[ IN:FLIGHT [ SL:CITY_NAME pittsburgh ] [ SL:CITY_NAME new york city ] ]
i am looking for the cheapest fare from indianapolis to orlando on december twenty seventh
airfare
[{'start': 21, 'end': 29, 'value': 'cheapest', 'entity': 'cost_relative'}, {'start': 40, 'end': 52, 'value': 'indianapolis', 'entity': 'fromloc.city_name'}, {'start': 56, 'end': 63, 'value': 'orlando', 'entity': 'toloc.city_name'}, {'start': 67, 'end': 75, 'value': 'december', 'entity': 'depart_date.month_name'}, {'start': 76, 'end': 90, 'value': 'twenty seventh', 'entity': 'depart_date.day_number'}]
আমি ইন্ডিয়ানাপোলিস থেকে ২৭শে ডিসেম্বর অরল্যান্ডো পর্যন্ত সবচেয়ে সস্তা ভাড়া খুঁজছি।
I am looking for the cheapest fare from Indianapolis to Orlando on December 27.
[ IN:AIRFARE [ SL:COST_RELATIVE cheapest ] [ SL:CITY_NAME indianapolis ] [ SL:CITY_NAME orlando ] [ SL:MONTH_NAME december ] [ SL:DAY_NUMBER twenty seventh ] ]
what flights leave charlotte north carolina and arrive in phoenix arizona on monday before 4 pm
flight
[{'start': 19, 'end': 28, 'value': 'charlotte', 'entity': 'fromloc.city_name'}, {'start': 29, 'end': 43, 'value': 'north carolina', 'entity': 'fromloc.state_name'}, {'start': 58, 'end': 65, 'value': 'phoenix', 'entity': 'toloc.city_name'}, {'start': 66, 'end': 73, 'value': 'arizona', 'entity': 'toloc.state_name'}, {'start': 77, 'end': 83, 'value': 'monday', 'entity': 'arrive_date.day_name'}, {'start': 84, 'end': 90, 'value': 'before', 'entity': 'arrive_time.time_relative'}, {'start': 91, 'end': 95, 'value': '4 pm', 'entity': 'arrive_time.time'}]
কোন ফ্লাইটগুলি শার্লট নর্থ ক্যারোলিনা ছেড়ে সোমবার বিকেল চারটার আগে ফিনিক্স আরিজোনায় পৌঁছায়?
Which flights leave Charlotte North Carolina and arrive in Phoenix, Arizona, before 4 pm Monday?
[ IN:FLIGHT [ SL:CITY_NAME charlotte ] [ SL:STATE_NAME north carolina ] [ SL:CITY_NAME phoenix ] [ SL:STATE_NAME arizona ] [ SL:DAY_NAME monday ] [ SL:TIME_RELATIVE before ] [ SL:TIME 4 pm ] ]
fares between atlanta and boston
airfare
[{'start': 14, 'end': 21, 'value': 'atlanta', 'entity': 'fromloc.city_name'}, {'start': 26, 'end': 32, 'value': 'boston', 'entity': 'toloc.city_name'}]
আটলান্টা আর বোস্টনের মধ্যে ভাড়া
Rent between Atlanta and Boston
[ IN:AIRFARE [ SL:CITY_NAME atlanta ] [ SL:CITY_NAME boston ] ]
show ground transportation in denver
ground_service
[{'start': 30, 'end': 36, 'value': 'denver', 'entity': 'city_name'}]
ডেনভারে স্থল পরিবহন প্রদর্শন করা
Demonstrating Land Transport in Denver
[ IN:GROUND_SERVICE [ SL:CITY_NAME denver ] ]
what are the flight numbers of the flights which go from san francisco to washington via indianapolis
flight_no
[{'start': 57, 'end': 70, 'value': 'san francisco', 'entity': 'fromloc.city_name'}, {'start': 74, 'end': 84, 'value': 'washington', 'entity': 'toloc.city_name'}, {'start': 89, 'end': 101, 'value': 'indianapolis', 'entity': 'stoploc.city_name'}]
স্যান ফ্রান্সিসকো থেকে ইন্ডিয়ানাপোলিস হয়ে ওয়াশিংটন পর্যন্ত যেসব বিমান চলাচল করে তাদের সংখ্যা কত?
How many flights fly from San Francisco to Washington via Indianapolis?
[ IN:FLIGHT_NO [ SL:CITY_NAME san francisco ] [ SL:CITY_NAME washington ] [ SL:CITY_NAME indianapolis ] ]
what is the latest departure from boston to pittsburgh on the seventh of july
flight
[{'start': 12, 'end': 18, 'value': 'latest', 'entity': 'flight_mod'}, {'start': 34, 'end': 40, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 44, 'end': 54, 'value': 'pittsburgh', 'entity': 'toloc.city_name'}, {'start': 62, 'end': 69, 'value': 'seventh', 'entity': 'depart_date.day_number'}, {'start': 73, 'end': 77, 'value': 'july', 'entity': 'depart_date.month_name'}]
জুলাইয়ের ৭ তারিখে বস্টন থেকে পিটসবার্গ যাওয়ার সর্বশেষ যাত্রাটি কী?
What is the last journey from Boston to Pittsburgh on July 7?
[ IN:FLIGHT [ SL:FLIGHT_MOD latest ] [ SL:CITY_NAME boston ] [ SL:CITY_NAME pittsburgh ] [ SL:DAY_NUMBER seventh ] [ SL:MONTH_NAME july ] ]
flights from atlanta to washington dc on thursday morning
flight
[{'start': 13, 'end': 20, 'value': 'atlanta', 'entity': 'fromloc.city_name'}, {'start': 24, 'end': 34, 'value': 'washington', 'entity': 'toloc.city_name'}, {'start': 35, 'end': 37, 'value': 'dc', 'entity': 'toloc.state_code'}, {'start': 41, 'end': 49, 'value': 'thursday', 'entity': 'depart_date.day_name'}, {'start': 50, 'end': 57, 'value': 'morning', 'entity': 'depart_time.period_of_day'}]
আগামীকাল সকালে আটলান্টা থেকে ওয়াশিংটন ডিসি পর্যন্ত বিমান চলাচল করবে
Airline from Atlanta to Washington DC tomorrow morning
[ IN:FLIGHT [ SL:CITY_NAME atlanta ] [ SL:CITY_NAME washington ] [ SL:STATE_CODE dc ] [ SL:DAY_NAME thursday ] [ SL:PERIOD_OF_DAY morning ] ]
what flights can i find from pittsburgh to san francisco after 9 am
flight
[{'start': 29, 'end': 39, 'value': 'pittsburgh', 'entity': 'fromloc.city_name'}, {'start': 43, 'end': 56, 'value': 'san francisco', 'entity': 'toloc.city_name'}, {'start': 57, 'end': 62, 'value': 'after', 'entity': 'depart_time.time_relative'}, {'start': 63, 'end': 67, 'value': '9 am', 'entity': 'depart_time.time'}]
সকাল ৯টার পর পিটসবার্গ থেকে সান ফ্রান্সিসকো পর্যন্ত আমি কোন ফ্লাইটগুলো পাব?
Which flights will I get from Pittsburgh to San Francisco after 9 am?
[ IN:FLIGHT [ SL:CITY_NAME pittsburgh ] [ SL:CITY_NAME san francisco ] [ SL:TIME_RELATIVE after ] [ SL:TIME 9 am ] ]
what flights go from dallas to denver after 3 pm
flight
[{'start': 21, 'end': 27, 'value': 'dallas', 'entity': 'fromloc.city_name'}, {'start': 31, 'end': 37, 'value': 'denver', 'entity': 'toloc.city_name'}, {'start': 38, 'end': 43, 'value': 'after', 'entity': 'depart_time.time_relative'}, {'start': 44, 'end': 48, 'value': '3 pm', 'entity': 'depart_time.time'}]
বিকেল তিনটের পর ডালাস থেকে ডেন্ভারে কোন ফ্লাইটগুলি যায়?
Which are the flights from Dallas to Denver after 3 pm?
[ IN:FLIGHT [ SL:CITY_NAME dallas ] [ SL:CITY_NAME denver ] [ SL:TIME_RELATIVE after ] [ SL:TIME 3 pm ] ]
flights from newark to cleveland daily
flight
[{'start': 13, 'end': 19, 'value': 'newark', 'entity': 'fromloc.city_name'}, {'start': 23, 'end': 32, 'value': 'cleveland', 'entity': 'toloc.city_name'}, {'start': 33, 'end': 38, 'value': 'daily', 'entity': 'flight_days'}]
নেওয়ার্ক থেকে ক্লিভল্যান্ড পর্যন্ত প্রতিদিন বিমান পরিষেবা
Daily flights from Newark to Cleveland
[ IN:FLIGHT [ SL:CITY_NAME newark ] [ SL:CITY_NAME cleveland ] [ SL:FLIGHT_DAYS daily ] ]
do you have any flights from chicago to indianapolis
flight
[{'start': 29, 'end': 36, 'value': 'chicago', 'entity': 'fromloc.city_name'}, {'start': 40, 'end': 52, 'value': 'indianapolis', 'entity': 'toloc.city_name'}]
চিকাগো থেকে ইন্ডিয়ানাপোলিস পর্যন্ত আপনাদের কি কোন ফ্লাইট আছে?
Do you have a flight from Chicago to Indianapolis?
[ IN:FLIGHT [ SL:CITY_NAME chicago ] [ SL:CITY_NAME indianapolis ] ]
do you have a 9 o'clock flight from boston to philadelphia
flight
[{'start': 14, 'end': 23, 'value': "9 o'clock", 'entity': 'depart_time.time'}, {'start': 36, 'end': 42, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 46, 'end': 58, 'value': 'philadelphia', 'entity': 'toloc.city_name'}]
আপনার কি বোস্টন থেকে ফিলাডেলফিয়া যাওয়ার সময় নয়টা বেজে গেছে?
Have you been on your way from Boston to Philadelphia at nine o'clock?
[ IN:FLIGHT [ SL:TIME 9 o'clock ] [ SL:CITY_NAME boston ] [ SL:CITY_NAME philadelphia ] ]
what classes of service does twa have
flight
[{'start': 29, 'end': 32, 'value': 'twa', 'entity': 'airline_code'}]
তোয়ায় কি ধরনের সেবা রয়েছে?
What are the services offered?
[ IN:FLIGHT [ SL:AIRLINE_CODE twa ] ]
what flights do you have available from denver dallas and pittsburgh into baltimore
flight
[{'start': 40, 'end': 46, 'value': 'denver', 'entity': 'fromloc.city_name'}, {'start': 47, 'end': 53, 'value': 'dallas', 'entity': 'fromloc.city_name'}, {'start': 58, 'end': 68, 'value': 'pittsburgh', 'entity': 'fromloc.city_name'}, {'start': 74, 'end': 83, 'value': 'baltimore', 'entity': 'toloc.city_name'}]
ডেনভার ডালাস এবং পিটসবার্গ থেকে বাল্টিমোর পর্যন্ত আপনার কাছে কি ধরনের বিমান রয়েছে?
What kind of aircraft do you have from Denver Dallas and from Pittsburgh to Baltimore?
[ IN:FLIGHT [ SL:CITY_NAME denver ] [ SL:CITY_NAME dallas ] [ SL:CITY_NAME pittsburgh ] [ SL:CITY_NAME baltimore ] ]
does any airline have a jet flight between pittsburgh and baltimore
airline
[{'start': 43, 'end': 53, 'value': 'pittsburgh', 'entity': 'fromloc.city_name'}, {'start': 58, 'end': 67, 'value': 'baltimore', 'entity': 'toloc.city_name'}]
পিটসবার্গ এবং বাল্টিমোরের মধ্যে কি কোন বিমান সংস্থা জেট ফ্লাইট পরিচালনা করে?
Does an airline operate a jet flight between Pittsburgh and Baltimore?
[ IN:AIRLINE [ SL:CITY_NAME pittsburgh ] [ SL:CITY_NAME baltimore ] ]
show me the flights from st. petersburg to salt lake city that arrive before noon
flight
[{'start': 25, 'end': 39, 'value': 'st. petersburg', 'entity': 'fromloc.city_name'}, {'start': 43, 'end': 57, 'value': 'salt lake city', 'entity': 'toloc.city_name'}, {'start': 70, 'end': 76, 'value': 'before', 'entity': 'arrive_time.time_relative'}, {'start': 77, 'end': 81, 'value': 'noon', 'entity': 'arrive_time.time'}]
সেন্ট পিটার্সবার্গ থেকে লবণ হ্রদ শহরে দুপুরের আগে আসা বিমানগুলি আমাকে দেখান।
Show me the flights from St. Petersburg to Salt Lake City before noon.
[ IN:FLIGHT [ SL:CITY_NAME st. petersburg ] [ SL:CITY_NAME salt lake city ] [ SL:TIME_RELATIVE before ] [ SL:TIME noon ] ]
what is the earliest flight leaving washington to san francisco
flight
[{'start': 12, 'end': 20, 'value': 'earliest', 'entity': 'flight_mod'}, {'start': 36, 'end': 46, 'value': 'washington', 'entity': 'fromloc.city_name'}, {'start': 50, 'end': 63, 'value': 'san francisco', 'entity': 'toloc.city_name'}]
ওয়াশিংটন থেকে সান ফ্রান্সিসকো যাওয়ার প্রথম ফ্লাইট কি?
What was the first flight from Washington to San Francisco?
[ IN:FLIGHT [ SL:FLIGHT_MOD earliest ] [ SL:CITY_NAME washington ] [ SL:CITY_NAME san francisco ] ]
are there any united airlines flights between boston and dallas
flight
[{'start': 14, 'end': 29, 'value': 'united airlines', 'entity': 'airline_name'}, {'start': 46, 'end': 52, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 57, 'end': 63, 'value': 'dallas', 'entity': 'toloc.city_name'}]
বস্টন এবং ডালাসের মধ্যে কোন যুক্তরাষ্ট্রীয় বিমান সংস্থা আছে কি?
Is there any federal airline between Boston and Dallas?
[ IN:FLIGHT [ SL:AIRLINE_NAME united airlines ] [ SL:CITY_NAME boston ] [ SL:CITY_NAME dallas ] ]
what flights from st. paul to kansas city on friday with a meal
flight
[{'start': 18, 'end': 26, 'value': 'st. paul', 'entity': 'fromloc.city_name'}, {'start': 30, 'end': 41, 'value': 'kansas city', 'entity': 'toloc.city_name'}, {'start': 45, 'end': 51, 'value': 'friday', 'entity': 'depart_date.day_name'}, {'start': 59, 'end': 63, 'value': 'meal', 'entity': 'meal'}]
সেন্ট পল থেকে কানসাস শহরে শুক্রবার কি ধরনের খাবার নিয়ে আসা হয়?
What kind of food is brought from St. Paul to Kansas City on Friday?
[ IN:FLIGHT [ SL:CITY_NAME st. paul ] [ SL:CITY_NAME kansas city ] [ SL:DAY_NAME friday ] [ SL:MEAL meal ] ]
i want a flight on continental airlines leaving san francisco california arriving pittsburgh pennsylvania
flight
[{'start': 19, 'end': 39, 'value': 'continental airlines', 'entity': 'airline_name'}, {'start': 48, 'end': 61, 'value': 'san francisco', 'entity': 'fromloc.city_name'}, {'start': 62, 'end': 72, 'value': 'california', 'entity': 'fromloc.state_name'}, {'start': 82, 'end': 92, 'value': 'pittsburgh', 'entity': 'toloc.city_name'}, {'start': 93, 'end': 105, 'value': 'pennsylvania', 'entity': 'toloc.state_name'}]
আমি সান ফ্রান্সিসকো ক্যালিফোর্নিয়া ছেড়ে মহাদেশীয় বিমান সংস্থায় একটি ফ্লাইট চাই
I want a flight from San Francisco, California to the Continental Airlines
[ IN:FLIGHT [ SL:AIRLINE_NAME continental airlines ] [ SL:CITY_NAME san francisco ] [ SL:STATE_NAME california ] [ SL:CITY_NAME pittsburgh ] [ SL:STATE_NAME pennsylvania ] ]
show me flights from denver to philadelphia on a monday
flight
[{'start': 21, 'end': 27, 'value': 'denver', 'entity': 'fromloc.city_name'}, {'start': 31, 'end': 43, 'value': 'philadelphia', 'entity': 'toloc.city_name'}, {'start': 49, 'end': 55, 'value': 'monday', 'entity': 'depart_date.day_name'}]
সোমবার আমাকে ডেনভার থেকে ফিলাডেলফিয়া যাওয়ার ফ্লাইট দেখাও
Show me the flight from Denver to Philadelphia on Monday
[ IN:FLIGHT [ SL:CITY_NAME denver ] [ SL:CITY_NAME philadelphia ] [ SL:DAY_NAME monday ] ]
may i see all the flights from cleveland to dallas
flight
[{'start': 31, 'end': 40, 'value': 'cleveland', 'entity': 'fromloc.city_name'}, {'start': 44, 'end': 50, 'value': 'dallas', 'entity': 'toloc.city_name'}]
আমি ক্লিভল্যান্ড থেকে ডালাস পর্যন্ত সব ফ্লাইট দেখতে পারি
I can see all the flights from Cleveland to Dallas
[ IN:FLIGHT [ SL:CITY_NAME cleveland ] [ SL:CITY_NAME dallas ] ]
all flights before 10 am boston denver
flight
[{'start': 12, 'end': 18, 'value': 'before', 'entity': 'depart_time.time_relative'}, {'start': 19, 'end': 24, 'value': '10 am', 'entity': 'depart_time.time'}, {'start': 25, 'end': 31, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 32, 'end': 38, 'value': 'denver', 'entity': 'fromloc.city_name'}]
সকাল ১০টার আগে সব ফ্লাইট বোস্টন ডেনভার
All flights to Boston Denver before 10am
[ IN:FLIGHT [ SL:TIME_RELATIVE before ] [ SL:TIME 10 am ] [ SL:CITY_NAME boston ] [ SL:CITY_NAME denver ] ]
what is the least expensive business class flight between atlanta and dallas
flight
[{'start': 12, 'end': 27, 'value': 'least expensive', 'entity': 'cost_relative'}, {'start': 28, 'end': 42, 'value': 'business class', 'entity': 'class_type'}, {'start': 58, 'end': 65, 'value': 'atlanta', 'entity': 'fromloc.city_name'}, {'start': 70, 'end': 76, 'value': 'dallas', 'entity': 'toloc.city_name'}]
আটলান্টা এবং ডালাস-এর মধ্যে সবচেয়ে কম ব্যয়বহুল বিজনেস ক্লাস ফ্লাইট কী?
What is the cheapest business class flight between Atlanta and Dallas?
[ IN:FLIGHT [ SL:COST_RELATIVE least expensive ] [ SL:CLASS_TYPE business class ] [ SL:CITY_NAME atlanta ] [ SL:CITY_NAME dallas ] ]
which flights are there on tuesday from san francisco to pittsburgh
flight
[{'start': 27, 'end': 34, 'value': 'tuesday', 'entity': 'depart_date.day_name'}, {'start': 40, 'end': 53, 'value': 'san francisco', 'entity': 'fromloc.city_name'}, {'start': 57, 'end': 67, 'value': 'pittsburgh', 'entity': 'toloc.city_name'}]
মঙ্গলবার সান ফ্রান্সিসকো থেকে পিটসবার্গ পর্যন্ত কোন কোন বিমান রয়েছে?
Which are the flights from San Francisco to Pittsburgh on Tuesday?
[ IN:FLIGHT [ SL:DAY_NAME tuesday ] [ SL:CITY_NAME san francisco ] [ SL:CITY_NAME pittsburgh ] ]
what are the flights from indianapolis to san diego on wednesday the twelfth
flight
[{'start': 26, 'end': 38, 'value': 'indianapolis', 'entity': 'fromloc.city_name'}, {'start': 42, 'end': 51, 'value': 'san diego', 'entity': 'toloc.city_name'}, {'start': 55, 'end': 64, 'value': 'wednesday', 'entity': 'depart_date.day_name'}, {'start': 69, 'end': 76, 'value': 'twelfth', 'entity': 'depart_date.day_number'}]
বুধবার ইন্ডিয়ানাপোলিস থেকে সান ডিয়েগোতে কি ধরনের বিমান চলাচল করবে?
What type of flight will take off from Indianapolis to San Diego on Wednesday?
[ IN:FLIGHT [ SL:CITY_NAME indianapolis ] [ SL:CITY_NAME san diego ] [ SL:DAY_NAME wednesday ] [ SL:DAY_NUMBER twelfth ] ]
i 'd like to find a flight from miami florida to las vegas nevada that would arrive before 4 pm on sunday
flight
[{'start': 32, 'end': 37, 'value': 'miami', 'entity': 'fromloc.city_name'}, {'start': 38, 'end': 45, 'value': 'florida', 'entity': 'fromloc.state_name'}, {'start': 49, 'end': 58, 'value': 'las vegas', 'entity': 'toloc.city_name'}, {'start': 59, 'end': 65, 'value': 'nevada', 'entity': 'toloc.state_name'}, {'start': 84, 'end': 90, 'value': 'before', 'entity': 'arrive_time.time_relative'}, {'start': 91, 'end': 95, 'value': '4 pm', 'entity': 'arrive_time.time'}, {'start': 99, 'end': 105, 'value': 'sunday', 'entity': 'arrive_date.day_name'}]
আমি মিয়ামি ফ্লোরিডা থেকে লাস ভেগাস নেভাডায় যাওয়ার জন্য একটি ফ্লাইট খুঁজতে চাই যা রবিবার বিকেল চারটার আগে পৌঁছাবে।
I want to find a flight from Miami to Las Vegas Nevada that will arrive before 4 pm on Sunday.
[ IN:FLIGHT [ SL:CITY_NAME miami ] [ SL:STATE_NAME florida ] [ SL:CITY_NAME las vegas ] [ SL:STATE_NAME nevada ] [ SL:TIME_RELATIVE before ] [ SL:TIME 4 pm ] [ SL:DAY_NAME sunday ] ]
i would like a flight from boston to atlanta
flight
[{'start': 27, 'end': 33, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 37, 'end': 44, 'value': 'atlanta', 'entity': 'toloc.city_name'}]
আমি বোস্টন থেকে আটলান্টা যেতে চাই।
I want to go to Atlanta from Boston.
[ IN:FLIGHT [ SL:CITY_NAME boston ] [ SL:CITY_NAME atlanta ] ]
i will be staying downtown in atlanta for two hours could you tell me what the ground transportation is available
ground_service
[{'start': 30, 'end': 37, 'value': 'atlanta', 'entity': 'city_name'}]
আমি আটলান্টার শহরতলীতে দু’ঘন্টা থাকবো। আপনারা কি বলবেন, এখানে যাতায়াতের জন্য কি কি ব্যবস্থা রয়েছে?
I will be in the suburbs of Atlanta for two hours.
[ IN:GROUND_SERVICE [ SL:CITY_NAME atlanta ] ]
what is the first flight that travels from atlanta to baltimore that serves lunch
flight
[{'start': 12, 'end': 17, 'value': 'first', 'entity': 'flight_mod'}, {'start': 43, 'end': 50, 'value': 'atlanta', 'entity': 'fromloc.city_name'}, {'start': 54, 'end': 63, 'value': 'baltimore', 'entity': 'toloc.city_name'}, {'start': 76, 'end': 81, 'value': 'lunch', 'entity': 'meal_description'}]
আটলান্টা থেকে ব্যালটিমোর পর্যন্ত প্রথম ফ্লাইটটি কী?
What was the first flight from Atlanta to Baltimore?
[ IN:FLIGHT [ SL:FLIGHT_MOD first ] [ SL:CITY_NAME atlanta ] [ SL:CITY_NAME baltimore ] [ SL:MEAL_DESCRIPTION lunch ] ]
is there ground transportation from the airport in denver to downtown
ground_service
[{'start': 51, 'end': 57, 'value': 'denver', 'entity': 'fromloc.city_name'}]
ডেনভারের বিমানবন্দর থেকে শহরের কেন্দ্রস্থল পর্যন্ত গ্রাউন্ড ট্রান্সপোর্ট আছে কি?
Do you have ground transport from the airport in Denver to the city center?
[ IN:GROUND_SERVICE [ SL:CITY_NAME denver ] ]
what time is the last flight from washington to san francisco
flight_time
[{'start': 5, 'end': 9, 'value': 'time', 'entity': 'flight_time'}, {'start': 17, 'end': 21, 'value': 'last', 'entity': 'flight_mod'}, {'start': 34, 'end': 44, 'value': 'washington', 'entity': 'fromloc.city_name'}, {'start': 48, 'end': 61, 'value': 'san francisco', 'entity': 'toloc.city_name'}]
ওয়াশিংটন থেকে সান ফ্রান্সিসকো যাওয়ার শেষ ফ্লাইটটি কখন?
When was the last flight from Washington to San Francisco?
[ IN:FLIGHT_TIME [ SL:FLIGHT_TIME time ] [ SL:FLIGHT_MOD last ] [ SL:CITY_NAME washington ] [ SL:CITY_NAME san francisco ] ]
show me flights to san francisco arriving before 1
flight
[{'start': 19, 'end': 32, 'value': 'san francisco', 'entity': 'toloc.city_name'}, {'start': 42, 'end': 48, 'value': 'before', 'entity': 'arrive_time.time_relative'}, {'start': 49, 'end': 50, 'value': '1', 'entity': 'arrive_time.time'}]
আমাকে সান ফ্রান্সিসকোতে যাওয়ার ফ্লাইট দেখাও।
Show me the flight to San Francisco.
[ IN:FLIGHT [ SL:CITY_NAME san francisco ] [ SL:TIME_RELATIVE before ] [ SL:TIME 1 ] ]
what are the flights and fares from boston to philadelphia
flight+airfare
[{'start': 36, 'end': 42, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 46, 'end': 58, 'value': 'philadelphia', 'entity': 'toloc.city_name'}]
বোস্টন থেকে ফিলাডেলফিয়া পর্যন্ত ফ্লাইট এবং ভাড়া কত?
How much is the flight and fare from Boston to Philadelphia?
[ IN:FLIGHT_AIRFARE [ SL:CITY_NAME boston ] [ SL:CITY_NAME philadelphia ] ]
please show me united nonstop flights between boston and san francisco departing around 5 in the evening
flight
[{'start': 15, 'end': 21, 'value': 'united', 'entity': 'airline_name'}, {'start': 22, 'end': 29, 'value': 'nonstop', 'entity': 'flight_stop'}, {'start': 46, 'end': 52, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 57, 'end': 70, 'value': 'san francisco', 'entity': 'toloc.city_name'}, {'start': 81, 'end': 87, 'value': 'around', 'entity': 'arrive_time.time_relative'}, {'start': 88, 'end': 89, 'value': '5', 'entity': 'arrive_time.time'}, {'start': 97, 'end': 104, 'value': 'evening', 'entity': 'arrive_time.period_of_day'}]
দয়া করে আমাকে বোস্টন এবং সান ফ্রান্সিসকোর মধ্যবর্তী অবিরাম উড়ানগুলি দেখান, যা বিকেল পাঁচটার সময় ছেড়ে যাবে।
Please show me the non-stop flights between Boston and San Francisco, which will take off at 5 pm.
[ IN:FLIGHT [ SL:AIRLINE_NAME united ] [ SL:FLIGHT_STOP nonstop ] [ SL:CITY_NAME boston ] [ SL:CITY_NAME san francisco ] [ SL:TIME_RELATIVE around ] [ SL:TIME 5 ] [ SL:PERIOD_OF_DAY evening ] ]
i want a flight originating in denver going to pittsburgh and atlanta in either order
flight
[{'start': 31, 'end': 37, 'value': 'denver', 'entity': 'fromloc.city_name'}, {'start': 47, 'end': 57, 'value': 'pittsburgh', 'entity': 'toloc.city_name'}, {'start': 62, 'end': 69, 'value': 'atlanta', 'entity': 'toloc.city_name'}]
আমি চাই ডেনভার থেকে যে কোনও ক্রমেই পিটসবার্গ এবং আটলান্টা যাওয়ার বিমান।
I want a flight from Denver to Pittsburgh and Atlanta in any way.
[ IN:FLIGHT [ SL:CITY_NAME denver ] [ SL:CITY_NAME pittsburgh ] [ SL:CITY_NAME atlanta ] ]
show me flights from san francisco to dallas please
flight
[{'start': 21, 'end': 34, 'value': 'san francisco', 'entity': 'fromloc.city_name'}, {'start': 38, 'end': 44, 'value': 'dallas', 'entity': 'toloc.city_name'}]
দয়া করে আমাকে সান ফ্রান্সিস্কো থেকে ডালাস যাওয়ার ফ্লাইট দেখান।
Please show me the flight from San Francisco to Dallas.
[ IN:FLIGHT [ SL:CITY_NAME san francisco ] [ SL:CITY_NAME dallas ] ]
i would like to know the flights that are available leaving out of pittsburgh to san francisco on thursday night after 9 pm
flight
[{'start': 67, 'end': 77, 'value': 'pittsburgh', 'entity': 'fromloc.city_name'}, {'start': 81, 'end': 94, 'value': 'san francisco', 'entity': 'toloc.city_name'}, {'start': 98, 'end': 106, 'value': 'thursday', 'entity': 'depart_date.day_name'}, {'start': 107, 'end': 112, 'value': 'night', 'entity': 'depart_time.period_of_day'}, {'start': 113, 'end': 118, 'value': 'after', 'entity': 'depart_time.time_relative'}, {'start': 119, 'end': 123, 'value': '9 pm', 'entity': 'depart_time.time'}]
আমি জানতে চাই, পিট্সবার্গ থেকে সান ফ্রান্সিসকো যাওয়ার জন্য সেই রাতে রাত ৯টার পর কোন ফ্লাইটগুলি পাওয়া যাবে।
I want to know which flights will be available from Pittsburgh to San Francisco after 9 pm that night.
[ IN:FLIGHT [ SL:CITY_NAME pittsburgh ] [ SL:CITY_NAME san francisco ] [ SL:DAY_NAME thursday ] [ SL:PERIOD_OF_DAY night ] [ SL:TIME_RELATIVE after ] [ SL:TIME 9 pm ] ]
list all the landings at general mitchell international
flight
[{'start': 25, 'end': 55, 'value': 'general mitchell international', 'entity': 'toloc.airport_name'}]
জেনারেল মিচেল ইন্টারন্যাশনালের সমস্ত অবতরণের তালিকা
List of all General Mitchell International landings
[ IN:FLIGHT [ SL:AIRPORT_NAME general mitchell international ] ]
all flights from cleveland to newark
flight
[{'start': 17, 'end': 26, 'value': 'cleveland', 'entity': 'fromloc.city_name'}, {'start': 30, 'end': 36, 'value': 'newark', 'entity': 'toloc.city_name'}]
ক্লিভল্যান্ড থেকে নেওয়ার্ক পর্যন্ত সমস্ত উড়ান
All flights from Cleveland to Newark
[ IN:FLIGHT [ SL:CITY_NAME cleveland ] [ SL:CITY_NAME newark ] ]
does us air have a flight from toronto to salt lake city monday may thirty first
flight
[{'start': 5, 'end': 11, 'value': 'us air', 'entity': 'airline_name'}, {'start': 31, 'end': 38, 'value': 'toronto', 'entity': 'fromloc.city_name'}, {'start': 42, 'end': 56, 'value': 'salt lake city', 'entity': 'toloc.city_name'}, {'start': 57, 'end': 63, 'value': 'monday', 'entity': 'depart_date.day_name'}, {'start': 64, 'end': 67, 'value': 'may', 'entity': 'depart_date.month_name'}, {'start': 68, 'end': 80, 'value': 'thirty first', 'entity': 'depart_date.day_number'}]
সোমবার ৩১শে মে টোরোন্টো থেকে লবণ হ্রদ নগরী পর্যন্ত কি আমাদের বাতাস চলাচল করতে পারে?
Can our air travel from Toronto to Salt Lake City on Monday, 31 May?
[ IN:FLIGHT [ SL:AIRLINE_NAME us air ] [ SL:CITY_NAME toronto ] [ SL:CITY_NAME salt lake city ] [ SL:DAY_NAME monday ] [ SL:MONTH_NAME may ] [ SL:DAY_NUMBER thirty first ] ]
please show me the flights from atlanta to denver
flight
[{'start': 32, 'end': 39, 'value': 'atlanta', 'entity': 'fromloc.city_name'}, {'start': 43, 'end': 49, 'value': 'denver', 'entity': 'toloc.city_name'}]
দয়া করে আমাকে আটলান্টা থেকে ডেনভারের ফ্লাইট দেখান।
Please show me the flight from Atlanta to Denver.
[ IN:FLIGHT [ SL:CITY_NAME atlanta ] [ SL:CITY_NAME denver ] ]
what 's the earliest flight from boston to bwi that serves dinner
flight
[{'start': 12, 'end': 20, 'value': 'earliest', 'entity': 'flight_mod'}, {'start': 33, 'end': 39, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 43, 'end': 46, 'value': 'bwi', 'entity': 'toloc.airport_code'}, {'start': 59, 'end': 65, 'value': 'dinner', 'entity': 'meal_description'}]
বোস্টন থেকে বিউই পর্যন্ত সবচে 'পুরোনো ফ্লাইটের নাম কি?
What is the name of the oldest flight from Boston to Beau?
[ IN:FLIGHT [ SL:FLIGHT_MOD earliest ] [ SL:CITY_NAME boston ] [ SL:AIRPORT_CODE bwi ] [ SL:MEAL_DESCRIPTION dinner ] ]
show me the nonstop flights from houston to dallas
flight
[{'start': 12, 'end': 19, 'value': 'nonstop', 'entity': 'flight_stop'}, {'start': 33, 'end': 40, 'value': 'houston', 'entity': 'fromloc.city_name'}, {'start': 44, 'end': 50, 'value': 'dallas', 'entity': 'toloc.city_name'}]
আমাকে হুস্টন থেকে ডালাস পর্যন্ত অবিরাম ফ্লাইট দেখাও
Show me a continuous flight from Houston to Dallas
[ IN:FLIGHT [ SL:FLIGHT_STOP nonstop ] [ SL:CITY_NAME houston ] [ SL:CITY_NAME dallas ] ]
show me any show me what the first class fares are of the flights from pittsburgh to san francisco on monday
airfare
[{'start': 29, 'end': 40, 'value': 'first class', 'entity': 'class_type'}, {'start': 71, 'end': 81, 'value': 'pittsburgh', 'entity': 'fromloc.city_name'}, {'start': 85, 'end': 98, 'value': 'san francisco', 'entity': 'toloc.city_name'}, {'start': 102, 'end': 108, 'value': 'monday', 'entity': 'depart_date.day_name'}]
সোমবার পিটসবার্গ থেকে সান ফ্রান্সিসকো পর্যন্ত প্রথম শ্রেণীর বিমানের ভাড়া কত হবে তা আমাকে দেখান।
"" "On Monday, show me the fares for a first-class flight from Pittsburgh to San Francisco." ""
[ IN:AIRFARE [ SL:CLASS_TYPE first class ] [ SL:CITY_NAME pittsburgh ] [ SL:CITY_NAME san francisco ] [ SL:DAY_NAME monday ] ]
show me ground transportation in boston
ground_service
[{'start': 33, 'end': 39, 'value': 'boston', 'entity': 'city_name'}]
আমাকে বোস্টনে স্থল পরিবহণ দেখাও
Show me the ground transportation in Boston
[ IN:GROUND_SERVICE [ SL:CITY_NAME boston ] ]
show me the flights from salt lake city to st. petersburg on wednesday
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': 61, 'end': 70, 'value': 'wednesday', 'entity': 'depart_date.day_name'}]
বুধবার লবণ হ্রদ শহর থেকে সেন্ট পিটার্সবার্গ যাওয়ার বিমান দেখাও।
Show me the flight from Salt Lake City to St. Petersburg on Wednesday.
[ IN:FLIGHT [ SL:CITY_NAME salt lake city ] [ SL:CITY_NAME st. petersburg ] [ SL:DAY_NAME wednesday ] ]
show me the flights from baltimore to oakland
flight
[{'start': 25, 'end': 34, 'value': 'baltimore', 'entity': 'fromloc.city_name'}, {'start': 38, 'end': 45, 'value': 'oakland', 'entity': 'toloc.city_name'}]
আমাকে বাল্টিমোর থেকে ওকল্যান্ড যাওয়ার ফ্লাইট দেখাও
Show me the flight from Baltimore to Oakland
[ IN:FLIGHT [ SL:CITY_NAME baltimore ] [ SL:CITY_NAME oakland ] ]
i would like a flight from toronto to san diego that stops in kansas city
flight
[{'start': 27, 'end': 34, 'value': 'toronto', 'entity': 'fromloc.city_name'}, {'start': 38, 'end': 47, 'value': 'san diego', 'entity': 'toloc.city_name'}, {'start': 62, 'end': 73, 'value': 'kansas city', 'entity': 'stoploc.city_name'}]
আমি তোরোন্তো থেকে সান ডিয়েগোতে উড়ে যেতে চাই যা কানসাস শহরে থামে
I want to fly from Toronto to San Diego that stops in Kansas City
[ IN:FLIGHT [ SL:CITY_NAME toronto ] [ SL:CITY_NAME san diego ] [ SL:CITY_NAME kansas city ] ]
is twa flight 497766 from st. petersburg to milwaukee with one stop available tomorrow morning
flight
[{'start': 3, 'end': 6, 'value': 'twa', 'entity': 'airline_code'}, {'start': 14, 'end': 20, 'value': '497766', 'entity': 'flight_number'}, {'start': 26, 'end': 40, 'value': 'st. petersburg', 'entity': 'fromloc.city_name'}, {'start': 44, 'end': 53, 'value': 'milwaukee', 'entity': 'toloc.city_name'}, {'start': 59, 'end': 67, 'value': 'one stop', 'entity': 'flight_stop'}, {'start': 78, 'end': 86, 'value': 'tomorrow', 'entity': 'depart_date.today_relative'}, {'start': 87, 'end': 94, 'value': 'morning', 'entity': 'depart_time.period_of_day'}]
সেন্ট পিটার্সবার্গ থেকে মিলওয়াকি পর্যন্ত ৪৯৭ হাজার ৭৬৬ জন আগামীকাল সকালে এক স্টপে যেতে পারবেন।
From St. Petersburg to Milwaukee, 497,766 people will be able to travel to one stop tomorrow morning.
[ IN:FLIGHT [ SL:AIRLINE_CODE twa ] [ SL:FLIGHT_NUMBER 497766 ] [ SL:CITY_NAME st. petersburg ] [ SL:CITY_NAME milwaukee ] [ SL:FLIGHT_STOP one stop ] [ SL:TODAY_RELATIVE tomorrow ] [ SL:PERIOD_OF_DAY morning ] ]
please list united flights between boston and denver departing at 9 am
flight
[{'start': 12, 'end': 18, 'value': 'united', 'entity': 'airline_name'}, {'start': 35, 'end': 41, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 46, 'end': 52, 'value': 'denver', 'entity': 'toloc.city_name'}, {'start': 66, 'end': 70, 'value': '9 am', 'entity': 'depart_time.time'}]
দয়া করে বোস্টন এবং ডেনভারের মধ্যে সংযুক্ত বিমানের তালিকা তৈরি করুন যা সকাল ৯টায় প্রস্থান করবে।
Please prepare a list of flights connecting Boston and Denver that will depart at 9am.
[ IN:FLIGHT [ SL:AIRLINE_NAME united ] [ SL:CITY_NAME boston ] [ SL:CITY_NAME denver ] [ SL:TIME 9 am ] ]
what american airlines flights from phoenix to milwaukee depart phoenix after 6 pm on wednesday
flight
[{'start': 5, 'end': 22, 'value': 'american airlines', 'entity': 'airline_name'}, {'start': 36, 'end': 43, 'value': 'phoenix', 'entity': 'fromloc.city_name'}, {'start': 47, 'end': 56, 'value': 'milwaukee', 'entity': 'toloc.city_name'}, {'start': 64, 'end': 71, 'value': 'phoenix', 'entity': 'fromloc.city_name'}, {'start': 72, 'end': 77, 'value': 'after', 'entity': 'depart_time.time_relative'}, {'start': 78, 'end': 82, 'value': '6 pm', 'entity': 'depart_time.time'}, {'start': 86, 'end': 95, 'value': 'wednesday', 'entity': 'depart_date.day_name'}]
বুধবার সন্ধ্যা ৬টার পর ফিনিক্স থেকে মিলওয়াকি পর্যন্ত আমেরিকান এয়ারলাইন্স কি ধরনের ফ্লাইট পরিচালনা করবে?
What type of flight will American Airlines be operating from Phoenix to Milwaukee after 6 pm on Wednesday?
[ IN:FLIGHT [ SL:AIRLINE_NAME american airlines ] [ SL:CITY_NAME phoenix ] [ SL:CITY_NAME milwaukee ] [ SL:CITY_NAME phoenix ] [ SL:TIME_RELATIVE after ] [ SL:TIME 6 pm ] [ SL:DAY_NAME wednesday ] ]
what is the distance from toronto international airport to toronto
distance
[{'start': 26, 'end': 55, 'value': 'toronto international airport', 'entity': 'fromloc.airport_name'}, {'start': 59, 'end': 66, 'value': 'toronto', 'entity': 'toloc.city_name'}]
টোরোন্টো থেকে আন্তর্জাতিক বিমানবন্দর পর্যন্ত দূরত্ব কত?
What is the distance from Toronto to the international airport?
[ IN:DISTANCE [ SL:AIRPORT_NAME toronto international airport ] [ SL:CITY_NAME toronto ] ]
show me ground transportation in san francisco
ground_service
[{'start': 33, 'end': 46, 'value': 'san francisco', 'entity': 'city_name'}]
সান ফ্রান্সিসকোতে গ্রাউন্ড ট্রান্সপোর্ট দেখাও
Show ground transport in San Francisco
[ IN:GROUND_SERVICE [ SL:CITY_NAME san francisco ] ]
what are the flights from milwaukee to orlando on thursday
flight
[{'start': 26, 'end': 35, 'value': 'milwaukee', 'entity': 'fromloc.city_name'}, {'start': 39, 'end': 46, 'value': 'orlando', 'entity': 'toloc.city_name'}, {'start': 50, 'end': 58, 'value': 'thursday', 'entity': 'depart_date.day_name'}]
আগামীকাল মিলওয়াকি থেকে অরল্যান্ডো পর্যন্ত কি ধরনের বিমান চলাচল করবে?
What kind of flights will take off from Milwaukee to Orlando tomorrow?
[ IN:FLIGHT [ SL:CITY_NAME milwaukee ] [ SL:CITY_NAME orlando ] [ SL:DAY_NAME thursday ] ]
information on american airlines from fort worth texas to philadelphia
flight
[{'start': 15, 'end': 32, 'value': 'american airlines', 'entity': 'airline_name'}, {'start': 38, 'end': 48, 'value': 'fort worth', 'entity': 'fromloc.city_name'}, {'start': 49, 'end': 54, 'value': 'texas', 'entity': 'fromloc.state_name'}, {'start': 58, 'end': 70, 'value': 'philadelphia', 'entity': 'toloc.city_name'}]
ফোর্ট ওয়ার্থ টেক্সস থেকে ফিলাডেলফিয়া পর্যন্ত আমেরিকান এয়ারলাইন্স সংক্রান্ত তথ্য
American Airlines from Fort Worth, Texas to Philadelphia
[ IN:FLIGHT [ SL:AIRLINE_NAME american airlines ] [ SL:CITY_NAME fort worth ] [ SL:STATE_NAME texas ] [ SL:CITY_NAME philadelphia ] ]