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
show me a list of flights from san francisco to boston for august thirtieth
flight
[{'start': 31, 'end': 44, 'value': 'san francisco', 'entity': 'fromloc.city_name'}, {'start': 48, 'end': 54, 'value': 'boston', 'entity': 'toloc.city_name'}, {'start': 59, 'end': 65, 'value': 'august', 'entity': 'depart_date.month_name'}, {'start': 66, 'end': 75, 'value': 'thirtieth', 'entity': 'depart_date.day_number'}]
সান ফ্রান্সিসকো থেকে বোস্টন পর্যন্ত ত্রিশ আগস্টের উড়ানগুলির একটি তালিকা আমাকে দেখান
Show me a list of flights from San Francisco to Boston on 30th August
[ IN:FLIGHT [ SL:CITY_NAME san francisco ] [ SL:CITY_NAME boston ] [ SL:MONTH_NAME august ] [ SL:DAY_NUMBER thirtieth ] ]
show me the least expensive flight from miami to cleveland on sunday after noon
flight
[{'start': 12, 'end': 27, 'value': 'least expensive', 'entity': 'cost_relative'}, {'start': 40, 'end': 45, 'value': 'miami', 'entity': 'fromloc.city_name'}, {'start': 49, 'end': 58, 'value': 'cleveland', 'entity': 'toloc.city_name'}, {'start': 62, 'end': 68, 'value': 'sunday', 'entity': 'depart_date.day_name'}, {'start': 69, 'end': 74, 'value': 'after', 'entity': 'depart_time.time_relative'}, {'start': 75, 'end': 79, 'value': 'noon', 'entity': 'depart_time.time'}]
আমাকে দুপুরের পর রবিবার মিয়ামি থেকে ক্লিভল্যান্ড পর্যন্ত সবচেয়ে কম খরচের ফ্লাইট দেখান।
Show me the cheapest Sunday afternoon flight from Miami to Cleveland.
[ IN:FLIGHT [ SL:COST_RELATIVE least expensive ] [ SL:CITY_NAME miami ] [ SL:CITY_NAME cleveland ] [ SL:DAY_NAME sunday ] [ SL:TIME_RELATIVE after ] [ SL:TIME noon ] ]
how much does it cost to go from downtown to logan airport
airfare
[{'start': 45, 'end': 58, 'value': 'logan airport', 'entity': 'toloc.airport_name'}]
শহরের কেন্দ্রস্থল থেকে লোগান বিমানবন্দরে যেতে কত খরচ হয়?
How much does it cost to travel from the city centre to Logan Airport?
[ IN:AIRFARE [ SL:AIRPORT_NAME logan airport ] ]
what flights are there from newark to tampa
flight
[{'start': 28, 'end': 34, 'value': 'newark', 'entity': 'fromloc.city_name'}, {'start': 38, 'end': 43, 'value': 'tampa', 'entity': 'toloc.city_name'}]
নেওয়ার্ক থেকে টাম্পা পর্যন্ত কোন ফ্লাইটগুলি রয়েছে?
What are the flights from Newark to Tampa?
[ IN:FLIGHT [ SL:CITY_NAME newark ] [ SL:CITY_NAME tampa ] ]
i want a flight from philadelphia to dallas that at least has one stop
flight
[{'start': 21, 'end': 33, 'value': 'philadelphia', 'entity': 'fromloc.city_name'}, {'start': 37, 'end': 43, 'value': 'dallas', 'entity': 'toloc.city_name'}, {'start': 52, 'end': 57, 'value': 'least', 'entity': 'mod'}, {'start': 62, 'end': 70, 'value': 'one stop', 'entity': 'flight_stop'}]
আমি ফিলাডেলফিয়া থেকে ডালাসে যেতে চাই যেখানে অন্তত একটি স্টপ থামবে।
I want to go from Philadelphia to Dallas where at least one stop will stop.
[ IN:FLIGHT [ SL:CITY_NAME philadelphia ] [ SL:CITY_NAME dallas ] [ SL:MOD least ] [ SL:FLIGHT_STOP one stop ] ]
show flights from denver to oakland arriving between 12 and 1 o'clock
flight
[{'start': 18, 'end': 24, 'value': 'denver', 'entity': 'fromloc.city_name'}, {'start': 28, 'end': 35, 'value': 'oakland', 'entity': 'toloc.city_name'}, {'start': 53, 'end': 55, 'value': '12', 'entity': 'arrive_time.start_time'}, {'start': 60, 'end': 69, 'value': "1 o'clock", 'entity': 'arrive_time.end_time'}]
ডেনভার থেকে ওকল্যান্ড পর্যন্ত ১২টা থেকে ১টার মধ্যে আসা বিমানের দৃশ্য
Airline view from Denver to Oakland between 12: 00 and 1: 00
[ IN:FLIGHT [ SL:CITY_NAME denver ] [ SL:CITY_NAME oakland ] [ SL:START_TIME 12 ] [ SL:END_TIME 1 o'clock ] ]
what is the fare from san francisco to dallas fort worth on delta flight 852
airfare
[{'start': 22, 'end': 35, 'value': 'san francisco', 'entity': 'fromloc.city_name'}, {'start': 39, 'end': 56, 'value': 'dallas fort worth', 'entity': 'toloc.city_name'}, {'start': 60, 'end': 65, 'value': 'delta', 'entity': 'airline_name'}, {'start': 73, 'end': 76, 'value': '852', 'entity': 'flight_number'}]
ডেল্টা ফ্লাইটে সান ফ্রান্সিসকো থেকে ডালাস ফোর্ট যাওয়ার ভাড়া কত?
How much is the Delta flight fare from San Francisco to Dallas Fort?
[ IN:AIRFARE [ SL:CITY_NAME san francisco ] [ SL:CITY_NAME dallas fort worth ] [ SL:AIRLINE_NAME delta ] [ SL:FLIGHT_NUMBER 852 ] ]
flights from newark new jersey to cleveland ohio
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'}, {'start': 44, 'end': 48, 'value': 'ohio', 'entity': 'toloc.state_name'}]
নিউয়ার্কের নতুন জার্সি থেকে ক্লিভল্যান্ড ওহিও-তে উড়ান
New Jersey to Cleveland, Ohio
[ IN:FLIGHT [ SL:CITY_NAME newark ] [ SL:STATE_NAME new jersey ] [ SL:CITY_NAME cleveland ] [ SL:STATE_NAME ohio ] ]
give me flights from denver to baltimore
flight
[{'start': 21, 'end': 27, 'value': 'denver', 'entity': 'fromloc.city_name'}, {'start': 31, 'end': 40, 'value': 'baltimore', 'entity': 'toloc.city_name'}]
আমাকে ডেনভার থেকে বাল্টিমোর পর্যন্ত ফ্লাইট দাও।
Give me a flight from Denver to Baltimore.
[ IN:FLIGHT [ SL:CITY_NAME denver ] [ SL:CITY_NAME baltimore ] ]
show the flights from denver to san francisco
flight
[{'start': 22, 'end': 28, 'value': 'denver', 'entity': 'fromloc.city_name'}, {'start': 32, 'end': 45, 'value': 'san francisco', 'entity': 'toloc.city_name'}]
ডেনভার থেকে সান ফ্রান্সিস্কো পর্যন্ত উড়ানগুলি প্রদর্শন করুন
Display flights from Denver to San Francisco
[ IN:FLIGHT [ SL:CITY_NAME denver ] [ SL:CITY_NAME san francisco ] ]
show me flights denver to washington dc on thursday
flight
[{'start': 16, 'end': 22, 'value': 'denver', 'entity': 'fromloc.city_name'}, {'start': 26, 'end': 36, 'value': 'washington', 'entity': 'toloc.city_name'}, {'start': 37, 'end': 39, 'value': 'dc', 'entity': 'toloc.state_code'}, {'start': 43, 'end': 51, 'value': 'thursday', 'entity': 'depart_date.day_name'}]
আমাকে আজ ওয়াশিংটন ডিসি থেকে বিমান দেখাও।
Show me the plane from Washington DC today.
[ IN:FLIGHT [ SL:CITY_NAME denver ] [ SL:CITY_NAME washington ] [ SL:STATE_CODE dc ] [ SL:DAY_NAME thursday ] ]
please list the thursday morning flights from st. louis to st. paul
flight
[{'start': 16, 'end': 24, 'value': 'thursday', 'entity': 'depart_date.day_name'}, {'start': 25, 'end': 32, 'value': 'morning', 'entity': 'depart_time.period_of_day'}, {'start': 46, 'end': 55, 'value': 'st. louis', 'entity': 'fromloc.city_name'}, {'start': 59, 'end': 67, 'value': 'st. paul', 'entity': 'toloc.city_name'}]
দয়া করে সেন্ট লুইস থেকে সেন্ট পল পর্যন্ত প্রথম দিনের উড়ানের তালিকা তৈরি করুন।
Please make a list of the first day flights from St. Louis to St. Paul.
[ IN:FLIGHT [ SL:DAY_NAME thursday ] [ SL:PERIOD_OF_DAY morning ] [ SL:CITY_NAME st. louis ] [ SL:CITY_NAME st. paul ] ]
what flight do you have from pittsburgh to san francisco on the morning of august twenty seventh
flight
[{'start': 29, 'end': 39, 'value': 'pittsburgh', 'entity': 'fromloc.city_name'}, {'start': 43, 'end': 56, 'value': 'san francisco', 'entity': 'toloc.city_name'}, {'start': 64, 'end': 71, 'value': 'morning', 'entity': 'depart_time.period_of_day'}, {'start': 75, 'end': 81, 'value': 'august', 'entity': 'depart_date.month_name'}, {'start': 82, 'end': 96, 'value': 'twenty seventh', 'entity': 'depart_date.day_number'}]
২৭শে আগস্টের সকালে পিটসবার্গ থেকে সান ফ্রান্সিসকো পর্যন্ত আপনার কোন ফ্লাইটটি রয়েছে?
Which flight do you have from Pittsburgh to San Francisco on the morning of August 27?
[ IN:FLIGHT [ SL:CITY_NAME pittsburgh ] [ SL:CITY_NAME san francisco ] [ SL:PERIOD_OF_DAY morning ] [ SL:MONTH_NAME august ] [ SL:DAY_NUMBER twenty seventh ] ]
what are the flights from boston to atlanta
flight
[{'start': 26, 'end': 32, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 36, 'end': 43, 'value': 'atlanta', 'entity': 'toloc.city_name'}]
বোস্টন থেকে আটলান্টা যাওয়ার ফ্লাইটগুলি কী?
What are the flights from Boston to Atlanta?
[ IN:FLIGHT [ SL:CITY_NAME boston ] [ SL:CITY_NAME atlanta ] ]
what flights from baltimore to san francisco arrive before 8 pm in san francisco
flight
[{'start': 18, 'end': 27, 'value': 'baltimore', 'entity': 'fromloc.city_name'}, {'start': 31, 'end': 44, 'value': 'san francisco', 'entity': 'toloc.city_name'}, {'start': 52, 'end': 58, 'value': 'before', 'entity': 'arrive_time.time_relative'}, {'start': 59, 'end': 63, 'value': '8 pm', 'entity': 'arrive_time.time'}, {'start': 67, 'end': 80, 'value': 'san francisco', 'entity': 'toloc.city_name'}]
বাল্টিমোর থেকে সান ফ্রান্সিসকো পর্যন্ত কোন ফ্লাইটগুলি রাত আটটার আগে সান ফ্রান্সিসকোতে পৌঁছায়?
Which flights from Baltimore to San Francisco arrive in San Francisco before 8 pm?
[ IN:FLIGHT [ SL:CITY_NAME baltimore ] [ SL:CITY_NAME san francisco ] [ SL:TIME_RELATIVE before ] [ SL:TIME 8 pm ] [ SL:CITY_NAME san francisco ] ]
show me the flights from pittsburgh to san francisco for thursday night or friday
flight
[{'start': 25, 'end': 35, 'value': 'pittsburgh', 'entity': 'fromloc.city_name'}, {'start': 39, 'end': 52, 'value': 'san francisco', 'entity': 'toloc.city_name'}, {'start': 57, 'end': 65, 'value': 'thursday', 'entity': 'depart_date.day_name'}, {'start': 66, 'end': 71, 'value': 'night', 'entity': 'depart_time.period_of_day'}, {'start': 72, 'end': 74, 'value': 'or', 'entity': 'or'}, {'start': 75, 'end': 81, 'value': 'friday', 'entity': 'depart_date.day_name'}]
আমাকে পিটসবার্গ থেকে সান ফ্রান্সিসকো যাওয়ার ফ্লাইটগুলো দিন রাত অথবা শুক্রবার দেখাও
Show me the flights from Pittsburgh to San Francisco day and night or Friday
[ IN:FLIGHT [ SL:CITY_NAME pittsburgh ] [ SL:CITY_NAME san francisco ] [ SL:DAY_NAME thursday ] [ SL:PERIOD_OF_DAY night ] [ SL:OR or ] [ SL:DAY_NAME friday ] ]
get me a first class flight on american to san francisco on tuesday next week
flight
[{'start': 9, 'end': 20, 'value': 'first class', 'entity': 'class_type'}, {'start': 31, 'end': 39, 'value': 'american', 'entity': 'airline_name'}, {'start': 43, 'end': 56, 'value': 'san francisco', 'entity': 'toloc.city_name'}, {'start': 60, 'end': 67, 'value': 'tuesday', 'entity': 'depart_date.day_name'}, {'start': 68, 'end': 72, 'value': 'next', 'entity': 'depart_date.date_relative'}]
আগামী সপ্তাহে মঙ্গলবারে আমেরিকা থেকে সান ফ্রান্সিসকোতে প্রথম শ্রেণীর একটি বিমান পাঠাব।
Next Tuesday we will be sending a first class flight from the United States to San Francisco.
[ IN:FLIGHT [ SL:CLASS_TYPE first class ] [ SL:AIRLINE_NAME american ] [ SL:CITY_NAME san francisco ] [ SL:DAY_NAME tuesday ] [ SL:DATE_RELATIVE next ] ]
ground transportation in westchester county
ground_service
[{'start': 25, 'end': 43, 'value': 'westchester county', 'entity': 'city_name'}]
ওয়েস্টচেস্টার কাউন্টিতে স্থল পরিবহন
Land Transport in Westchester County
[ IN:GROUND_SERVICE [ SL:CITY_NAME westchester county ] ]
what flights are there from atlanta to baltimore
flight
[{'start': 28, 'end': 35, 'value': 'atlanta', 'entity': 'fromloc.city_name'}, {'start': 39, 'end': 48, 'value': 'baltimore', 'entity': 'toloc.city_name'}]
আটলান্টা থেকে বাল্টিমোর পর্যন্ত কোন ফ্লাইটগুলি রয়েছে?
What are the flights from Atlanta to Baltimore?
[ IN:FLIGHT [ SL:CITY_NAME atlanta ] [ SL:CITY_NAME baltimore ] ]
i 'd like to fly from dallas to san francisco at approximately 615 pm
flight
[{'start': 22, 'end': 28, 'value': 'dallas', 'entity': 'fromloc.city_name'}, {'start': 32, 'end': 45, 'value': 'san francisco', 'entity': 'toloc.city_name'}, {'start': 49, 'end': 62, 'value': 'approximately', 'entity': 'depart_time.time_relative'}, {'start': 63, 'end': 69, 'value': '615 pm', 'entity': 'depart_time.time'}]
আমি ডালাস থেকে সান ফ্রান্সিসকোতে সন্ধ্যা ৬টা ১৫ মিনিটে যেতে চাই।
I want to go from Dallas to San Francisco at 6: 15pm.
[ IN:FLIGHT [ SL:CITY_NAME dallas ] [ SL:CITY_NAME san francisco ] [ SL:TIME_RELATIVE approximately ] [ SL:TIME 615 pm ] ]
list the fares of us air flights from boston to philadelphia
airfare
[{'start': 18, 'end': 24, 'value': 'us air', 'entity': 'airline_name'}, {'start': 38, 'end': 44, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 48, 'end': 60, 'value': 'philadelphia', 'entity': 'toloc.city_name'}]
বোস্টন থেকে ফিলাডেলফিয়া পর্যন্ত আমাদের বিমানের ভাড়া তালিকা
Our flight fare list from Boston to Philadelphia
[ IN:AIRFARE [ SL:AIRLINE_NAME us air ] [ SL:CITY_NAME boston ] [ SL:CITY_NAME philadelphia ] ]
list flights from phoenix to detroit on thursday june twenty fourth
flight
[{'start': 18, 'end': 25, 'value': 'phoenix', 'entity': 'fromloc.city_name'}, {'start': 29, 'end': 36, 'value': 'detroit', 'entity': 'toloc.city_name'}, {'start': 40, 'end': 48, 'value': 'thursday', 'entity': 'depart_date.day_name'}, {'start': 49, 'end': 53, 'value': 'june', 'entity': 'depart_date.month_name'}, {'start': 54, 'end': 67, 'value': 'twenty fourth', 'entity': 'depart_date.day_number'}]
২৪শে জুন ফিনিক্স থেকে ডেট্রয়েটের জন্য বিমানের তালিকা
List of flights from Phoenix to Detroit 24 June 2020
[ IN:FLIGHT [ SL:CITY_NAME phoenix ] [ SL:CITY_NAME detroit ] [ SL:DAY_NAME thursday ] [ SL:MONTH_NAME june ] [ SL:DAY_NUMBER twenty fourth ] ]
what flights from miami to indianapolis on sunday
flight
[{'start': 18, 'end': 23, 'value': 'miami', 'entity': 'fromloc.city_name'}, {'start': 27, 'end': 39, 'value': 'indianapolis', 'entity': 'toloc.city_name'}, {'start': 43, 'end': 49, 'value': 'sunday', 'entity': 'depart_date.day_name'}]
রবিবার মিয়ামি থেকে ইন্ডিয়ানাপলিস পর্যন্ত কোন ফ্লাইটগুলি?
Which are the flights from Miami to Indianapolis on Sunday?
[ IN:FLIGHT [ SL:CITY_NAME miami ] [ SL:CITY_NAME indianapolis ] [ SL:DAY_NAME sunday ] ]
now show me the flights from memphis to cleveland
flight
[{'start': 29, 'end': 36, 'value': 'memphis', 'entity': 'fromloc.city_name'}, {'start': 40, 'end': 49, 'value': 'cleveland', 'entity': 'toloc.city_name'}]
এখন আমাকে মেমফিস থেকে ক্লিভল্যান্ড পর্যন্ত উড়ানগুলি দেখান
Now show me the flights from Memphis to Cleveland
[ IN:FLIGHT [ SL:CITY_NAME memphis ] [ SL:CITY_NAME cleveland ] ]
can you give me information on all the flights from san francisco no from pittsburgh to san francisco on monday
flight
[{'start': 52, 'end': 65, 'value': 'san francisco', 'entity': 'fromloc.city_name'}, {'start': 74, 'end': 84, 'value': 'pittsburgh', 'entity': 'fromloc.city_name'}, {'start': 88, 'end': 101, 'value': 'san francisco', 'entity': 'toloc.city_name'}, {'start': 105, 'end': 111, 'value': 'monday', 'entity': 'depart_date.day_name'}]
আপনি কি আমাকে সোমবার সান ফ্রান্সিসকো থেকে পিট্সবার্গ থেকে সান ফ্রান্সিসকো পর্যন্ত সমস্ত ফ্লাইটের তথ্য দিতে পারেন?
Can you give me the details of all flights from San Francisco to Pittsburgh to San Francisco on Monday?
[ IN:FLIGHT [ SL:CITY_NAME san francisco ] [ SL:CITY_NAME pittsburgh ] [ SL:CITY_NAME san francisco ] [ SL:DAY_NAME monday ] ]
flights from cleveland to miami
flight
[{'start': 13, 'end': 22, 'value': 'cleveland', 'entity': 'fromloc.city_name'}, {'start': 26, 'end': 31, 'value': 'miami', 'entity': 'toloc.city_name'}]
ক্লিভল্যান্ড থেকে মিয়ামি পর্যন্ত বিমান চলাচল
Flights from Cleveland to Miami
[ IN:FLIGHT [ SL:CITY_NAME cleveland ] [ SL:CITY_NAME miami ] ]
give me the flights from pittsburgh to los angeles thursday evening
flight
[{'start': 25, 'end': 35, 'value': 'pittsburgh', 'entity': 'fromloc.city_name'}, {'start': 39, 'end': 50, 'value': 'los angeles', 'entity': 'toloc.city_name'}, {'start': 51, 'end': 59, 'value': 'thursday', 'entity': 'depart_date.day_name'}, {'start': 60, 'end': 67, 'value': 'evening', 'entity': 'depart_time.period_of_day'}]
আজ সন্ধ্যায় পিটসবার্গ থেকে লস অ্যাঞ্জেলেস পর্যন্ত আমাকে ফ্লাইট দিন।
Give me a flight from Pittsburgh to Los Angeles this evening.
[ IN:FLIGHT [ SL:CITY_NAME pittsburgh ] [ SL:CITY_NAME los angeles ] [ SL:DAY_NAME thursday ] [ SL:PERIOD_OF_DAY evening ] ]
please list all of the flights leaving atlanta heading to baltimore after 8 pm wednesday and before 9 am thursday
flight
[{'start': 39, 'end': 46, 'value': 'atlanta', 'entity': 'fromloc.city_name'}, {'start': 58, 'end': 67, 'value': 'baltimore', 'entity': 'toloc.city_name'}, {'start': 68, 'end': 73, 'value': 'after', 'entity': 'depart_time.time_relative'}, {'start': 74, 'end': 78, 'value': '8 pm', 'entity': 'depart_time.time'}, {'start': 79, 'end': 88, 'value': 'wednesday', 'entity': 'depart_date.day_name'}, {'start': 93, 'end': 99, 'value': 'before', 'entity': 'depart_time.time_relative'}, {'start': 100, 'end': 104, 'value': '9 am', 'entity': 'depart_time.time'}, {'start': 105, 'end': 113, 'value': 'thursday', 'entity': 'depart_date.day_name'}]
দয়া করে আটলান্টা থেকে বাল্টিমোরের উদ্দেশ্যে যাত্রা করা সমস্ত বিমানের তালিকা তৈরি করুন বুধবার রাত আটটার পর এবং আগামীকাল সকাল নয়টার আগে।
Please list all flights flying from Atlanta to Baltimore after 8 pm on Wednesday and before 9 am tomorrow.
[ IN:FLIGHT [ SL:CITY_NAME atlanta ] [ SL:CITY_NAME baltimore ] [ SL:TIME_RELATIVE after ] [ SL:TIME 8 pm ] [ SL:DAY_NAME wednesday ] [ SL:TIME_RELATIVE before ] [ SL:TIME 9 am ] [ SL:DAY_NAME thursday ] ]
show me flights from seattle to san francisco that leave after 5 pm
flight
[{'start': 21, 'end': 28, 'value': 'seattle', 'entity': 'fromloc.city_name'}, {'start': 32, 'end': 45, 'value': 'san francisco', 'entity': 'toloc.city_name'}, {'start': 57, 'end': 62, 'value': 'after', 'entity': 'depart_time.time_relative'}, {'start': 63, 'end': 67, 'value': '5 pm', 'entity': 'depart_time.time'}]
আমাকে সিয়াটল থেকে সান ফ্রান্সিসকোতে বিকেল পাঁচটার পর যাওয়ার ফ্লাইট দেখান।
Show me the flight from Seattle to San Francisco after 5 pm.
[ IN:FLIGHT [ SL:CITY_NAME seattle ] [ SL:CITY_NAME san francisco ] [ SL:TIME_RELATIVE after ] [ SL:TIME 5 pm ] ]
show me the flights that go from tacoma to miami
flight
[{'start': 33, 'end': 39, 'value': 'tacoma', 'entity': 'fromloc.city_name'}, {'start': 43, 'end': 48, 'value': 'miami', 'entity': 'toloc.city_name'}]
টাকোমা থেকে মিয়ামিতে যাওয়ার ফ্লাইটগুলো আমাকে দেখাও
Show me the flights from Tacoma to Miami
[ IN:FLIGHT [ SL:CITY_NAME tacoma ] [ SL:CITY_NAME miami ] ]
which airline can fly me from atlanta to denver to san francisco
airline
[{'start': 30, 'end': 37, 'value': 'atlanta', 'entity': 'fromloc.city_name'}, {'start': 41, 'end': 47, 'value': 'denver', 'entity': 'toloc.city_name'}, {'start': 51, 'end': 64, 'value': 'san francisco', 'entity': 'toloc.city_name'}]
কোন এয়ারলাইন আমাকে আটলান্টা থেকে ডেনভার থেকে সান ফ্রান্সিস্কোতে নিয়ে যেতে পারে?
Which airline can take me from Atlanta to Denver to San Francisco?
[ IN:AIRLINE [ SL:CITY_NAME atlanta ] [ SL:CITY_NAME denver ] [ SL:CITY_NAME san francisco ] ]
are there any flights from denver to pittsburgh with stops in atlanta
flight
[{'start': 27, 'end': 33, 'value': 'denver', 'entity': 'fromloc.city_name'}, {'start': 37, 'end': 47, 'value': 'pittsburgh', 'entity': 'toloc.city_name'}, {'start': 62, 'end': 69, 'value': 'atlanta', 'entity': 'stoploc.city_name'}]
ডেনভার থেকে পিটসবার্গ যাওয়ার জন্য আটলান্টা পর্যন্ত কোন ফ্লাইট আছে কি?
Is there a flight from Denver to Pittsburgh to Atlanta?
[ IN:FLIGHT [ SL:CITY_NAME denver ] [ SL:CITY_NAME pittsburgh ] [ SL:CITY_NAME atlanta ] ]
list all the flights that arrive at general mitchell international
flight
[{'start': 36, 'end': 66, 'value': 'general mitchell international', 'entity': 'toloc.airport_name'}]
সাধারণ মিচেল আন্তর্জাতিক বিমানবন্দরে আসা সমস্ত বিমানের তালিকা
List of all incoming and outgoing flights at Mitchell International Airport
[ IN:FLIGHT [ SL:AIRPORT_NAME general mitchell international ] ]
what flights from salt lake city to new york city arrive next saturday before 6 pm
flight
[{'start': 18, 'end': 32, 'value': 'salt lake city', 'entity': 'fromloc.city_name'}, {'start': 36, 'end': 49, 'value': 'new york city', 'entity': 'toloc.city_name'}, {'start': 57, 'end': 61, 'value': 'next', 'entity': 'arrive_date.date_relative'}, {'start': 62, 'end': 70, 'value': 'saturday', 'entity': 'arrive_date.day_name'}, {'start': 71, 'end': 77, 'value': 'before', 'entity': 'arrive_time.time_relative'}, {'start': 78, 'end': 82, 'value': '6 pm', 'entity': 'arrive_time.time'}]
আগামী শনিবার সন্ধ্যা ৬টার আগে লবণ হ্রদ শহর থেকে নিউ ইয়র্ক শহরে কোন ফ্লাইটগুলি পৌঁছাবে?
Which flights will arrive from Salt Lake City to New York City before 6 pm on Saturday?
[ IN:FLIGHT [ SL:CITY_NAME salt lake city ] [ SL:CITY_NAME new york city ] [ SL:DATE_RELATIVE next ] [ SL:DAY_NAME saturday ] [ SL:TIME_RELATIVE before ] [ SL:TIME 6 pm ] ]
flights from nashville to seattle
flight
[{'start': 13, 'end': 22, 'value': 'nashville', 'entity': 'fromloc.city_name'}, {'start': 26, 'end': 33, 'value': 'seattle', 'entity': 'toloc.city_name'}]
ন্যাশভিল থেকে সিয়াটলে বিমান
Airline from Nashville to Seattle
[ IN:FLIGHT [ SL:CITY_NAME nashville ] [ SL:CITY_NAME seattle ] ]
i need a flight from boston to san francisco via dallas fort worth
flight
[{'start': 21, 'end': 27, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 31, 'end': 44, 'value': 'san francisco', 'entity': 'toloc.city_name'}, {'start': 49, 'end': 66, 'value': 'dallas fort worth', 'entity': 'stoploc.city_name'}]
আমি ডালাস ফোর্ট ওয়ার্থ হয়ে বোস্টন থেকে সান ফ্রান্সিস্কো একটি ফ্লাইট প্রয়োজন
I need a flight from Boston to San Francisco via Dallas Fort Worth
[ IN:FLIGHT [ SL:CITY_NAME boston ] [ SL:CITY_NAME san francisco ] [ SL:CITY_NAME dallas fort worth ] ]
i 'd like an afternoon flight from atlanta to san francisco with a stopover in denver arriving i 'd say about mealtime
flight
[{'start': 13, 'end': 22, 'value': 'afternoon', 'entity': 'depart_time.period_of_day'}, {'start': 35, 'end': 42, 'value': 'atlanta', 'entity': 'fromloc.city_name'}, {'start': 46, 'end': 59, 'value': 'san francisco', 'entity': 'toloc.city_name'}, {'start': 79, 'end': 85, 'value': 'denver', 'entity': 'stoploc.city_name'}, {'start': 104, 'end': 109, 'value': 'about', 'entity': 'arrive_time.time_relative'}, {'start': 110, 'end': 118, 'value': 'mealtime', 'entity': 'arrive_time.time'}]
আমি অ্যাটলান্টা থেকে সান ফ্রান্সিসকোতে বিকেলের ফ্লাইটের অপেক্ষায় থাকব, যেখানে আমি খাবারের সময় সম্পর্কে বলব
I will be waiting for the afternoon flight from Atlanta to San Francisco, where I will tell you about the meal time
[ IN:FLIGHT [ SL:PERIOD_OF_DAY afternoon ] [ SL:CITY_NAME atlanta ] [ SL:CITY_NAME san francisco ] [ SL:CITY_NAME denver ] [ SL:TIME_RELATIVE about ] [ SL:TIME mealtime ] ]
show me the most expensive one way flight from detroit to westchester county
flight
[{'start': 12, 'end': 26, 'value': 'most expensive', 'entity': 'cost_relative'}, {'start': 27, 'end': 34, 'value': 'one way', 'entity': 'round_trip'}, {'start': 47, 'end': 54, 'value': 'detroit', 'entity': 'fromloc.city_name'}, {'start': 58, 'end': 76, 'value': 'westchester county', 'entity': 'toloc.city_name'}]
ডেট্রয়েট থেকে ওয়েস্টচেস্টার কাউন্টিতে যাওয়ার সবচেয়ে ব্যয়বহুল একমুখী বিমান আমাকে দেখান
Show me the most expensive one-way flight from Detroit to Westchester County
[ IN:FLIGHT [ SL:COST_RELATIVE most expensive ] [ SL:ROUND_TRIP one way ] [ SL:CITY_NAME detroit ] [ SL:CITY_NAME westchester county ] ]
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 ] ]
from denver to washington dc on monday november eleventh 1991
flight
[{'start': 5, 'end': 11, 'value': 'denver', 'entity': 'fromloc.city_name'}, {'start': 15, 'end': 25, 'value': 'washington', 'entity': 'toloc.city_name'}, {'start': 26, 'end': 28, 'value': 'dc', 'entity': 'toloc.state_code'}, {'start': 32, 'end': 38, 'value': 'monday', 'entity': 'depart_date.day_name'}, {'start': 39, 'end': 47, 'value': 'november', 'entity': 'depart_date.month_name'}, {'start': 48, 'end': 56, 'value': 'eleventh', 'entity': 'depart_date.day_number'}, {'start': 57, 'end': 61, 'value': '1991', 'entity': 'depart_date.year'}]
ডেনভার থেকে ওয়াশিংটন ডিসি পর্যন্ত সোমবার ১১ই নভেম্বর এক হাজার নয়শত একানব্বই দিন।
From Denver to Washington, D.C. on Monday, 11th November, 2019, is a day long journey of one thousand 991 days.
[ IN:FLIGHT [ SL:CITY_NAME denver ] [ SL:CITY_NAME washington ] [ SL:STATE_CODE dc ] [ SL:DAY_NAME monday ] [ SL:MONTH_NAME november ] [ SL:DAY_NUMBER eleventh ] [ SL:YEAR 1991 ] ]
please list all the flights from boston to denver which serve meals
flight
[{'start': 33, 'end': 39, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 43, 'end': 49, 'value': 'denver', 'entity': 'toloc.city_name'}, {'start': 62, 'end': 67, 'value': 'meals', 'entity': 'meal'}]
দয়া করে বোস্টন থেকে ডেনভার পর্যন্ত সমস্ত বিমানের তালিকা তৈরি করুন যা খাবার পরিবেশন করে।
Please list all flights from Boston to Denver that serve food.
[ IN:FLIGHT [ SL:CITY_NAME boston ] [ SL:CITY_NAME denver ] [ SL:MEAL meals ] ]
list aircraft types that fly between boston and san francisco
aircraft
[{'start': 37, 'end': 43, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 48, 'end': 61, 'value': 'san francisco', 'entity': 'toloc.city_name'}]
বোস্টন এবং সান ফ্রান্সিসকোর মধ্যে উড়ে যাওয়া বিমানের প্রকারের তালিকা
List of types of aircraft flown between Boston and San Francisco
[ IN:AIRCRAFT [ SL:CITY_NAME boston ] [ SL:CITY_NAME san francisco ] ]
what does fare code qw mean
abbreviation
[{'start': 20, 'end': 22, 'value': 'qw', 'entity': 'fare_basis_code'}]
ভাড়া কোড qw এর অর্থ কী?
What is the meaning of rental code qw?
[ IN:ABBREVIATION [ SL:FARE_BASIS_CODE qw ] ]
i 'm interested in a flight on american airlines from dallas to washington
flight
[{'start': 31, 'end': 48, 'value': 'american airlines', 'entity': 'airline_name'}, {'start': 54, 'end': 60, 'value': 'dallas', 'entity': 'fromloc.city_name'}, {'start': 64, 'end': 74, 'value': 'washington', 'entity': 'toloc.city_name'}]
আমি ডালাস থেকে ওয়াশিংটন পর্যন্ত আমেরিকান এয়ারলাইন্সের ফ্লাইটে যেতে আগ্রহী
I would like to fly American Airlines from Dallas to Washington.
[ IN:FLIGHT [ SL:AIRLINE_NAME american airlines ] [ SL:CITY_NAME dallas ] [ SL:CITY_NAME washington ] ]
give me flights from pittsburgh to baltimore
flight
[{'start': 21, 'end': 31, 'value': 'pittsburgh', 'entity': 'fromloc.city_name'}, {'start': 35, 'end': 44, 'value': 'baltimore', 'entity': 'toloc.city_name'}]
আমাকে পিটসবার্গ থেকে বাল্টিমোর পর্যন্ত বিমান পাঠান।
Send me a plane from Pittsburgh to Baltimore.
[ IN:FLIGHT [ SL:CITY_NAME pittsburgh ] [ SL:CITY_NAME baltimore ] ]
how much is a round trip fare from indianapolis to seattle
airfare
[{'start': 14, 'end': 24, 'value': 'round trip', 'entity': 'round_trip'}, {'start': 35, 'end': 47, 'value': 'indianapolis', 'entity': 'fromloc.city_name'}, {'start': 51, 'end': 58, 'value': 'seattle', 'entity': 'toloc.city_name'}]
ইন্ডিয়ানাপোলিস থেকে সিয়াটলে যাওয়ার জন্য কত টাকা লাগে?
How much does it cost to travel from Indianapolis to Seattle?
[ IN:AIRFARE [ SL:ROUND_TRIP round trip ] [ SL:CITY_NAME indianapolis ] [ SL:CITY_NAME seattle ] ]
what is the cheapest flight from long beach to memphis
flight
[{'start': 12, 'end': 20, 'value': 'cheapest', 'entity': 'cost_relative'}, {'start': 33, 'end': 43, 'value': 'long beach', 'entity': 'fromloc.city_name'}, {'start': 47, 'end': 54, 'value': 'memphis', 'entity': 'toloc.city_name'}]
দীর্ঘ সৈকত থেকে মেমফিস পর্যন্ত সবচেয়ে সস্তা বিমান কোনটি?
Which is the cheapest aircraft from the Long Beach to Memphis?
[ IN:FLIGHT [ SL:COST_RELATIVE cheapest ] [ SL:CITY_NAME long beach ] [ SL:CITY_NAME memphis ] ]
which airline provides business class flights
airline
[{'start': 23, 'end': 37, 'value': 'business class', 'entity': 'class_type'}]
কোন এয়ারলাইনটি বিজনেস ক্লাসের ফ্লাইট পরিচালনা করে?
Which airline operates Business Class flights?
[ IN:AIRLINE [ SL:CLASS_TYPE business class ] ]
pittsburgh to denver
flight
[{'start': 1, 'end': 11, 'value': 'pittsburgh', 'entity': 'fromloc.city_name'}, {'start': 14, 'end': 20, 'value': 'denver', 'entity': 'toloc.city_name'}]
পিটসবার্গ থেকে ডেনভার
From Pittsburgh to Denver
[ IN:FLIGHT [ SL:CITY_NAME pittsburgh ] [ SL:CITY_NAME denver ] ]
which airlines fly between boston and pittsburgh
airline
[{'start': 27, 'end': 33, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 38, 'end': 48, 'value': 'pittsburgh', 'entity': 'toloc.city_name'}]
যে বিমানগুলি বস্টন এবং পিটসবার্গের মধ্যে চলাচল করে
Flights between Boston and Pittsburgh
[ IN:AIRLINE [ SL:CITY_NAME boston ] [ SL:CITY_NAME pittsburgh ] ]
list the flights arriving in atlanta from baltimore before noon on august fourth
flight
[{'start': 29, 'end': 36, 'value': 'atlanta', 'entity': 'toloc.city_name'}, {'start': 42, 'end': 51, 'value': 'baltimore', 'entity': 'fromloc.city_name'}, {'start': 52, 'end': 58, 'value': 'before', 'entity': 'arrive_time.time_relative'}, {'start': 59, 'end': 63, 'value': 'noon', 'entity': 'arrive_time.time'}, {'start': 67, 'end': 73, 'value': 'august', 'entity': 'arrive_date.month_name'}, {'start': 74, 'end': 80, 'value': 'fourth', 'entity': 'arrive_date.day_number'}]
৪ আগস্ট দুপুরের আগে বাল্টিমোর থেকে আটলান্টা আসা বিমানের তালিকা
List of flights from Baltimore to Atlanta before noon on 4 August
[ IN:FLIGHT [ SL:CITY_NAME atlanta ] [ SL:CITY_NAME baltimore ] [ SL:TIME_RELATIVE before ] [ SL:TIME noon ] [ SL:MONTH_NAME august ] [ SL:DAY_NUMBER fourth ] ]
give me the flights for american airline from philadelphia to dallas
flight
[{'start': 24, 'end': 40, 'value': 'american airline', 'entity': 'airline_name'}, {'start': 46, 'end': 58, 'value': 'philadelphia', 'entity': 'fromloc.city_name'}, {'start': 62, 'end': 68, 'value': 'dallas', 'entity': 'toloc.city_name'}]
আমাকে ফিলাডেলফিয়া থেকে ডালাস পর্যন্ত আমেরিকান এয়ারলাইন্সের ফ্লাইট দিন
Give me an American Airlines flight from Philadelphia to Dallas
[ IN:FLIGHT [ SL:AIRLINE_NAME american airline ] [ SL:CITY_NAME philadelphia ] [ SL:CITY_NAME dallas ] ]
i need a flight this sunday from miami to las vegas and i would prefer a morning flight
flight
[{'start': 21, 'end': 27, 'value': 'sunday', 'entity': 'depart_date.day_name'}, {'start': 33, 'end': 38, 'value': 'miami', 'entity': 'fromloc.city_name'}, {'start': 42, 'end': 51, 'value': 'las vegas', 'entity': 'toloc.city_name'}, {'start': 73, 'end': 80, 'value': 'morning', 'entity': 'depart_time.period_of_day'}]
আমি এই রবিবার মিয়ামি থেকে লাস ভেগাস পর্যন্ত একটি ফ্লাইট চাই এবং আমি সকালের ফ্লাইটই পছন্দ করব।
I want a flight this Sunday from Miami to Las Vegas, and I prefer the morning flight.
[ IN:FLIGHT [ SL:DAY_NAME sunday ] [ SL:CITY_NAME miami ] [ SL:CITY_NAME las vegas ] [ SL:PERIOD_OF_DAY morning ] ]
flights from boston to pittsburgh
flight
[{'start': 13, 'end': 19, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 23, 'end': 33, 'value': 'pittsburgh', 'entity': 'toloc.city_name'}]
বোস্টন থেকে পিটসবার্গ পর্যন্ত বিমান পরিষেবা
Flights from Boston to Pittsburgh
[ IN:FLIGHT [ SL:CITY_NAME boston ] [ SL:CITY_NAME pittsburgh ] ]
which flights go from pittsburgh to atlanta in the evening
flight
[{'start': 22, 'end': 32, 'value': 'pittsburgh', 'entity': 'fromloc.city_name'}, {'start': 36, 'end': 43, 'value': 'atlanta', 'entity': 'toloc.city_name'}, {'start': 51, 'end': 58, 'value': 'evening', 'entity': 'depart_time.period_of_day'}]
কোন ফ্লাইটগুলি সন্ধ্যায় পিটসবার্গ থেকে আটলান্টা যায়?
Which flights go from Pittsburgh to Atlanta in the evening?
[ IN:FLIGHT [ SL:CITY_NAME pittsburgh ] [ SL:CITY_NAME atlanta ] [ SL:PERIOD_OF_DAY evening ] ]
show me the fares from dallas to san francisco
airfare
[{'start': 23, 'end': 29, 'value': 'dallas', 'entity': 'fromloc.city_name'}, {'start': 33, 'end': 46, 'value': 'san francisco', 'entity': 'toloc.city_name'}]
আমাকে ডালাস থেকে সান ফ্রান্সিস্কো পর্যন্ত ভাড়া দেখান
Show me the fare from Dallas to San Francisco
[ IN:AIRFARE [ SL:CITY_NAME dallas ] [ SL:CITY_NAME san francisco ] ]
give me american airlines flights from milwaukee to phoenix on saturday and on sunday
flight
[{'start': 8, 'end': 25, 'value': 'american airlines', 'entity': 'airline_name'}, {'start': 39, 'end': 48, 'value': 'milwaukee', 'entity': 'fromloc.city_name'}, {'start': 52, 'end': 59, 'value': 'phoenix', 'entity': 'toloc.city_name'}, {'start': 63, 'end': 71, 'value': 'saturday', 'entity': 'depart_date.day_name'}, {'start': 79, 'end': 85, 'value': 'sunday', 'entity': 'depart_date.day_name'}]
আমাকে শনিবার এবং রবিবার মিলওয়াকি থেকে ফিনিক্স পর্যন্ত আমেরিকান এয়ারলাইন্সের ফ্লাইট দিন
Give me the American Airlines flight from Milwaukee to Phoenix on Saturday and Sunday
[ IN:FLIGHT [ SL:AIRLINE_NAME american airlines ] [ SL:CITY_NAME milwaukee ] [ SL:CITY_NAME phoenix ] [ SL:DAY_NAME saturday ] [ SL:DAY_NAME sunday ] ]
list all flights that leave from baltimore or denver or pittsburgh and arrive in philadelphia
flight
[{'start': 33, 'end': 42, 'value': 'baltimore', 'entity': 'fromloc.city_name'}, {'start': 43, 'end': 45, 'value': 'or', 'entity': 'or'}, {'start': 46, 'end': 52, 'value': 'denver', 'entity': 'fromloc.city_name'}, {'start': 53, 'end': 55, 'value': 'or', 'entity': 'or'}, {'start': 56, 'end': 66, 'value': 'pittsburgh', 'entity': 'fromloc.city_name'}, {'start': 81, 'end': 93, 'value': 'philadelphia', 'entity': 'toloc.city_name'}]
বাল্টিমোর বা ডেনভার বা পিটসবার্গ থেকে যেসব বিমান ফিলাডেলফিয়া পৌঁছাবে তাদের তালিকা তৈরি করুন।
List the flights from Baltimore or Denver or Pittsburgh that will arrive in Philadelphia.
[ IN:FLIGHT [ SL:CITY_NAME baltimore ] [ SL:OR or ] [ SL:CITY_NAME denver ] [ SL:OR or ] [ SL:CITY_NAME pittsburgh ] [ SL:CITY_NAME philadelphia ] ]
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 ] ]
show me the earliest flight from denver to las vegas
flight
[{'start': 12, 'end': 20, 'value': 'earliest', 'entity': 'flight_mod'}, {'start': 33, 'end': 39, 'value': 'denver', 'entity': 'fromloc.city_name'}, {'start': 43, 'end': 52, 'value': 'las vegas', 'entity': 'toloc.city_name'}]
আমাকে ডেনভার থেকে লাস ভেগাস পর্যন্ত প্রথম উড়ান দেখান
Show me the first flight from Denver to Las Vegas
[ IN:FLIGHT [ SL:FLIGHT_MOD earliest ] [ SL:CITY_NAME denver ] [ SL:CITY_NAME las vegas ] ]
show me flights from milwaukee to orlando on wednesday night
flight
[{'start': 21, 'end': 30, 'value': 'milwaukee', 'entity': 'fromloc.city_name'}, {'start': 34, 'end': 41, 'value': 'orlando', 'entity': 'toloc.city_name'}, {'start': 45, 'end': 54, 'value': 'wednesday', 'entity': 'depart_date.day_name'}, {'start': 55, 'end': 60, 'value': 'night', 'entity': 'depart_time.period_of_day'}]
বুধবার রাতে আমাকে মিলওয়াকি থেকে অরল্যান্ডো পর্যন্ত ফ্লাইট দেখাও।
Show me the flight from Milwaukee to Orlando on Wednesday night.
[ IN:FLIGHT [ SL:CITY_NAME milwaukee ] [ SL:CITY_NAME orlando ] [ SL:DAY_NAME wednesday ] [ SL:PERIOD_OF_DAY night ] ]
may i have a listing of flights from milwaukee to tacoma washington departing in the evening
flight
[{'start': 37, 'end': 46, 'value': 'milwaukee', 'entity': 'fromloc.city_name'}, {'start': 50, 'end': 56, 'value': 'tacoma', 'entity': 'toloc.city_name'}, {'start': 57, 'end': 67, 'value': 'washington', 'entity': 'toloc.state_name'}, {'start': 85, 'end': 92, 'value': 'evening', 'entity': 'depart_time.period_of_day'}]
আমার কাছে মিল্ওয়াকি থেকে সন্ধ্যায় ট্যাকোমা ওয়াশিংটন যাওয়ার বিমানের তালিকা থাকতে পারে।
I may have a list of flights from Milwaukee to Tacoma Washington in the evening.
[ IN:FLIGHT [ SL:CITY_NAME milwaukee ] [ SL:CITY_NAME tacoma ] [ SL:STATE_NAME washington ] [ SL:PERIOD_OF_DAY evening ] ]
what morning flights do you have between oakland and denver
flight
[{'start': 5, 'end': 12, 'value': 'morning', 'entity': 'depart_time.period_of_day'}, {'start': 41, 'end': 48, 'value': 'oakland', 'entity': 'fromloc.city_name'}, {'start': 53, 'end': 59, 'value': 'denver', 'entity': 'toloc.city_name'}]
ওকল্যান্ড ও ডেনভারের মধ্যে সকালের ফ্লাইটের সংখ্যা কত?
How many morning flights are there between Oakland and Denver?
[ IN:FLIGHT [ SL:PERIOD_OF_DAY morning ] [ SL:CITY_NAME oakland ] [ SL:CITY_NAME denver ] ]
i 'd like a flight from washington that stops in denver and goes on to san francisco
flight
[{'start': 24, 'end': 34, 'value': 'washington', 'entity': 'fromloc.city_name'}, {'start': 49, 'end': 55, 'value': 'denver', 'entity': 'stoploc.city_name'}, {'start': 71, 'end': 84, 'value': 'san francisco', 'entity': 'toloc.city_name'}]
আমি ওয়াশিংটন থেকে একটি ফ্লাইট চাই যা ডেনভারে থামবে এবং সান ফ্রান্সিসকো চলে যাবে
I want a flight from Washington that stops at Denver and goes to San Francisco
[ IN:FLIGHT [ SL:CITY_NAME washington ] [ SL:CITY_NAME denver ] [ SL:CITY_NAME san francisco ] ]
show me all flights from pittsburgh to baltimore tomorrow
flight
[{'start': 25, 'end': 35, 'value': 'pittsburgh', 'entity': 'fromloc.city_name'}, {'start': 39, 'end': 48, 'value': 'baltimore', 'entity': 'toloc.city_name'}, {'start': 49, 'end': 57, 'value': 'tomorrow', 'entity': 'depart_date.today_relative'}]
আমাকে আগামীকাল পিটসবার্গ থেকে বাল্টিমোর পর্যন্ত সমস্ত ফ্লাইট দেখাও।
Show me all the flights from Pittsburgh to Baltimore tomorrow.
[ IN:FLIGHT [ SL:CITY_NAME pittsburgh ] [ SL:CITY_NAME baltimore ] [ SL:TODAY_RELATIVE tomorrow ] ]
all one way flights between boston and philadelphia
flight
[{'start': 4, 'end': 11, 'value': 'one way', 'entity': 'round_trip'}, {'start': 28, 'end': 34, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 39, 'end': 51, 'value': 'philadelphia', 'entity': 'toloc.city_name'}]
বোস্টন এবং ফিলাডেলফিয়ার মধ্যে একমুখী সব বিমান চলাচল
All one-way flights between Boston and Philadelphia
[ IN:FLIGHT [ SL:ROUND_TRIP one way ] [ SL:CITY_NAME boston ] [ SL:CITY_NAME philadelphia ] ]
what flights go to san francisco from boston
flight
[{'start': 19, 'end': 32, 'value': 'san francisco', 'entity': 'toloc.city_name'}, {'start': 38, 'end': 44, 'value': 'boston', 'entity': 'fromloc.city_name'}]
বোস্টন থেকে কোন ফ্লাইটগুলি সান ফ্রান্সিস্কোতে যায়?
Which flights from Boston go to San Francisco?
[ IN:FLIGHT [ SL:CITY_NAME san francisco ] [ SL:CITY_NAME boston ] ]
what flights are there from san francisco to philadelphia daily with economy class
flight
[{'start': 28, 'end': 41, 'value': 'san francisco', 'entity': 'fromloc.city_name'}, {'start': 45, 'end': 57, 'value': 'philadelphia', 'entity': 'toloc.city_name'}, {'start': 58, 'end': 63, 'value': 'daily', 'entity': 'flight_days'}, {'start': 69, 'end': 82, 'value': 'economy class', 'entity': 'economy'}]
সান ফ্রান্সিসকো থেকে ফিলাডেলফিয়া পর্যন্ত প্রতিদিন ইকোনমি ক্লাসের জন্য কোন কোন ফ্লাইট রয়েছে?
What are the daily flights for the economy class from San Francisco to Philadelphia?
[ IN:FLIGHT [ SL:CITY_NAME san francisco ] [ SL:CITY_NAME philadelphia ] [ SL:FLIGHT_DAYS daily ] [ SL:ECONOMY economy class ] ]
first flights from pittsburgh to atlanta on a thursday
flight
[{'start': 1, 'end': 6, 'value': 'first', 'entity': 'flight_mod'}, {'start': 19, 'end': 29, 'value': 'pittsburgh', 'entity': 'fromloc.city_name'}, {'start': 33, 'end': 40, 'value': 'atlanta', 'entity': 'toloc.city_name'}, {'start': 46, 'end': 54, 'value': 'thursday', 'entity': 'depart_date.day_name'}]
গতকালই পিটসবার্গ থেকে অ্যাটলান্টা পর্যন্ত প্রথম উড়ান
First flight from Pittsburgh to Atlanta took off yesterday
[ IN:FLIGHT [ SL:FLIGHT_MOD first ] [ SL:CITY_NAME pittsburgh ] [ SL:CITY_NAME atlanta ] [ SL:DAY_NAME thursday ] ]
show me the flights from baltimore to atlanta
flight
[{'start': 25, 'end': 34, 'value': 'baltimore', 'entity': 'fromloc.city_name'}, {'start': 38, 'end': 45, 'value': 'atlanta', 'entity': 'toloc.city_name'}]
আমাকে বাল্টিমোর থেকে আটলান্টার ফ্লাইট দেখাও
Show me the flight from Baltimore to Atlanta
[ IN:FLIGHT [ SL:CITY_NAME baltimore ] [ SL:CITY_NAME atlanta ] ]
tell me about flights from toronto to salt lake city leaving after 530 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': 66, 'value': 'after', 'entity': 'depart_time.time_relative'}, {'start': 67, 'end': 73, 'value': '530 pm', 'entity': 'depart_time.time'}]
বিকেল ৫টা ৩০ মিনিটের পর টরেন্টো থেকে লবণ হ্রদ নগরী যাওয়ার বিমানের কথা বলুন।
Mention a flight from Toronto to Salt Lake City after 5: 30pm.
[ IN:FLIGHT [ SL:CITY_NAME toronto ] [ SL:CITY_NAME salt lake city ] [ SL:TIME_RELATIVE after ] [ SL:TIME 530 pm ] ]
show me the flights from indianapolis to orlando with round trip fares less than 1288
flight
[{'start': 25, 'end': 37, 'value': 'indianapolis', 'entity': 'fromloc.city_name'}, {'start': 41, 'end': 48, 'value': 'orlando', 'entity': 'toloc.city_name'}, {'start': 54, 'end': 64, 'value': 'round trip', 'entity': 'round_trip'}, {'start': 71, 'end': 75, 'value': 'less', 'entity': 'cost_relative'}, {'start': 81, 'end': 85, 'value': '1288', 'entity': 'fare_amount'}]
আমাকে ইন্ডিয়ানাপোলিস থেকে অরল্যান্ডোতে এক হাজার দুশো আঠাশি টাকারও কম ভাড়া নিয়ে আসা বিমান দেখাও।
Show me a plane from Indianapolis to Orlando with a fare of less than Rs. 1280.
[ IN:FLIGHT [ SL:CITY_NAME indianapolis ] [ SL:CITY_NAME orlando ] [ SL:ROUND_TRIP round trip ] [ SL:COST_RELATIVE less ] [ SL:FARE_AMOUNT 1288 ] ]
i need a flight from boston to pittsburgh that leaves early in the morning
flight
[{'start': 21, 'end': 27, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 31, 'end': 41, 'value': 'pittsburgh', 'entity': 'toloc.city_name'}, {'start': 54, 'end': 59, 'value': 'early', 'entity': 'depart_time.period_mod'}, {'start': 67, 'end': 74, 'value': 'morning', 'entity': 'depart_time.period_of_day'}]
আমার বোস্টন থেকে পিটসবার্গ পর্যন্ত একটা ফ্লাইট দরকার যেটা খুব ভোরে চলে যাবে
I need a flight from Boston to Pittsburgh that will depart early in the morning
[ IN:FLIGHT [ SL:CITY_NAME boston ] [ SL:CITY_NAME pittsburgh ] [ SL:PERIOD_MOD early ] [ SL:PERIOD_OF_DAY morning ] ]
what is the first flight from atlanta to baltimore that serves lunch
flight
[{'start': 12, 'end': 17, 'value': 'first', 'entity': 'flight_mod'}, {'start': 30, 'end': 37, 'value': 'atlanta', 'entity': 'fromloc.city_name'}, {'start': 41, 'end': 50, 'value': 'baltimore', 'entity': 'toloc.city_name'}, {'start': 63, 'end': 68, '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 ] ]
show me the flights from pittsburgh to baltimore
flight
[{'start': 25, 'end': 35, 'value': 'pittsburgh', 'entity': 'fromloc.city_name'}, {'start': 39, 'end': 48, 'value': 'baltimore', 'entity': 'toloc.city_name'}]
পিটসবার্গ থেকে বাল্টিমোর পর্যন্ত ফ্লাইট দেখাও
Show flight from Pittsburgh to Baltimore
[ IN:FLIGHT [ SL:CITY_NAME pittsburgh ] [ SL:CITY_NAME baltimore ] ]
all flights from denver to philadelphia
flight
[{'start': 17, 'end': 23, 'value': 'denver', 'entity': 'fromloc.city_name'}, {'start': 27, 'end': 39, 'value': 'philadelphia', 'entity': 'toloc.city_name'}]
ডেনভার থেকে ফিলাডেলফিয়া পর্যন্ত সকল ফ্লাইট
All flights from Denver to Philadelphia
[ IN:FLIGHT [ SL:CITY_NAME denver ] [ SL:CITY_NAME philadelphia ] ]
oakland to philadelphia saturday
flight
[{'start': 1, 'end': 8, 'value': 'oakland', 'entity': 'fromloc.city_name'}, {'start': 11, 'end': 23, 'value': 'philadelphia', 'entity': 'toloc.city_name'}, {'start': 24, 'end': 32, 'value': 'saturday', 'entity': 'depart_date.day_name'}]
ওকল্যান্ড থেকে ফিলাডেলফিয়া শনিবার
From Auckland to Philadelphia Saturday
[ IN:FLIGHT [ SL:CITY_NAME oakland ] [ SL:CITY_NAME philadelphia ] [ SL:DAY_NAME saturday ] ]
give me the earliest flight tomorrow on united airlines from st. petersburg to milwaukee
flight
[{'start': 12, 'end': 20, 'value': 'earliest', 'entity': 'flight_mod'}, {'start': 28, 'end': 36, 'value': 'tomorrow', 'entity': 'depart_date.today_relative'}, {'start': 40, 'end': 55, 'value': 'united airlines', 'entity': 'airline_name'}, {'start': 61, 'end': 75, 'value': 'st. petersburg', 'entity': 'fromloc.city_name'}, {'start': 79, 'end': 88, 'value': 'milwaukee', 'entity': 'toloc.city_name'}]
আগামীকাল আমাকে সেন্ট পিটার্সবার্গ থেকে মিলওয়াকি পর্যন্ত ইউনাইটেড এয়ারলাইন্সে যাত্রা করতে দিন।
Let me fly United Airlines from St. Petersburg to Milwaukee tomorrow.
[ IN:FLIGHT [ SL:FLIGHT_MOD earliest ] [ SL:TODAY_RELATIVE tomorrow ] [ SL:AIRLINE_NAME united airlines ] [ SL:CITY_NAME st. petersburg ] [ SL:CITY_NAME milwaukee ] ]
show me flights on monday from philadelphia to boston after 7 am
flight
[{'start': 19, 'end': 25, 'value': 'monday', 'entity': 'depart_date.day_name'}, {'start': 31, 'end': 43, 'value': 'philadelphia', 'entity': 'fromloc.city_name'}, {'start': 47, 'end': 53, 'value': 'boston', 'entity': 'toloc.city_name'}, {'start': 54, 'end': 59, 'value': 'after', 'entity': 'depart_time.time_relative'}, {'start': 60, 'end': 64, 'value': '7 am', 'entity': 'depart_time.time'}]
সোমবার সকাল সাতটার পর ফিলাডেলফিয়া থেকে বোস্টন পর্যন্ত আমাকে ফ্লাইট দেখাও
Show me a flight from Philadelphia to Boston after 7 am Monday
[ IN:FLIGHT [ SL:DAY_NAME monday ] [ SL:CITY_NAME philadelphia ] [ SL:CITY_NAME boston ] [ SL:TIME_RELATIVE after ] [ SL:TIME 7 am ] ]
show me all the flights leaving baltimore
flight
[{'start': 32, 'end': 41, 'value': 'baltimore', 'entity': 'fromloc.city_name'}]
আমাকে সব ফ্লাইট ব্যালটিমোর ছেড়ে যাচ্ছে দেখাও
Show me all the flights leaving Baltimore
[ IN:FLIGHT [ SL:CITY_NAME baltimore ] ]
show me the flights from philadelphia to boston
flight
[{'start': 25, 'end': 37, 'value': 'philadelphia', 'entity': 'fromloc.city_name'}, {'start': 41, 'end': 47, 'value': 'boston', 'entity': 'toloc.city_name'}]
আমাকে ফিলাডেলফিয়া থেকে বোস্টন পর্যন্ত উড়ানগুলি দেখান
Show me the flights from Philadelphia to Boston
[ IN:FLIGHT [ SL:CITY_NAME philadelphia ] [ SL:CITY_NAME boston ] ]
is there a plane from boston to washington
aircraft
[{'start': 22, 'end': 28, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 32, 'end': 42, 'value': 'washington', 'entity': 'toloc.city_name'}]
সেখানে বস্টন থেকে ওয়াশিংটন পর্যন্ত একটি বিমান আছে
There is a flight from Boston to Washington
[ IN:AIRCRAFT [ SL:CITY_NAME boston ] [ SL:CITY_NAME washington ] ]
i need to go from boston to atlanta and back in the same day find me the earliest flight from boston
flight
[{'start': 18, 'end': 24, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 28, 'end': 35, 'value': 'atlanta', 'entity': 'toloc.city_name'}, {'start': 57, 'end': 60, 'value': 'day', 'entity': 'return_date.date_relative'}, {'start': 73, 'end': 81, 'value': 'earliest', 'entity': 'flight_mod'}, {'start': 94, 'end': 100, 'value': 'boston', 'entity': 'fromloc.city_name'}]
আমি বোস্টন থেকে আটলান্টা যেতে হবে এবং একই দিনে ফিরে বস্টন থেকে আমাকে প্রাচীনতম ফ্লাইট খুঁজে
I will go from Boston to Atlanta and return to Boston on the same day to find the oldest flight
[ IN:FLIGHT [ SL:CITY_NAME boston ] [ SL:CITY_NAME atlanta ] [ SL:DATE_RELATIVE day ] [ SL:FLIGHT_MOD earliest ] [ SL:CITY_NAME boston ] ]
what are flights between boston and pittsburgh on august tenth
flight
[{'start': 25, 'end': 31, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 36, 'end': 46, 'value': 'pittsburgh', 'entity': 'toloc.city_name'}, {'start': 50, 'end': 56, 'value': 'august', 'entity': 'depart_date.month_name'}, {'start': 57, 'end': 62, 'value': 'tenth', 'entity': 'depart_date.day_number'}]
১০ আগস্ট বস্টন ও পিটসবার্গের মধ্যে উড়ান পরিষেবা কেমন হবে?
What about flights between Boston and Pittsburgh on August 10?
[ IN:FLIGHT [ SL:CITY_NAME boston ] [ SL:CITY_NAME pittsburgh ] [ SL:MONTH_NAME august ] [ SL:DAY_NUMBER tenth ] ]
what are the schedule of flights from boston to san francisco for august first
flight_time
[{'start': 13, 'end': 21, 'value': 'schedule', 'entity': 'flight_time'}, {'start': 38, 'end': 44, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 48, 'end': 61, 'value': 'san francisco', 'entity': 'toloc.city_name'}, {'start': 66, 'end': 72, 'value': 'august', 'entity': 'depart_date.month_name'}, {'start': 73, 'end': 78, 'value': 'first', 'entity': 'depart_date.day_number'}]
আগস্টের প্রথম সপ্তাহে বোস্টন থেকে সান ফ্রান্সিসকো পর্যন্ত ফ্লাইটের শিডিউল কী?
What is the flight schedule from Boston to San Francisco in the first week of August?
[ IN:FLIGHT_TIME [ SL:FLIGHT_TIME schedule ] [ SL:CITY_NAME boston ] [ SL:CITY_NAME san francisco ] [ SL:MONTH_NAME august ] [ SL:DAY_NUMBER first ] ]
show me one way flights from milwaukee to orlando wednesday
flight
[{'start': 8, 'end': 15, 'value': 'one way', 'entity': 'round_trip'}, {'start': 29, 'end': 38, 'value': 'milwaukee', 'entity': 'fromloc.city_name'}, {'start': 42, 'end': 49, 'value': 'orlando', 'entity': 'toloc.city_name'}, {'start': 50, 'end': 59, 'value': 'wednesday', 'entity': 'depart_date.day_name'}]
আমাকে বুধবার মিলওয়াকি থেকে অরল্যান্ডো পর্যন্ত একমুখী উড়ান দেখাও
Show me a one-way flight from Milwaukee to Orlando on Wednesday
[ IN:FLIGHT [ SL:ROUND_TRIP one way ] [ SL:CITY_NAME milwaukee ] [ SL:CITY_NAME orlando ] [ SL:DAY_NAME wednesday ] ]
show me all flights from pittsburgh to baltimore tomorrow which serve a meal
flight
[{'start': 25, 'end': 35, 'value': 'pittsburgh', 'entity': 'fromloc.city_name'}, {'start': 39, 'end': 48, 'value': 'baltimore', 'entity': 'toloc.city_name'}, {'start': 49, 'end': 57, 'value': 'tomorrow', 'entity': 'depart_date.today_relative'}, {'start': 72, 'end': 76, 'value': 'meal', 'entity': 'meal'}]
আমাকে আগামীকাল পিটসবার্গ থেকে বাল্টিমোর পর্যন্ত সব ফ্লাইট দেখাও, যেখানে খাবার পরিবেশন করা হবে।
Show me all the flights from Pittsburgh to Baltimore tomorrow, where food will be served.
[ IN:FLIGHT [ SL:CITY_NAME pittsburgh ] [ SL:CITY_NAME baltimore ] [ SL:TODAY_RELATIVE tomorrow ] [ SL:MEAL meal ] ]
give me flights on american airlines from milwaukee to phoenix
flight
[{'start': 19, 'end': 36, 'value': 'american airlines', 'entity': 'airline_name'}, {'start': 42, 'end': 51, 'value': 'milwaukee', 'entity': 'fromloc.city_name'}, {'start': 55, 'end': 62, 'value': 'phoenix', 'entity': 'toloc.city_name'}]
আমাকে আমেরিকান এয়ারলাইন্সে মিলওয়াকি থেকে ফিনিক্স পর্যন্ত ফ্লাইট দাও।
Give me an American Airlines flight from Milwaukee to Phoenix.
[ IN:FLIGHT [ SL:AIRLINE_NAME american airlines ] [ SL:CITY_NAME milwaukee ] [ SL:CITY_NAME phoenix ] ]
show all flights from pittsburgh to san francisco
flight
[{'start': 22, 'end': 32, 'value': 'pittsburgh', 'entity': 'fromloc.city_name'}, {'start': 36, 'end': 49, 'value': 'san francisco', 'entity': 'toloc.city_name'}]
পিটসবার্গ থেকে সান ফ্রান্সিসকো পর্যন্ত সব ফ্লাইট দেখানো হবে
All flights from Pittsburgh to San Francisco to be screened
[ IN:FLIGHT [ SL:CITY_NAME pittsburgh ] [ SL:CITY_NAME san francisco ] ]
i wish to fly from boston to washington please find an airline for me
flight
[{'start': 19, 'end': 25, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 29, 'end': 39, 'value': 'washington', 'entity': 'toloc.city_name'}]
আমি বোস্টন থেকে ওয়াশিংটন পর্যন্ত উড়তে চাই, দয়া করে আমার জন্য একটি বিমান খুঁজে নিন।
I want to fly from Boston to Washington, please find a plane for me.
[ IN:FLIGHT [ SL:CITY_NAME boston ] [ SL:CITY_NAME washington ] ]
please list the flights from dallas fort worth to dc baltimore on july twenty third
flight
[{'start': 29, 'end': 46, 'value': 'dallas fort worth', 'entity': 'fromloc.city_name'}, {'start': 50, 'end': 52, 'value': 'dc', 'entity': 'toloc.state_code'}, {'start': 53, 'end': 62, 'value': 'baltimore', 'entity': 'toloc.city_name'}, {'start': 66, 'end': 70, 'value': 'july', 'entity': 'depart_date.month_name'}, {'start': 71, 'end': 83, 'value': 'twenty third', 'entity': 'depart_date.day_number'}]
দয়া করে জুলাই মাসের ২৩ তারিখে ডালাস দুর্গ থেকে ডিসি বাল্টিমোর পর্যন্ত বিমানের তালিকা তৈরি করুন।
Please schedule flights from Dallas Fort to D.C. Baltimore on July 23.
[ IN:FLIGHT [ SL:CITY_NAME dallas fort worth ] [ SL:STATE_CODE dc ] [ SL:CITY_NAME baltimore ] [ SL:MONTH_NAME july ] [ SL:DAY_NUMBER twenty third ] ]
show me the flights on tuesday morning from charlotte to baltimore
flight
[{'start': 23, 'end': 30, 'value': 'tuesday', 'entity': 'depart_date.day_name'}, {'start': 31, 'end': 38, 'value': 'morning', 'entity': 'depart_time.period_of_day'}, {'start': 44, 'end': 53, 'value': 'charlotte', 'entity': 'fromloc.city_name'}, {'start': 57, 'end': 66, 'value': 'baltimore', 'entity': 'toloc.city_name'}]
আমাকে মঙ্গলবার সকালে শার্লট থেকে বাল্টিমোর পর্যন্ত ফ্লাইটগুলি দেখান।
Show me the flights from Charlotte to Baltimore on Tuesday morning.
[ IN:FLIGHT [ SL:DAY_NAME tuesday ] [ SL:PERIOD_OF_DAY morning ] [ SL:CITY_NAME charlotte ] [ SL:CITY_NAME baltimore ] ]
i need 2 first class tickets from dallas fort worth to san francisco
airfare
[{'start': 9, 'end': 20, 'value': 'first class', 'entity': 'class_type'}, {'start': 34, 'end': 51, 'value': 'dallas fort worth', 'entity': 'fromloc.city_name'}, {'start': 55, 'end': 68, 'value': 'san francisco', 'entity': 'toloc.city_name'}]
আমি ডালাস ফোর্ট থেকে সান ফ্রান্সিস্কো পর্যন্ত দুটি প্রথম শ্রেণীর টিকিট চাই
I want two first class tickets from Dallas Fort to San Francisco
[ IN:AIRFARE [ SL:CLASS_TYPE first class ] [ SL:CITY_NAME dallas fort worth ] [ SL:CITY_NAME san francisco ] ]
are there any flights from philadelphia to dallas which stop in atlanta
flight
[{'start': 27, 'end': 39, 'value': 'philadelphia', 'entity': 'fromloc.city_name'}, {'start': 43, 'end': 49, 'value': 'dallas', 'entity': 'toloc.city_name'}, {'start': 64, 'end': 71, 'value': 'atlanta', 'entity': 'stoploc.city_name'}]
ফিলাডেলফিয়া থেকে ডালাস পর্যন্ত কোন ফ্লাইট আছে কি?
Is there a flight from Philadelphia to Dallas?
[ IN:FLIGHT [ SL:CITY_NAME philadelphia ] [ SL:CITY_NAME dallas ] [ SL:CITY_NAME atlanta ] ]
flights to baltimore
flight
[{'start': 11, 'end': 20, 'value': 'baltimore', 'entity': 'toloc.city_name'}]
বাল্টিমোরে বিমান চলাচল
Air Transport to Baltimore
[ IN:FLIGHT [ SL:CITY_NAME baltimore ] ]
what does mco stand for
abbreviation
[{'start': 10, 'end': 13, 'value': 'mco', 'entity': 'airport_code'}]
এমসিও কিসের জন্য?
What is MCO?
[ IN:ABBREVIATION [ SL:AIRPORT_CODE mco ] ]
what is the least expensive way to fly from philadelphia to san francisco
flight
[{'start': 12, 'end': 27, 'value': 'least expensive', 'entity': 'cost_relative'}, {'start': 44, 'end': 56, 'value': 'philadelphia', 'entity': 'fromloc.city_name'}, {'start': 60, 'end': 73, 'value': 'san francisco', 'entity': 'toloc.city_name'}]
ফিলাডেলফিয়া থেকে সান ফ্রান্সিসকো যাওয়ার সবচেয়ে কম ব্যয়বহুল উপায় কী?
What is the least expensive route from Philadelphia to San Francisco?
[ IN:FLIGHT [ SL:COST_RELATIVE least expensive ] [ SL:CITY_NAME philadelphia ] [ SL:CITY_NAME san francisco ] ]
list all nonstop flights from los angeles to pittsburgh before 5 pm on tuesday
flight
[{'start': 9, 'end': 16, 'value': 'nonstop', 'entity': 'flight_stop'}, {'start': 30, 'end': 41, 'value': 'los angeles', 'entity': 'fromloc.city_name'}, {'start': 45, 'end': 55, 'value': 'pittsburgh', 'entity': 'toloc.city_name'}, {'start': 56, 'end': 62, 'value': 'before', 'entity': 'arrive_time.time_relative'}, {'start': 63, 'end': 67, 'value': '5 pm', 'entity': 'arrive_time.time'}, {'start': 71, 'end': 78, 'value': 'tuesday', 'entity': 'arrive_date.day_name'}]
মঙ্গলবার বিকেল ৫টার আগে লস অ্যাঞ্জেলেস থেকে পিটসবার্গ পর্যন্ত সমস্ত অবিরাম উড়ানের তালিকা তৈরি করুন।
Prepare a list of all non-stop flights from Los Angeles to Pittsburgh before 5 pm Tuesday.
[ IN:FLIGHT [ SL:FLIGHT_STOP nonstop ] [ SL:CITY_NAME los angeles ] [ SL:CITY_NAME pittsburgh ] [ SL:TIME_RELATIVE before ] [ SL:TIME 5 pm ] [ SL:DAY_NAME tuesday ] ]
how many booking classes are there
quantity
[]
কতগুলি বুকিং ক্লাস আছে?
How many booking classes are there?
[ IN:QUANTITY ]
flight numbers from columbus to minneapolis tomorrow
flight_no
[{'start': 20, 'end': 28, 'value': 'columbus', 'entity': 'fromloc.city_name'}, {'start': 32, 'end': 43, 'value': 'minneapolis', 'entity': 'toloc.city_name'}, {'start': 44, 'end': 52, 'value': 'tomorrow', 'entity': 'depart_date.today_relative'}]
কলম্বাস থেকে মিনিয়াপলিস পর্যন্ত বিমানের সংখ্যা আগামীকাল
Number of Flights from Columbus to Minneapolis Tomorrow
[ IN:FLIGHT_NO [ SL:CITY_NAME columbus ] [ SL:CITY_NAME minneapolis ] [ SL:TODAY_RELATIVE tomorrow ] ]