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
|
---|---|---|---|---|---|
find me a flight on united from boston to san francisco with a stopover in denver
|
flight
|
[{'start': 20, 'end': 26, 'value': 'united', 'entity': 'airline_name'}, {'start': 32, 'end': 38, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 42, 'end': 55, 'value': 'san francisco', 'entity': 'toloc.city_name'}, {'start': 75, 'end': 81, 'value': 'denver', 'entity': 'stoploc.city_name'}]
|
বোস্টন থেকে সান ফ্রান্সিসকো যাওয়ার পথে আমাকে একটি ফ্লাইটে পাওয়া যাবে, যেখানে আমি ডেনভারে থামবো
|
On my way from Boston to San Francisco, I will be found on a flight, where I will stop in Denver
|
[ IN:FLIGHT [ SL:AIRLINE_NAME united ] [ SL:CITY_NAME boston ] [ SL:CITY_NAME san francisco ] [ SL:CITY_NAME denver ] ]
|
show me the last flight from love field
|
flight
|
[{'start': 12, 'end': 16, 'value': 'last', 'entity': 'flight_mod'}, {'start': 29, 'end': 39, 'value': 'love field', 'entity': 'fromloc.airport_name'}]
|
আমাকে ভালোবাসার ক্ষেত্র থেকে শেষ ফ্লাইটটি দেখান।
|
Show me the last flight from the field of love.
|
[ IN:FLIGHT [ SL:FLIGHT_MOD last ] [ SL:AIRPORT_NAME love field ] ]
|
what flights go from newark to boston after 5 pm
|
flight
|
[{'start': 21, 'end': 27, 'value': 'newark', 'entity': 'fromloc.city_name'}, {'start': 31, 'end': 37, 'value': 'boston', 'entity': 'toloc.city_name'}, {'start': 38, 'end': 43, 'value': 'after', 'entity': 'depart_time.time_relative'}, {'start': 44, 'end': 48, 'value': '5 pm', 'entity': 'depart_time.time'}]
|
বিকেল ৫টার পর নেওয়ার্ক থেকে বোস্টন পর্যন্ত কোন ফ্লাইটগুলি যায়?
|
Which flights from Newark to Boston take off after 5pm?
|
[ IN:FLIGHT [ SL:CITY_NAME newark ] [ SL:CITY_NAME boston ] [ SL:TIME_RELATIVE after ] [ SL:TIME 5 pm ] ]
|
what are all the flights from boston to dallas
|
flight
|
[{'start': 30, 'end': 36, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 40, 'end': 46, 'value': 'dallas', 'entity': 'toloc.city_name'}]
|
বোস্টন থেকে ডালাস পর্যন্ত সব ফ্লাইট কি?
|
What are all flights from Boston to Dallas?
|
[ IN:FLIGHT [ SL:CITY_NAME boston ] [ SL:CITY_NAME dallas ] ]
|
what is the earliest flight departing san francisco and arriving in boston on november ninth
|
flight
|
[{'start': 12, 'end': 20, 'value': 'earliest', 'entity': 'flight_mod'}, {'start': 38, 'end': 51, 'value': 'san francisco', 'entity': 'fromloc.city_name'}, {'start': 68, 'end': 74, 'value': 'boston', 'entity': 'toloc.city_name'}, {'start': 78, 'end': 86, 'value': 'november', 'entity': 'arrive_date.month_name'}, {'start': 87, 'end': 92, 'value': 'ninth', 'entity': 'arrive_date.day_number'}]
|
নভেম্বরের ৯ তারিখে সান ফ্রান্সিসকো ত্যাগ করে বোস্টনে পৌঁছানো প্রথম বিমানটি কী?
|
What was the first flight from San Francisco to Boston on November 9?
|
[ IN:FLIGHT [ SL:FLIGHT_MOD earliest ] [ SL:CITY_NAME san francisco ] [ SL:CITY_NAME boston ] [ SL:MONTH_NAME november ] [ SL:DAY_NUMBER ninth ] ]
|
what is the earliest flight flying from pittsburgh to atlanta on july fifth
|
flight
|
[{'start': 12, 'end': 20, 'value': 'earliest', 'entity': 'flight_mod'}, {'start': 40, 'end': 50, 'value': 'pittsburgh', 'entity': 'fromloc.city_name'}, {'start': 54, 'end': 61, 'value': 'atlanta', 'entity': 'toloc.city_name'}, {'start': 65, 'end': 69, 'value': 'july', 'entity': 'depart_date.month_name'}, {'start': 70, 'end': 75, 'value': 'fifth', 'entity': 'depart_date.day_number'}]
|
৫ জুলাই পিটসবার্গ থেকে আটলান্টা পর্যন্ত সর্বপ্রথম কোন বিমানটি উড়েছিল?
|
Which plane was the first to fly from Pittsburgh to Atlanta on July 5?
|
[ IN:FLIGHT [ SL:FLIGHT_MOD earliest ] [ SL:CITY_NAME pittsburgh ] [ SL:CITY_NAME atlanta ] [ SL:MONTH_NAME july ] [ SL:DAY_NUMBER fifth ] ]
|
please list available flights for next saturday from philadelphia to dallas
|
flight
|
[{'start': 34, 'end': 38, 'value': 'next', 'entity': 'depart_date.date_relative'}, {'start': 39, 'end': 47, 'value': 'saturday', 'entity': 'depart_date.day_name'}, {'start': 53, 'end': 65, 'value': 'philadelphia', 'entity': 'fromloc.city_name'}, {'start': 69, 'end': 75, 'value': 'dallas', 'entity': 'toloc.city_name'}]
|
দয়া করে ফিলাডেলফিয়া থেকে ডালাস পর্যন্ত আগামী শনিবারের জন্য উপলব্ধ বিমানের তালিকা তৈরি করুন
|
Please prepare a list of available flights from Philadelphia to Dallas for next Saturday
|
[ IN:FLIGHT [ SL:DATE_RELATIVE next ] [ SL:DAY_NAME saturday ] [ SL:CITY_NAME philadelphia ] [ SL:CITY_NAME dallas ] ]
|
what flights leave pittsburgh and arrive in los angeles after 5 pm on thursday
|
flight
|
[{'start': 19, 'end': 29, 'value': 'pittsburgh', 'entity': 'fromloc.city_name'}, {'start': 44, 'end': 55, 'value': 'los angeles', 'entity': 'toloc.city_name'}, {'start': 56, 'end': 61, 'value': 'after', 'entity': 'arrive_time.time_relative'}, {'start': 62, 'end': 66, 'value': '5 pm', 'entity': 'arrive_time.time'}, {'start': 70, 'end': 78, 'value': 'thursday', 'entity': 'arrive_date.day_name'}]
|
কোন ফ্লাইটগুলি পিট্সবার্গ থেকে বিকেল পাঁচটার পর লস অ্যাঞ্জেলেসে পৌঁছাবে?
|
Which flights will take off from Pittsburgh to Los Angeles after 5 pm?
|
[ IN:FLIGHT [ SL:CITY_NAME pittsburgh ] [ SL:CITY_NAME los angeles ] [ SL:TIME_RELATIVE after ] [ SL:TIME 5 pm ] [ SL:DAY_NAME thursday ] ]
|
what is the transportation time from the airport to boston
|
ground_service
|
[{'start': 27, 'end': 31, 'value': 'time', 'entity': 'time'}, {'start': 52, 'end': 58, 'value': 'boston', 'entity': 'toloc.city_name'}]
|
বিমানবন্দর থেকে বোস্টন পর্যন্ত পরিবহণের সময় কত?
|
What is the time of transportation from the airport to Boston?
|
[ IN:GROUND_SERVICE [ SL:TIME time ] [ SL:CITY_NAME boston ] ]
|
which airline has the smallest plane leaving pittsburgh and arriving in baltimore on july fourth
|
airline
|
[{'start': 22, 'end': 30, 'value': 'smallest', 'entity': 'mod'}, {'start': 45, 'end': 55, 'value': 'pittsburgh', 'entity': 'fromloc.city_name'}, {'start': 72, 'end': 81, 'value': 'baltimore', 'entity': 'toloc.city_name'}, {'start': 85, 'end': 89, 'value': 'july', 'entity': 'arrive_date.month_name'}, {'start': 90, 'end': 96, 'value': 'fourth', 'entity': 'arrive_date.day_number'}]
|
কোন এয়ারলাইন্সের সবচেয়ে ছোট বিমান পিটসবার্গ ছেড়ে চতুর্থ জুলাই বাল্টিমোরে এসে পৌঁছায়?
|
Which plane left Pittsburgh and reached Baltimore on July 4?
|
[ IN:AIRLINE [ SL:MOD smallest ] [ SL:CITY_NAME pittsburgh ] [ SL:CITY_NAME baltimore ] [ SL:MONTH_NAME july ] [ SL:DAY_NUMBER fourth ] ]
|
what are the classes of service for american airlines
|
flight
|
[{'start': 36, 'end': 53, 'value': 'american airlines', 'entity': 'airline_name'}]
|
আমেরিকান বিমান সংস্থাগুলির জন্য পরিষেবার ক্লাসগুলি কী?
|
What are the service classes for American airlines?
|
[ IN:FLIGHT [ SL:AIRLINE_NAME american airlines ] ]
|
i would like to find out what flights there are on friday june eleventh from st. petersburg to milwaukee and then from milwaukee to tacoma thank you
|
flight
|
[{'start': 51, 'end': 57, 'value': 'friday', 'entity': 'depart_date.day_name'}, {'start': 58, 'end': 62, 'value': 'june', 'entity': 'depart_date.month_name'}, {'start': 63, 'end': 71, 'value': 'eleventh', 'entity': 'depart_date.day_number'}, {'start': 77, 'end': 91, 'value': 'st. petersburg', 'entity': 'fromloc.city_name'}, {'start': 95, 'end': 104, 'value': 'milwaukee', 'entity': 'toloc.city_name'}, {'start': 119, 'end': 128, 'value': 'milwaukee', 'entity': 'fromloc.city_name'}, {'start': 132, 'end': 138, 'value': 'tacoma', 'entity': 'toloc.city_name'}]
|
আমি জানতে চাই এগারো জুন শুক্রবারে সেন্ট পিটার্সবার্গ থেকে মিলওয়াকি এবং তারপর মিলওয়াকি থেকে টাকোমা পর্যন্ত কোন ফ্লাইটগুলি রয়েছে। ধন্যবাদ।
|
I would like to know if there are any flights from St. Petersburg to Milwaukee and then from Milwaukee to Tacoma on Friday the 11th of June.
|
[ IN:FLIGHT [ SL:DAY_NAME friday ] [ SL:MONTH_NAME june ] [ SL:DAY_NUMBER eleventh ] [ SL:CITY_NAME st. petersburg ] [ SL:CITY_NAME milwaukee ] [ SL:CITY_NAME milwaukee ] [ SL:CITY_NAME tacoma ] ]
|
all flights from boston to washington dc on november tenth
|
flight
|
[{'start': 17, 'end': 23, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 27, 'end': 37, 'value': 'washington', 'entity': 'toloc.city_name'}, {'start': 38, 'end': 40, 'value': 'dc', 'entity': 'toloc.state_code'}, {'start': 44, 'end': 52, 'value': 'november', 'entity': 'depart_date.month_name'}, {'start': 53, 'end': 58, 'value': 'tenth', 'entity': 'depart_date.day_number'}]
|
বোস্টন থেকে ওয়াশিংটন ডিসি পর্যন্ত সব বিমান চলাচল ১০ নভেম্বর
|
All flights from Boston to Washington DC to begin on November 10
|
[ IN:FLIGHT [ SL:CITY_NAME boston ] [ SL:CITY_NAME washington ] [ SL:STATE_CODE dc ] [ SL:MONTH_NAME november ] [ SL:DAY_NUMBER tenth ] ]
|
what are the flights from denver to san francisco
|
flight
|
[{'start': 26, 'end': 32, 'value': 'denver', 'entity': 'fromloc.city_name'}, {'start': 36, 'end': 49, 'value': 'san francisco', 'entity': 'toloc.city_name'}]
|
ডেনভার থেকে সান ফ্রান্সিসকো পর্যন্ত কি ধরনের ফ্লাইট রয়েছে?
|
What are the flights from Denver to San Francisco?
|
[ IN:FLIGHT [ SL:CITY_NAME denver ] [ SL:CITY_NAME san francisco ] ]
|
on the 8 am flight from san francisco to atlanta what type of aircraft is used
|
aircraft
|
[{'start': 7, 'end': 11, 'value': '8 am', 'entity': 'depart_time.time'}, {'start': 24, 'end': 37, 'value': 'san francisco', 'entity': 'fromloc.city_name'}, {'start': 41, 'end': 48, 'value': 'atlanta', 'entity': 'toloc.city_name'}]
|
সকাল আটটায় সান ফ্রান্সিসকো থেকে আটলান্টা যাওয়ার পথে কোন ধরনের বিমান ব্যবহার করা হয়।
|
What type of aircraft is used on the way from San Francisco to Atlanta at 8: 00 a.m.
|
[ IN:AIRCRAFT [ SL:TIME 8 am ] [ SL:CITY_NAME san francisco ] [ SL:CITY_NAME atlanta ] ]
|
what flights leave baltimore for boston after 6 o'clock on friday
|
flight
|
[{'start': 19, 'end': 28, 'value': 'baltimore', 'entity': 'fromloc.city_name'}, {'start': 33, 'end': 39, 'value': 'boston', 'entity': 'toloc.city_name'}, {'start': 40, 'end': 45, 'value': 'after', 'entity': 'depart_time.time_relative'}, {'start': 46, 'end': 55, 'value': "6 o'clock", 'entity': 'depart_time.time'}, {'start': 59, 'end': 65, 'value': 'friday', 'entity': 'depart_date.day_name'}]
|
কোন ফ্লাইটগুলি শুক্রবার সন্ধ্যা ছয়টার পরে বোস্টনের জন্য বাল্টিমোর ছেড়ে যায়?
|
Which flights left Baltimore for Boston after 6 pm on Friday?
|
[ IN:FLIGHT [ SL:CITY_NAME baltimore ] [ SL:CITY_NAME boston ] [ SL:TIME_RELATIVE after ] [ SL:TIME 6 o'clock ] [ SL:DAY_NAME friday ] ]
|
okay i need to get a flight from houston to seattle
|
flight
|
[{'start': 33, 'end': 40, 'value': 'houston', 'entity': 'fromloc.city_name'}, {'start': 44, 'end': 51, 'value': 'seattle', 'entity': 'toloc.city_name'}]
|
ঠিক আছে, আমাকে হুস্টন থেকে সিয়াটলে যেতে হবে
|
Okay, I have to go from Houston to Seattle.
|
[ IN:FLIGHT [ SL:CITY_NAME houston ] [ SL:CITY_NAME seattle ] ]
|
please list flights between denver and boston
|
flight
|
[{'start': 28, 'end': 34, 'value': 'denver', 'entity': 'fromloc.city_name'}, {'start': 39, 'end': 45, 'value': 'boston', 'entity': 'toloc.city_name'}]
|
দয়া করে ডেনভার এবং বোস্টনের মধ্যে বিমানের তালিকা তৈরি করুন।
|
Please make a list of flights between Denver and Boston.
|
[ IN:FLIGHT [ SL:CITY_NAME denver ] [ SL:CITY_NAME boston ] ]
|
find me the flights that are nonstop between boston and dallas that leave between 12 and 2 in the afternoon
|
flight
|
[{'start': 29, 'end': 36, 'value': 'nonstop', 'entity': 'flight_stop'}, {'start': 45, 'end': 51, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 56, 'end': 62, 'value': 'dallas', 'entity': 'toloc.city_name'}, {'start': 82, 'end': 84, 'value': '12', 'entity': 'depart_time.start_time'}, {'start': 89, 'end': 90, 'value': '2', 'entity': 'depart_time.end_time'}, {'start': 98, 'end': 107, 'value': 'afternoon', 'entity': 'depart_time.period_of_day'}]
|
বোস্টন এবং ডালাসের মধ্যে অবিরাম যে ফ্লাইটগুলি দুপুর বারোটা থেকে দু’টার মধ্যে ছেড়ে যায়
|
Continuous flights between Boston and Dallas that leave between 12: 00 and 2: 00 pm
|
[ IN:FLIGHT [ SL:FLIGHT_STOP nonstop ] [ SL:CITY_NAME boston ] [ SL:CITY_NAME dallas ] [ SL:START_TIME 12 ] [ SL:END_TIME 2 ] [ SL:PERIOD_OF_DAY afternoon ] ]
|
i would like some information on flights leaving boston to atlanta
|
flight
|
[{'start': 49, 'end': 55, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 59, 'end': 66, 'value': 'atlanta', 'entity': 'toloc.city_name'}]
|
আমি বোস্টন থেকে আটলান্টা যাওয়ার বিমান সম্পর্কে কিছু তথ্য জানতে চাই।
|
I want to know something about the flight from Boston to Atlanta.
|
[ IN:FLIGHT [ SL:CITY_NAME boston ] [ SL:CITY_NAME atlanta ] ]
|
show me the latest nonstop flight from denver to washington dc
|
flight
|
[{'start': 12, 'end': 18, 'value': 'latest', 'entity': 'flight_mod'}, {'start': 19, 'end': 26, 'value': 'nonstop', 'entity': 'flight_stop'}, {'start': 39, 'end': 45, 'value': 'denver', 'entity': 'fromloc.city_name'}, {'start': 49, 'end': 59, 'value': 'washington', 'entity': 'toloc.city_name'}, {'start': 60, 'end': 62, 'value': 'dc', 'entity': 'toloc.state_code'}]
|
আমাকে ডেনভার থেকে ওয়াশিংটন ডিসি পর্যন্ত সর্বশেষ ননস্টপ ফ্লাইটটি দেখান।
|
Show me the last nonstop flight from Denver to Washington DC.
|
[ IN:FLIGHT [ SL:FLIGHT_MOD latest ] [ SL:FLIGHT_STOP nonstop ] [ SL:CITY_NAME denver ] [ SL:CITY_NAME washington ] [ SL:STATE_CODE dc ] ]
|
what are the flights from dallas to baltimore
|
flight
|
[{'start': 26, 'end': 32, 'value': 'dallas', 'entity': 'fromloc.city_name'}, {'start': 36, 'end': 45, 'value': 'baltimore', 'entity': 'toloc.city_name'}]
|
ডালাস থেকে বাল্টিমোর পর্যন্ত কি ধরনের বিমান চলাচল করে?
|
What type of aircraft operate from Dallas to Baltimore?
|
[ IN:FLIGHT [ SL:CITY_NAME dallas ] [ SL:CITY_NAME baltimore ] ]
|
i would like a nonstop flight from new york to las vegas on march second
|
flight
|
[{'start': 15, 'end': 22, 'value': 'nonstop', 'entity': 'flight_stop'}, {'start': 35, 'end': 43, 'value': 'new york', 'entity': 'fromloc.city_name'}, {'start': 47, 'end': 56, 'value': 'las vegas', 'entity': 'toloc.city_name'}, {'start': 60, 'end': 65, 'value': 'march', 'entity': 'arrive_date.month_name'}, {'start': 66, 'end': 72, 'value': 'second', 'entity': 'arrive_date.day_number'}]
|
আমি নিউইয়র্ক থেকে লাস ভেগাস যেতে চাই মার্চের দ্বিতীয় দিনে
|
I want to go from New York to Las Vegas on the second day of March
|
[ IN:FLIGHT [ SL:FLIGHT_STOP nonstop ] [ SL:CITY_NAME new york ] [ SL:CITY_NAME las vegas ] [ SL:MONTH_NAME march ] [ SL:DAY_NUMBER second ] ]
|
show me all the night fares between philadelphia and san francisco
|
airfare
|
[{'start': 16, 'end': 21, 'value': 'night', 'entity': 'depart_time.period_of_day'}, {'start': 36, 'end': 48, 'value': 'philadelphia', 'entity': 'fromloc.city_name'}, {'start': 53, 'end': 66, 'value': 'san francisco', 'entity': 'toloc.city_name'}]
|
আমাকে ফিলাডেলফিয়া এবং সান ফ্রান্সিসকোর মধ্যে সারারাত ভাড়া দেখান
|
Show me the overnight fare between Philadelphia and San Francisco
|
[ IN:AIRFARE [ SL:PERIOD_OF_DAY night ] [ SL:CITY_NAME philadelphia ] [ SL:CITY_NAME san francisco ] ]
|
what kinds of ground transportation is available in dallas fort worth
|
ground_service
|
[{'start': 52, 'end': 69, 'value': 'dallas fort worth', 'entity': 'city_name'}]
|
ডালাস দুর্গে কি ধরনের স্থল পরিবহন পাওয়া যায়?
|
What kind of land transport is available in Dallas Castle?
|
[ IN:GROUND_SERVICE [ SL:CITY_NAME dallas fort worth ] ]
|
what is fare code qw
|
abbreviation
|
[{'start': 18, 'end': 20, 'value': 'qw', 'entity': 'fare_basis_code'}]
|
ভাড়া কোড কিউডব্লিউ কী?
|
What is Rent Code QW?
|
[ IN:ABBREVIATION [ SL:FARE_BASIS_CODE qw ] ]
|
i 'd like a flight on july ninth from orlando to kansas city in the afternoon
|
flight
|
[{'start': 22, 'end': 26, 'value': 'july', 'entity': 'depart_date.month_name'}, {'start': 27, 'end': 32, 'value': 'ninth', 'entity': 'depart_date.day_number'}, {'start': 38, 'end': 45, 'value': 'orlando', 'entity': 'fromloc.city_name'}, {'start': 49, 'end': 60, 'value': 'kansas city', 'entity': 'toloc.city_name'}, {'start': 68, 'end': 77, 'value': 'afternoon', 'entity': 'depart_time.period_of_day'}]
|
আমি জুলাইয়ের ৯ তারিখে বিকেলে অরল্যান্ডো থেকে কানসাস শহরে যেতে চাই।
|
I want to go from Orlando to Kansas City on the afternoon of July 9th.
|
[ IN:FLIGHT [ SL:MONTH_NAME july ] [ SL:DAY_NUMBER ninth ] [ SL:CITY_NAME orlando ] [ SL:CITY_NAME kansas city ] [ SL:PERIOD_OF_DAY afternoon ] ]
|
what are the coach fares from charlotte to la wednesday night
|
airfare
|
[{'start': 13, 'end': 18, 'value': 'coach', 'entity': 'class_type'}, {'start': 30, 'end': 39, 'value': 'charlotte', 'entity': 'fromloc.city_name'}, {'start': 43, 'end': 45, 'value': 'la', 'entity': 'toloc.city_name'}, {'start': 46, 'end': 55, 'value': 'wednesday', 'entity': 'depart_date.day_name'}, {'start': 56, 'end': 61, 'value': 'night', 'entity': 'depart_time.period_of_day'}]
|
শার্লট থেকে বুধবার রাত পর্যন্ত ট্রেনের ভাড়া কত?
|
How much was the train fare from Charlotte to Wednesday night?
|
[ IN:AIRFARE [ SL:CLASS_TYPE coach ] [ SL:CITY_NAME charlotte ] [ SL:CITY_NAME la ] [ SL:DAY_NAME wednesday ] [ SL:PERIOD_OF_DAY night ] ]
|
is there ground transportation available in denver
|
ground_service
|
[{'start': 44, 'end': 50, 'value': 'denver', 'entity': 'city_name'}]
|
সেখানে কি ডেনভারে স্থল পরিবহন পাওয়া যায়?
|
Is there land transport in Denver?
|
[ IN:GROUND_SERVICE [ SL:CITY_NAME denver ] ]
|
i would like to know the flights available from boston to denver arriving in denver by 8 o'clock wednesday morning
|
flight
|
[{'start': 48, 'end': 54, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 58, 'end': 64, 'value': 'denver', 'entity': 'toloc.city_name'}, {'start': 77, 'end': 83, 'value': 'denver', 'entity': 'toloc.city_name'}, {'start': 84, 'end': 86, 'value': 'by', 'entity': 'arrive_time.time_relative'}, {'start': 87, 'end': 96, 'value': "8 o'clock", 'entity': 'arrive_time.time'}, {'start': 97, 'end': 106, 'value': 'wednesday', 'entity': 'arrive_date.day_name'}, {'start': 107, 'end': 114, 'value': 'morning', 'entity': 'arrive_time.period_of_day'}]
|
আমি জানতে চাই বোস্টন থেকে ডেনভারে বুধবার সকাল আটটার মধ্যে কি ধরনের ফ্লাইট আসতে পারে।
|
I would like to know what kind of flight from Boston to Denver could take place by 8: 00 a.m. on Wednesday.
|
[ IN:FLIGHT [ SL:CITY_NAME boston ] [ SL:CITY_NAME denver ] [ SL:CITY_NAME denver ] [ SL:TIME_RELATIVE by ] [ SL:TIME 8 o'clock ] [ SL:DAY_NAME wednesday ] [ SL:PERIOD_OF_DAY morning ] ]
|
i would like to fly the cheapest rate available from pittsburgh to atlanta on wednesday morning
|
flight
|
[{'start': 24, 'end': 32, 'value': 'cheapest', 'entity': 'cost_relative'}, {'start': 53, 'end': 63, 'value': 'pittsburgh', 'entity': 'fromloc.city_name'}, {'start': 67, 'end': 74, 'value': 'atlanta', 'entity': 'toloc.city_name'}, {'start': 78, 'end': 87, 'value': 'wednesday', 'entity': 'depart_date.day_name'}, {'start': 88, 'end': 95, 'value': 'morning', 'entity': 'depart_time.period_of_day'}]
|
আমি বুধবার সকালে পিটসবার্গ থেকে আটলান্টা পর্যন্ত সবচেয়ে কম দামে বিমান চালাতে চাই।
|
I want to make the cheapest flight from Pittsburgh to Atlanta on Wednesday morning.
|
[ IN:FLIGHT [ SL:COST_RELATIVE cheapest ] [ SL:CITY_NAME pittsburgh ] [ SL:CITY_NAME atlanta ] [ SL:DAY_NAME wednesday ] [ SL:PERIOD_OF_DAY morning ] ]
|
list the flight from philadelphia to san francisco on american airlines
|
flight
|
[{'start': 21, 'end': 33, 'value': 'philadelphia', 'entity': 'fromloc.city_name'}, {'start': 37, 'end': 50, 'value': 'san francisco', 'entity': 'toloc.city_name'}, {'start': 54, 'end': 71, 'value': 'american airlines', 'entity': 'airline_name'}]
|
ফিলাডেলফিয়া থেকে সান ফ্রান্সিসকো পর্যন্ত আমেরিকান এয়ারলাইন্সের বিমানের তালিকা
|
List of American Airlines flights from Philadelphia to San Francisco
|
[ IN:FLIGHT [ SL:CITY_NAME philadelphia ] [ SL:CITY_NAME san francisco ] [ SL:AIRLINE_NAME american airlines ] ]
|
flights from memphis to las vegas on sunday
|
flight
|
[{'start': 13, 'end': 20, 'value': 'memphis', 'entity': 'fromloc.city_name'}, {'start': 24, 'end': 33, 'value': 'las vegas', 'entity': 'toloc.city_name'}, {'start': 37, 'end': 43, 'value': 'sunday', 'entity': 'depart_date.day_name'}]
|
রোববার মেমফিস থেকে লাস ভেগাস পর্যন্ত ফ্লাইট
|
Sunday flight from Memphis to Las Vegas
|
[ IN:FLIGHT [ SL:CITY_NAME memphis ] [ SL:CITY_NAME las vegas ] [ SL:DAY_NAME sunday ] ]
|
what is the first flight from atlanta to boston on thursday september fifth that leaves after 8 am
|
flight
|
[{'start': 12, 'end': 17, 'value': 'first', 'entity': 'flight_mod'}, {'start': 30, 'end': 37, 'value': 'atlanta', 'entity': 'fromloc.city_name'}, {'start': 41, 'end': 47, 'value': 'boston', 'entity': 'toloc.city_name'}, {'start': 51, 'end': 59, 'value': 'thursday', 'entity': 'depart_date.day_name'}, {'start': 60, 'end': 69, 'value': 'september', 'entity': 'depart_date.month_name'}, {'start': 70, 'end': 75, 'value': 'fifth', 'entity': 'depart_date.day_number'}, {'start': 88, 'end': 93, 'value': 'after', 'entity': 'depart_time.time_relative'}, {'start': 94, 'end': 98, 'value': '8 am', 'entity': 'depart_time.time'}]
|
৫ই সেপ্টেম্বর আটলান্টা থেকে বোস্টন পর্যন্ত প্রথম বিমানটি সকাল ৮টার পর ছাড়বে।
|
The first flight from Atlanta to Boston will take off after 8am on September 5.
|
[ IN:FLIGHT [ SL:FLIGHT_MOD first ] [ SL:CITY_NAME atlanta ] [ SL:CITY_NAME boston ] [ SL:DAY_NAME thursday ] [ SL:MONTH_NAME september ] [ SL:DAY_NUMBER fifth ] [ SL:TIME_RELATIVE after ] [ SL:TIME 8 am ] ]
|
what is the first class fare on united flight 352 from denver to boston
|
airfare
|
[{'start': 12, 'end': 23, 'value': 'first class', 'entity': 'class_type'}, {'start': 32, 'end': 38, 'value': 'united', 'entity': 'airline_name'}, {'start': 46, 'end': 49, 'value': '352', 'entity': 'flight_number'}, {'start': 55, 'end': 61, 'value': 'denver', 'entity': 'fromloc.city_name'}, {'start': 65, 'end': 71, 'value': 'boston', 'entity': 'toloc.city_name'}]
|
ইউনাইটেড ফ্লাইটে ডেনভার থেকে বোস্টন পর্যন্ত প্রথম শ্রেণীর ভাড়া কত?
|
What is the first class fare for a United flight from Denver to Boston?
|
[ IN:AIRFARE [ SL:CLASS_TYPE first class ] [ SL:AIRLINE_NAME united ] [ SL:FLIGHT_NUMBER 352 ] [ SL:CITY_NAME denver ] [ SL:CITY_NAME boston ] ]
|
flight from philadelphia to dallas arriving before 4 pm on saturday
|
flight
|
[{'start': 12, 'end': 24, 'value': 'philadelphia', 'entity': 'fromloc.city_name'}, {'start': 28, 'end': 34, 'value': 'dallas', 'entity': 'toloc.city_name'}, {'start': 44, 'end': 50, 'value': 'before', 'entity': 'arrive_time.time_relative'}, {'start': 51, 'end': 55, 'value': '4 pm', 'entity': 'arrive_time.time'}, {'start': 59, 'end': 67, 'value': 'saturday', 'entity': 'arrive_date.day_name'}]
|
ফিলাডেলফিয়া থেকে ডালাস পর্যন্ত বিমান শনিবার বিকেল চারটার আগে পৌঁছাবে।
|
The flight from Philadelphia to Dallas will arrive before 4 pm on Saturday.
|
[ IN:FLIGHT [ SL:CITY_NAME philadelphia ] [ SL:CITY_NAME dallas ] [ SL:TIME_RELATIVE before ] [ SL:TIME 4 pm ] [ SL:DAY_NAME saturday ] ]
|
list flights tomorrow from san diego to phoenix
|
flight
|
[{'start': 13, 'end': 21, 'value': 'tomorrow', 'entity': 'depart_date.today_relative'}, {'start': 27, 'end': 36, 'value': 'san diego', 'entity': 'fromloc.city_name'}, {'start': 40, 'end': 47, 'value': 'phoenix', 'entity': 'toloc.city_name'}]
|
আগামীকাল সান ডিয়েগো থেকে ফিনিক্স পর্যন্ত বিমানের তালিকা
|
List of flights from San Diego to Phoenix tomorrow
|
[ IN:FLIGHT [ SL:TODAY_RELATIVE tomorrow ] [ SL:CITY_NAME san diego ] [ SL:CITY_NAME phoenix ] ]
|
show me all flights from san francisco to washington dc area
|
flight
|
[{'start': 25, 'end': 38, 'value': 'san francisco', 'entity': 'fromloc.city_name'}, {'start': 42, 'end': 52, 'value': 'washington', 'entity': 'toloc.city_name'}, {'start': 53, 'end': 55, 'value': 'dc', 'entity': 'toloc.state_code'}]
|
আমাকে সান ফ্রান্সিসকো থেকে ওয়াশিংটন ডিসি পর্যন্ত সমস্ত ফ্লাইট দেখাও।
|
Show me all the flights from San Francisco to Washington DC.
|
[ IN:FLIGHT [ SL:CITY_NAME san francisco ] [ SL:CITY_NAME washington ] [ SL:STATE_CODE dc ] ]
|
show me all the united airlines flights leaving dallas
|
flight
|
[{'start': 16, 'end': 31, 'value': 'united airlines', 'entity': 'airline_name'}, {'start': 48, 'end': 54, 'value': 'dallas', 'entity': 'fromloc.city_name'}]
|
আমাকে ডালাস ছেড়ে যাওয়া সমস্ত ইউনাইটেড এয়ারলাইন্স ফ্লাইট দেখাও
|
Show me all the United Airlines flights leaving Dallas
|
[ IN:FLIGHT [ SL:AIRLINE_NAME united airlines ] [ SL:CITY_NAME dallas ] ]
|
can you list all the flights between phoenix and las vegas
|
flight
|
[{'start': 37, 'end': 44, 'value': 'phoenix', 'entity': 'fromloc.city_name'}, {'start': 49, 'end': 58, 'value': 'las vegas', 'entity': 'toloc.city_name'}]
|
আপনি কি ফিনিক্স এবং লাস ভেগাসের মধ্যে সমস্ত উড়ানের তালিকা তৈরি করতে পারেন?
|
Can you list all the flights between Phoenix and Las Vegas?
|
[ IN:FLIGHT [ SL:CITY_NAME phoenix ] [ SL:CITY_NAME las vegas ] ]
|
list all flights from baltimore to philadelphia
|
flight
|
[{'start': 22, 'end': 31, 'value': 'baltimore', 'entity': 'fromloc.city_name'}, {'start': 35, 'end': 47, 'value': 'philadelphia', 'entity': 'toloc.city_name'}]
|
বাল্টিমোর থেকে ফিলাডেলফিয়া পর্যন্ত সমস্ত বিমানের তালিকা
|
List of all flights from Baltimore to Philadelphia
|
[ IN:FLIGHT [ SL:CITY_NAME baltimore ] [ SL:CITY_NAME philadelphia ] ]
|
round trip flights from minneapolis to san diego coach economy fare
|
flight
|
[{'start': 1, 'end': 11, 'value': 'round trip', 'entity': 'round_trip'}, {'start': 24, 'end': 35, 'value': 'minneapolis', 'entity': 'fromloc.city_name'}, {'start': 39, 'end': 48, 'value': 'san diego', 'entity': 'toloc.city_name'}, {'start': 49, 'end': 54, 'value': 'coach', 'entity': 'class_type'}, {'start': 55, 'end': 62, 'value': 'economy', 'entity': 'economy'}]
|
মিনিয়াপোলিস থেকে সান ডিয়েগো কোচ ইকোনমি ভাড়া পর্যন্ত রাউন্ড ট্রিপ ফ্লাইট
|
Round Trip Flight from Minneapolis to San Diego Coach Economy Rare
|
[ IN:FLIGHT [ SL:ROUND_TRIP round trip ] [ SL:CITY_NAME minneapolis ] [ SL:CITY_NAME san diego ] [ SL:CLASS_TYPE coach ] [ SL:ECONOMY economy ] ]
|
i want to fly from boston to denver and i don 't want any stopovers and i 'd like to fly only during the afternoon
|
flight
|
[{'start': 19, 'end': 25, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 29, 'end': 35, 'value': 'denver', 'entity': 'toloc.city_name'}, {'start': 105, 'end': 114, 'value': 'afternoon', 'entity': 'depart_time.period_of_day'}]
|
আমি বোস্টন থেকে ডেনভারে উড়ে যেতে চাই এবং আমি কোনও স্টপওভার চাই না এবং আমি কেবল বিকেলে উড়ে যেতে চাই।
|
I want to fly from Boston to Denver and I dont want a stopover and I just want to fly in the afternoon.
|
[ IN:FLIGHT [ SL:CITY_NAME boston ] [ SL:CITY_NAME denver ] [ SL:PERIOD_OF_DAY afternoon ] ]
|
flights from denver to baltimore between 10 am and 2 pm
|
flight
|
[{'start': 13, 'end': 19, 'value': 'denver', 'entity': 'fromloc.city_name'}, {'start': 23, 'end': 32, 'value': 'baltimore', 'entity': 'toloc.city_name'}, {'start': 41, 'end': 46, 'value': '10 am', 'entity': 'depart_time.start_time'}, {'start': 51, 'end': 55, 'value': '2 pm', 'entity': 'depart_time.end_time'}]
|
সকাল ১০টা থেকে দুপুর ২টো পর্যন্ত ডেনভার থেকে বাল্টিমোর পর্যন্ত বিমান চলাচল করবে।
|
The flight will operate from Denver to Baltimore from 10 am to 2 pm.
|
[ IN:FLIGHT [ SL:CITY_NAME denver ] [ SL:CITY_NAME baltimore ] [ SL:START_TIME 10 am ] [ SL:END_TIME 2 pm ] ]
|
show me the flights from denver to atlanta
|
flight
|
[{'start': 25, 'end': 31, 'value': 'denver', 'entity': 'fromloc.city_name'}, {'start': 35, 'end': 42, 'value': 'atlanta', 'entity': 'toloc.city_name'}]
|
আমাকে ডেনভার থেকে আটলান্টার ফ্লাইট দেখাও
|
Show me the flight from Denver to Atlanta
|
[ IN:FLIGHT [ SL:CITY_NAME denver ] [ SL:CITY_NAME atlanta ] ]
|
what flights are there on delta from boston to dallas
|
flight
|
[{'start': 26, 'end': 31, 'value': 'delta', 'entity': 'airline_name'}, {'start': 37, 'end': 43, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 47, 'end': 53, 'value': 'dallas', 'entity': 'toloc.city_name'}]
|
বস্টন থেকে ডালাস পর্যন্ত বদ্বীপে কি ধরনের ফ্লাইট রয়েছে?
|
What are the flights from Boston to Dallas in the Delta?
|
[ IN:FLIGHT [ SL:AIRLINE_NAME delta ] [ SL:CITY_NAME boston ] [ SL:CITY_NAME dallas ] ]
|
what kind of ground transportation can you offer me in seattle
|
ground_service
|
[{'start': 55, 'end': 62, 'value': 'seattle', 'entity': 'city_name'}]
|
আপনি আমাকে সিয়াটলে কি ধরনের স্থল পরিবহনের ব্যবস্থা করতে পারেন?
|
What kind of land transport can you arrange for me to Seattle?
|
[ IN:GROUND_SERVICE [ SL:CITY_NAME seattle ] ]
|
leaving washington going to san francisco the latest flight
|
flight
|
[{'start': 8, 'end': 18, 'value': 'washington', 'entity': 'fromloc.city_name'}, {'start': 28, 'end': 41, 'value': 'san francisco', 'entity': 'toloc.city_name'}, {'start': 46, 'end': 52, 'value': 'latest', 'entity': 'flight_mod'}]
|
ওয়াশিংটন ছেড়ে সান ফ্রান্সিসকোয় যাচ্ছে সর্বশেষ বিমান
|
Last plane leaves Washington for San Francisco
|
[ IN:FLIGHT [ SL:CITY_NAME washington ] [ SL:CITY_NAME san francisco ] [ SL:FLIGHT_MOD latest ] ]
|
show me the flights available from atlanta to baltimore leaving atlanta in the morning
|
flight
|
[{'start': 35, 'end': 42, 'value': 'atlanta', 'entity': 'fromloc.city_name'}, {'start': 46, 'end': 55, 'value': 'baltimore', 'entity': 'toloc.city_name'}, {'start': 64, 'end': 71, 'value': 'atlanta', 'entity': 'fromloc.city_name'}, {'start': 79, 'end': 86, 'value': 'morning', 'entity': 'depart_time.period_of_day'}]
|
আমাকে আটলান্টা থেকে বাল্টিমোর যাওয়ার ফ্লাইটগুলি সকালে আটলান্টা থেকে ছাড়ার সময় দেখান
|
Show me the flights from Atlanta to Baltimore as they leave Atlanta in the morning
|
[ IN:FLIGHT [ SL:CITY_NAME atlanta ] [ SL:CITY_NAME baltimore ] [ SL:CITY_NAME atlanta ] [ SL:PERIOD_OF_DAY morning ] ]
|
round trip fares new york to san jose
|
airfare
|
[{'start': 1, 'end': 11, 'value': 'round trip', 'entity': 'round_trip'}, {'start': 17, 'end': 25, 'value': 'new york', 'entity': 'fromloc.city_name'}, {'start': 29, 'end': 37, 'value': 'san jose', 'entity': 'toloc.city_name'}]
|
নিউইয়র্ক থেকে সান জোসে রাউন্ড ট্রিপ ভাড়া
|
Rental round trip from New York to San Jose
|
[ IN:AIRFARE [ SL:ROUND_TRIP round trip ] [ SL:CITY_NAME new york ] [ SL:CITY_NAME san jose ] ]
|
how do i get from pittsburgh airport to downtown pittsburgh
|
flight
|
[{'start': 18, 'end': 36, 'value': 'pittsburgh airport', 'entity': 'fromloc.airport_name'}, {'start': 49, 'end': 59, 'value': 'pittsburgh', 'entity': 'toloc.city_name'}]
|
কিভাবে আমি পিটসবার্গ বিমানবন্দর থেকে পিটসবার্গ শহরের কেন্দ্রস্থলে পৌঁছাবো?
|
How do I get from Pittsburgh Airport to downtown Pittsburgh?
|
[ IN:FLIGHT [ SL:AIRPORT_NAME pittsburgh airport ] [ SL:CITY_NAME pittsburgh ] ]
|
does midwest express serve charlotte
|
flight
|
[{'start': 5, 'end': 12, 'value': 'midwest', 'entity': 'airline_name'}, {'start': 27, 'end': 36, 'value': 'charlotte', 'entity': 'city_name'}]
|
মিডওয়েস্ট এক্সপ্রেস শার্লট পরিবেশন করে
|
Midwest Express serves Charlotte
|
[ IN:FLIGHT [ SL:AIRLINE_NAME midwest ] [ SL:CITY_NAME charlotte ] ]
|
what flights from houston to milwaukee on friday in the evening on american airlines
|
flight
|
[{'start': 18, 'end': 25, 'value': 'houston', 'entity': 'fromloc.city_name'}, {'start': 29, 'end': 38, 'value': 'milwaukee', 'entity': 'toloc.city_name'}, {'start': 42, 'end': 48, 'value': 'friday', 'entity': 'depart_date.day_name'}, {'start': 56, 'end': 63, 'value': 'evening', 'entity': 'depart_time.period_of_day'}, {'start': 67, 'end': 84, 'value': 'american airlines', 'entity': 'airline_name'}]
|
শুক্রবার সন্ধ্যায় আমেরিকান এয়ারলাইন্সে হাউস্টন থেকে মিলওয়াকি পর্যন্ত কোন ফ্লাইটগুলি?
|
Which are the flights by American Airlines from Houston to Milwaukee on Friday evening?
|
[ IN:FLIGHT [ SL:CITY_NAME houston ] [ SL:CITY_NAME milwaukee ] [ SL:DAY_NAME friday ] [ SL:PERIOD_OF_DAY evening ] [ SL:AIRLINE_NAME american airlines ] ]
|
what is the earliest flight going from san francisco to dallas on monday august nineteenth
|
flight
|
[{'start': 12, 'end': 20, 'value': 'earliest', 'entity': 'flight_mod'}, {'start': 39, 'end': 52, 'value': 'san francisco', 'entity': 'fromloc.city_name'}, {'start': 56, 'end': 62, 'value': 'dallas', 'entity': 'toloc.city_name'}, {'start': 66, 'end': 72, 'value': 'monday', 'entity': 'depart_date.day_name'}, {'start': 73, 'end': 79, 'value': 'august', 'entity': 'depart_date.month_name'}, {'start': 80, 'end': 90, 'value': 'nineteenth', 'entity': 'depart_date.day_number'}]
|
১৯ আগস্টের সোমবার সান ফ্রান্সিসকো থেকে ডালাস পর্যন্ত সর্বপ্রথম কোন বিমানটি চলাচল করবে?
|
The first flight from San Francisco to Dallas will be operated on Monday, August 19.
|
[ IN:FLIGHT [ SL:FLIGHT_MOD earliest ] [ SL:CITY_NAME san francisco ] [ SL:CITY_NAME dallas ] [ SL:DAY_NAME monday ] [ SL:MONTH_NAME august ] [ SL:DAY_NUMBER nineteenth ] ]
|
what flights from atlanta to st. louis on tuesday arriving around 230 pm
|
flight
|
[{'start': 18, 'end': 25, 'value': 'atlanta', 'entity': 'fromloc.city_name'}, {'start': 29, 'end': 38, 'value': 'st. louis', 'entity': 'toloc.city_name'}, {'start': 42, 'end': 49, 'value': 'tuesday', 'entity': 'depart_date.day_name'}, {'start': 59, 'end': 65, 'value': 'around', 'entity': 'arrive_time.time_relative'}, {'start': 66, 'end': 72, 'value': '230 pm', 'entity': 'arrive_time.time'}]
|
আটলান্টা থেকে কোন বিমানগুলি মঙ্গলবার দুপুর ২টো ৩০ মিনিটে পৌঁছাবে
|
The flights from Atlanta will arrive at 2.30 pm on Tuesday
|
[ IN:FLIGHT [ SL:CITY_NAME atlanta ] [ SL:CITY_NAME st. louis ] [ SL:DAY_NAME tuesday ] [ SL:TIME_RELATIVE around ] [ SL:TIME 230 pm ] ]
|
i need a flight from kansas city to chicago that leaves wednesday and arrives in chicago around 7 pm
|
flight
|
[{'start': 21, 'end': 32, 'value': 'kansas city', 'entity': 'fromloc.city_name'}, {'start': 36, 'end': 43, 'value': 'chicago', 'entity': 'toloc.city_name'}, {'start': 56, 'end': 65, 'value': 'wednesday', 'entity': 'depart_date.day_name'}, {'start': 81, 'end': 88, 'value': 'chicago', 'entity': 'toloc.city_name'}, {'start': 89, 'end': 95, 'value': 'around', 'entity': 'arrive_time.time_relative'}, {'start': 96, 'end': 100, 'value': '7 pm', 'entity': 'arrive_time.time'}]
|
আমি কানসাস শহর থেকে চিকাগো যাওয়ার জন্য একটি ফ্লাইট চাই যা বুধবার ছেড়ে চিকাগো পৌঁছাবে সন্ধ্যা সাতটার দিকে।
|
I want a flight from Kansas City to Chicago which will leave Wednesday at 7 pm and reach Chicago.
|
[ IN:FLIGHT [ SL:CITY_NAME kansas city ] [ SL:CITY_NAME chicago ] [ SL:DAY_NAME wednesday ] [ SL:CITY_NAME chicago ] [ SL:TIME_RELATIVE around ] [ SL:TIME 7 pm ] ]
|
i need a cheap flight from baltimore to san francisco
|
flight
|
[{'start': 9, 'end': 14, 'value': 'cheap', 'entity': 'flight_mod'}, {'start': 27, 'end': 36, 'value': 'baltimore', 'entity': 'fromloc.city_name'}, {'start': 40, 'end': 53, 'value': 'san francisco', 'entity': 'toloc.city_name'}]
|
আমি বাল্টিমোর থেকে সান ফ্রান্সিস্কো পর্যন্ত একটি সস্তা ফ্লাইট চাই
|
I want a cheap flight from Baltimore to San Francisco
|
[ IN:FLIGHT [ SL:FLIGHT_MOD cheap ] [ SL:CITY_NAME baltimore ] [ SL:CITY_NAME san francisco ] ]
|
what is the cost of a first class ticket from baltimore to dallas
|
airfare
|
[{'start': 22, 'end': 33, 'value': 'first class', 'entity': 'class_type'}, {'start': 46, 'end': 55, 'value': 'baltimore', 'entity': 'fromloc.city_name'}, {'start': 59, 'end': 65, 'value': 'dallas', 'entity': 'toloc.city_name'}]
|
বাল্টিমোর থেকে ডালাস পর্যন্ত প্রথম শ্রেণীর টিকিটের দাম কত?
|
What is the price of a first class ticket from Baltimore to Dallas?
|
[ IN:AIRFARE [ SL:CLASS_TYPE first class ] [ SL:CITY_NAME baltimore ] [ SL:CITY_NAME dallas ] ]
|
what is the economy thrift fare from boston to washington
|
airfare
|
[{'start': 12, 'end': 19, 'value': 'economy', 'entity': 'economy'}, {'start': 20, 'end': 26, 'value': 'thrift', 'entity': 'class_type'}, {'start': 37, 'end': 43, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 47, 'end': 57, 'value': 'washington', 'entity': 'toloc.city_name'}]
|
বোস্টন থেকে ওয়াশিংটন পর্যন্ত অর্থনীতির ব্যয় কত?
|
What is the cost of the economy from Boston to Washington?
|
[ IN:AIRFARE [ SL:ECONOMY economy ] [ SL:CLASS_TYPE thrift ] [ SL:CITY_NAME boston ] [ SL:CITY_NAME washington ] ]
|
list the nonstop flights early tuesday morning from dallas to atlanta
|
flight
|
[{'start': 9, 'end': 16, 'value': 'nonstop', 'entity': 'flight_stop'}, {'start': 25, 'end': 30, 'value': 'early', 'entity': 'arrive_time.period_mod'}, {'start': 31, 'end': 38, 'value': 'tuesday', 'entity': 'arrive_date.day_name'}, {'start': 39, 'end': 46, 'value': 'morning', 'entity': 'arrive_time.period_of_day'}, {'start': 52, 'end': 58, 'value': 'dallas', 'entity': 'fromloc.city_name'}, {'start': 62, 'end': 69, 'value': 'atlanta', 'entity': 'toloc.city_name'}]
|
ডালাস থেকে আটলান্টা পর্যন্ত মঙ্গলবার ভোরে অবিরাম উড়ানের তালিকা
|
List of non-stop flights from Dallas to Atlanta on Tuesday morning
|
[ IN:FLIGHT [ SL:FLIGHT_STOP nonstop ] [ SL:PERIOD_MOD early ] [ SL:DAY_NAME tuesday ] [ SL:PERIOD_OF_DAY morning ] [ SL:CITY_NAME dallas ] [ SL:CITY_NAME atlanta ] ]
|
what is the earliest flight you have that leaves philadelphia to dallas
|
flight
|
[{'start': 12, 'end': 20, 'value': 'earliest', 'entity': 'flight_mod'}, {'start': 49, 'end': 61, 'value': 'philadelphia', 'entity': 'fromloc.city_name'}, {'start': 65, 'end': 71, 'value': 'dallas', 'entity': 'toloc.city_name'}]
|
ফিলাডেলফিয়া থেকে শুরু করে ডালাস পর্যন্ত সর্বপ্রথম কোন ফ্লাইটে যাওয়া যায়?
|
The first flight from Philadelphia to Dallas?
|
[ IN:FLIGHT [ SL:FLIGHT_MOD earliest ] [ SL:CITY_NAME philadelphia ] [ SL:CITY_NAME dallas ] ]
|
are there any flights from dallas fort worth to boston leaving before 10 am
|
flight
|
[{'start': 27, 'end': 44, 'value': 'dallas fort worth', 'entity': 'fromloc.city_name'}, {'start': 48, 'end': 54, 'value': 'boston', 'entity': 'toloc.city_name'}, {'start': 63, 'end': 69, 'value': 'before', 'entity': 'depart_time.time_relative'}, {'start': 70, 'end': 75, 'value': '10 am', 'entity': 'depart_time.time'}]
|
ডালাস দুর্গ থেকে বোস্টন যাওয়ার জন্য সকাল দশটার আগে কোন ফ্লাইট আছে?
|
Is there a flight from Dallas to Boston before 10: 00 a.m.?
|
[ IN:FLIGHT [ SL:CITY_NAME dallas fort worth ] [ SL:CITY_NAME boston ] [ SL:TIME_RELATIVE before ] [ SL:TIME 10 am ] ]
|
show me all the flights to baltimore after 6 o'clock pm
|
flight
|
[{'start': 27, 'end': 36, 'value': 'baltimore', 'entity': 'toloc.city_name'}, {'start': 37, 'end': 42, 'value': 'after', 'entity': 'depart_time.time_relative'}, {'start': 43, 'end': 55, 'value': "6 o'clock pm", 'entity': 'depart_time.time'}]
|
সন্ধ্যা ছয়টার পর আমাকে সব ফ্লাইট বাল্টিমোরে দেখাও
|
Show me all the flights in Baltimore after 6 pm
|
[ IN:FLIGHT [ SL:CITY_NAME baltimore ] [ SL:TIME_RELATIVE after ] [ SL:TIME 6 o'clock pm ] ]
|
united airlines flights stopping in denver before noon
|
flight
|
[{'start': 1, 'end': 16, 'value': 'united airlines', 'entity': 'airline_name'}, {'start': 36, 'end': 42, 'value': 'denver', 'entity': 'stoploc.city_name'}, {'start': 43, 'end': 49, 'value': 'before', 'entity': 'depart_time.time_relative'}, {'start': 50, 'end': 54, 'value': 'noon', 'entity': 'depart_time.time'}]
|
ইউনাইটেড এয়ারলাইন্সের ফ্লাইট দুপুরের আগেই বন্ধ
|
United Airlines suspends flights before noon
|
[ IN:FLIGHT [ SL:AIRLINE_NAME united airlines ] [ SL:CITY_NAME denver ] [ SL:TIME_RELATIVE before ] [ SL:TIME noon ] ]
|
show me the car rentals in baltimore
|
ground_service
|
[{'start': 12, 'end': 23, 'value': 'car rentals', 'entity': 'transport_type'}, {'start': 27, 'end': 36, 'value': 'baltimore', 'entity': 'city_name'}]
|
আমাকে গাড়ির ভাড়া বাল্টিমোরে দেখাও
|
Show me the car fare in Baltimore
|
[ IN:GROUND_SERVICE [ SL:TRANSPORT_TYPE car rentals ] [ SL:CITY_NAME baltimore ] ]
|
what flights go from newark to boston after 1024 in the morning
|
flight
|
[{'start': 21, 'end': 27, 'value': 'newark', 'entity': 'fromloc.city_name'}, {'start': 31, 'end': 37, 'value': 'boston', 'entity': 'toloc.city_name'}, {'start': 38, 'end': 43, 'value': 'after', 'entity': 'depart_time.time_relative'}, {'start': 44, 'end': 48, 'value': '1024', 'entity': 'depart_time.time'}, {'start': 56, 'end': 63, 'value': 'morning', 'entity': 'depart_time.period_of_day'}]
|
সকাল দশটা চব্বিশ মিনিটের পর নেওয়ার্ক থেকে বোস্টন পর্যন্ত কোন ফ্লাইটগুলি যায়?
|
Which flights from Newark to Boston take off after 10: 24 am?
|
[ IN:FLIGHT [ SL:CITY_NAME newark ] [ SL:CITY_NAME boston ] [ SL:TIME_RELATIVE after ] [ SL:TIME 1024 ] [ SL:PERIOD_OF_DAY morning ] ]
|
shortest evening flight from tampa to cincinnati
|
flight
|
[{'start': 1, 'end': 9, 'value': 'shortest', 'entity': 'flight_mod'}, {'start': 9, 'end': 16, 'value': 'evening', 'entity': 'depart_time.period_of_day'}, {'start': 29, 'end': 34, 'value': 'tampa', 'entity': 'fromloc.city_name'}, {'start': 38, 'end': 48, 'value': 'cincinnati', 'entity': 'toloc.city_name'}]
|
টাম্পা থেকে সিনসিনাটি পর্যন্ত স্বল্পতম বিমান পরিষেবা
|
Shortest flight from Tampa to Cincinnati
|
[ IN:FLIGHT [ SL:FLIGHT_MOD shortest ] [ SL:PERIOD_OF_DAY evening ] [ SL:CITY_NAME tampa ] [ SL:CITY_NAME cincinnati ] ]
|
how much time does it take to go between the airport and downtown by ground transportation in dallas
|
ground_service
|
[{'start': 94, 'end': 100, 'value': 'dallas', 'entity': 'city_name'}]
|
ডালাসে গ্রাউন্ড ট্রান্সপোর্টেশনের মাধ্যমে বিমানবন্দর এবং ডাউনটাউনের মধ্যে যেতে কত সময় লাগে?
|
How long does it take to travel between the airport and the downtown via Dallas Ground Transportation?
|
[ IN:GROUND_SERVICE [ SL:CITY_NAME dallas ] ]
|
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 ] ]
|
i 'd like to fly continental airlines between boston and philadelphia
|
flight
|
[{'start': 17, 'end': 37, 'value': 'continental airlines', 'entity': 'airline_name'}, {'start': 46, 'end': 52, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 57, 'end': 69, 'value': 'philadelphia', 'entity': 'toloc.city_name'}]
|
আমি বোস্টন এবং ফিলাডেলফিয়ার মধ্যে মহাদেশীয় বিমান চালাতে চাই
|
I want to fly continental planes between Boston and Philadelphia
|
[ IN:FLIGHT [ SL:AIRLINE_NAME continental airlines ] [ SL:CITY_NAME boston ] [ SL:CITY_NAME philadelphia ] ]
|
i would like to book a flight on continental airlines from chicago to seattle on june first
|
flight
|
[{'start': 33, 'end': 53, 'value': 'continental airlines', 'entity': 'airline_name'}, {'start': 59, 'end': 66, 'value': 'chicago', 'entity': 'fromloc.city_name'}, {'start': 70, 'end': 77, 'value': 'seattle', 'entity': 'toloc.city_name'}, {'start': 81, 'end': 85, 'value': 'june', 'entity': 'depart_date.month_name'}, {'start': 86, 'end': 91, 'value': 'first', 'entity': 'depart_date.day_number'}]
|
আমি প্রথম জুন মাসে চিকাগো থেকে সিয়াটলে মহাদেশীয় বিমান সংস্থায় একটি ফ্লাইট বুক করতে চাই।
|
I would like to book a flight from Chicago to Seattle on Continental Airlines from 1st June.
|
[ IN:FLIGHT [ SL:AIRLINE_NAME continental airlines ] [ SL:CITY_NAME chicago ] [ SL:CITY_NAME seattle ] [ SL:MONTH_NAME june ] [ SL:DAY_NUMBER first ] ]
|
all flights from pittsburgh to dallas round trip after 12 pm less than 100
|
flight
|
[{'start': 17, 'end': 27, 'value': 'pittsburgh', 'entity': 'fromloc.city_name'}, {'start': 31, 'end': 37, 'value': 'dallas', 'entity': 'toloc.city_name'}, {'start': 38, 'end': 48, 'value': 'round trip', 'entity': 'round_trip'}, {'start': 49, 'end': 54, 'value': 'after', 'entity': 'depart_time.time_relative'}, {'start': 55, 'end': 60, 'value': '12 pm', 'entity': 'depart_time.time'}, {'start': 61, 'end': 65, 'value': 'less', 'entity': 'cost_relative'}, {'start': 71, 'end': 74, 'value': '100', 'entity': 'fare_amount'}]
|
পিটসবার্গ থেকে ডালাস পর্যন্ত সমস্ত বিমান পরিষেবা দুপুর ১২টার পর শুরু হবে।
|
All flights from Pittsburgh to Dallas will start after 12 noon.
|
[ IN:FLIGHT [ SL:CITY_NAME pittsburgh ] [ SL:CITY_NAME dallas ] [ SL:ROUND_TRIP round trip ] [ SL:TIME_RELATIVE after ] [ SL:TIME 12 pm ] [ SL:COST_RELATIVE less ] [ SL:FARE_AMOUNT 100 ] ]
|
show me flights on sunday going from san francisco to boston nonstop first class leaving after 12 noon
|
flight
|
[{'start': 19, 'end': 25, 'value': 'sunday', 'entity': 'depart_date.day_name'}, {'start': 37, 'end': 50, 'value': 'san francisco', 'entity': 'fromloc.city_name'}, {'start': 54, 'end': 60, 'value': 'boston', 'entity': 'toloc.city_name'}, {'start': 61, 'end': 68, 'value': 'nonstop', 'entity': 'flight_stop'}, {'start': 69, 'end': 80, 'value': 'first class', 'entity': 'class_type'}, {'start': 89, 'end': 94, 'value': 'after', 'entity': 'depart_time.time_relative'}, {'start': 95, 'end': 102, 'value': '12 noon', 'entity': 'depart_time.time'}]
|
আমাকে সান ফ্রান্সিসকো থেকে বোস্টন পর্যন্ত রবিবার দুপুর ১২টার পর অবিরাম প্রথম শ্রেণী ছাড়ার বিমান দেখাও।
|
Show me a continuous first class flight from San Francisco to Boston after 12 noon on Sunday.
|
[ IN:FLIGHT [ SL:DAY_NAME sunday ] [ SL:CITY_NAME san francisco ] [ SL:CITY_NAME boston ] [ SL:FLIGHT_STOP nonstop ] [ SL:CLASS_TYPE first class ] [ SL:TIME_RELATIVE after ] [ SL:TIME 12 noon ] ]
|
from las vegas to phoenix
|
flight
|
[{'start': 5, 'end': 14, 'value': 'las vegas', 'entity': 'fromloc.city_name'}, {'start': 18, 'end': 25, 'value': 'phoenix', 'entity': 'toloc.city_name'}]
|
লাস ভেগাস থেকে ফিনিক্স
|
Las Vegas to Phoenix
|
[ IN:FLIGHT [ SL:CITY_NAME las vegas ] [ SL:CITY_NAME phoenix ] ]
|
show me the flight with the smallest seating capacity which leaves pittsburgh and arrives in baltimore on june fourteenth
|
flight
|
[{'start': 28, 'end': 36, 'value': 'smallest', 'entity': 'mod'}, {'start': 67, 'end': 77, 'value': 'pittsburgh', 'entity': 'fromloc.city_name'}, {'start': 93, 'end': 102, 'value': 'baltimore', 'entity': 'toloc.city_name'}, {'start': 106, 'end': 110, 'value': 'june', 'entity': 'arrive_date.month_name'}, {'start': 111, 'end': 121, 'value': 'fourteenth', 'entity': 'arrive_date.day_number'}]
|
পিট্সবার্গ থেকে ১৪ই জুন বাল্টিমোরে আসা সবচেয়ে কম আসনবিশিষ্ট বিমানটি আমাকে দেখান।
|
Show me the smallest plane ever to arrive in Baltimore from Pittsburgh on 14 June.
|
[ IN:FLIGHT [ SL:MOD smallest ] [ SL:CITY_NAME pittsburgh ] [ SL:CITY_NAME baltimore ] [ SL:MONTH_NAME june ] [ SL:DAY_NUMBER fourteenth ] ]
|
show all flights from boston to denver on july thirty first
|
flight
|
[{'start': 22, 'end': 28, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 32, 'end': 38, 'value': 'denver', 'entity': 'toloc.city_name'}, {'start': 42, 'end': 46, 'value': 'july', 'entity': 'depart_date.month_name'}, {'start': 47, 'end': 59, 'value': 'thirty first', 'entity': 'depart_date.day_number'}]
|
জুলাই মাসের ৩১ তারিখে বোস্টন থেকে ডেনভার পর্যন্ত সব ফ্লাইট দেখানো হবে।
|
All flights from Boston to Denver will be screened on July 31.
|
[ IN:FLIGHT [ SL:CITY_NAME boston ] [ SL:CITY_NAME denver ] [ SL:MONTH_NAME july ] [ SL:DAY_NUMBER thirty first ] ]
|
are there any flights before 12 noon on june fifteenth from long beach to columbus
|
flight
|
[{'start': 22, 'end': 28, 'value': 'before', 'entity': 'depart_time.time_relative'}, {'start': 29, 'end': 36, 'value': '12 noon', 'entity': 'depart_time.time'}, {'start': 40, 'end': 44, 'value': 'june', 'entity': 'depart_date.month_name'}, {'start': 45, 'end': 54, 'value': 'fifteenth', 'entity': 'depart_date.day_number'}, {'start': 60, 'end': 70, 'value': 'long beach', 'entity': 'fromloc.city_name'}, {'start': 74, 'end': 82, 'value': 'columbus', 'entity': 'toloc.city_name'}]
|
১৫ই জুন দুপুর ১২টার আগে দীর্ঘ সৈকত থেকে কলম্বাস পর্যন্ত কোন ফ্লাইট আছে কি?
|
Is there any flight from Long Beach to Columbus before 12 noon on 15th June?
|
[ IN:FLIGHT [ SL:TIME_RELATIVE before ] [ SL:TIME 12 noon ] [ SL:MONTH_NAME june ] [ SL:DAY_NUMBER fifteenth ] [ SL:CITY_NAME long beach ] [ SL:CITY_NAME columbus ] ]
|
on a flight from san francisco to atlanta that leaves before 8 am is there such a flight
|
flight
|
[{'start': 17, 'end': 30, 'value': 'san francisco', 'entity': 'fromloc.city_name'}, {'start': 34, 'end': 41, 'value': 'atlanta', 'entity': 'toloc.city_name'}, {'start': 54, 'end': 60, 'value': 'before', 'entity': 'depart_time.time_relative'}, {'start': 61, 'end': 65, 'value': '8 am', 'entity': 'depart_time.time'}]
|
সান ফ্রান্সিসকো থেকে আটলান্টা পর্যন্ত একটি ফ্লাইটে, যা সকাল আটটার আগে ছেড়ে যায়, সেখানে এরকম একটি ফ্লাইট আছে।
|
On a flight from San Francisco to Atlanta, which leaves before 8: 00 a.m., there is one such flight.
|
[ IN:FLIGHT [ SL:CITY_NAME san francisco ] [ SL:CITY_NAME atlanta ] [ SL:TIME_RELATIVE before ] [ SL:TIME 8 am ] ]
|
on united airlines give me the flight times from boston to dallas
|
flight_time
|
[{'start': 3, 'end': 18, 'value': 'united airlines', 'entity': 'airline_name'}, {'start': 31, 'end': 43, 'value': 'flight times', 'entity': 'flight_time'}, {'start': 49, 'end': 55, 'value': 'boston', 'entity': 'fromloc.city_name'}, {'start': 59, 'end': 65, 'value': 'dallas', 'entity': 'toloc.city_name'}]
|
ইউনাইটেড এয়ারলাইন্সে আমাকে বোস্টন থেকে ডালাস যাওয়ার সময় দাও।
|
Give me time on United Airlines from Boston to Dallas.
|
[ IN:FLIGHT_TIME [ SL:AIRLINE_NAME united airlines ] [ SL:FLIGHT_TIME flight times ] [ SL:CITY_NAME boston ] [ SL:CITY_NAME dallas ] ]
|
ground transportation minneapolis
|
ground_service
|
[{'start': 22, 'end': 33, 'value': 'minneapolis', 'entity': 'city_name'}]
|
স্থল পরিবহন মিনিয়াপোলিস
|
Land Transport Minneapolis
|
[ IN:GROUND_SERVICE [ SL:CITY_NAME minneapolis ] ]
|
show me airline abbreviations
|
airline
|
[]
|
আমাকে এয়ারলাইনের সংক্ষিপ্ত রূপ দেখাও
|
Show me the airline's abbreviation
|
[ IN:AIRLINE ]
|
how many flights does delta have with a class of service code f
|
quantity
|
[{'start': 22, 'end': 27, 'value': 'delta', 'entity': 'airline_name'}, {'start': 62, 'end': 63, 'value': 'f', 'entity': 'fare_basis_code'}]
|
ডেল্টায় কতগুলি বিমান আছে যার সার্ভিস কোড এফ।
|
There are several aircraft in the delta whose service code is F.
|
[ IN:QUANTITY [ SL:AIRLINE_NAME delta ] [ SL:FARE_BASIS_CODE f ] ]
|
please list all the arriving and departing flights from general mitchell international
|
flight
|
[{'start': 56, 'end': 86, 'value': 'general mitchell international', 'entity': 'fromloc.airport_name'}]
|
দয়া করে জেনারেল মিচেল ইন্টারন্যাশনাল থেকে আগত এবং প্রস্থান করা সমস্ত বিমানের তালিকা তৈরি করুন।
|
Please list all incoming and outgoing flights from General Mitchell International.
|
[ IN:FLIGHT [ SL:AIRPORT_NAME general mitchell international ] ]
|
i would like to see the flights from denver to philadelphia please
|
flight
|
[{'start': 37, 'end': 43, 'value': 'denver', 'entity': 'fromloc.city_name'}, {'start': 47, 'end': 59, 'value': 'philadelphia', 'entity': 'toloc.city_name'}]
|
আমি চাই ডেনভার থেকে ফিলাডেলফিয়া পর্যন্ত বিমান চলাচল করুক।
|
I would like to see flights from Denver to Philadelphia.
|
[ IN:FLIGHT [ SL:CITY_NAME denver ] [ SL:CITY_NAME philadelphia ] ]
|
does eastern airlines fly early in the morning between logan and bwi
|
flight
|
[{'start': 5, 'end': 21, 'value': 'eastern airlines', 'entity': 'airline_name'}, {'start': 26, 'end': 31, 'value': 'early', 'entity': 'depart_time.period_mod'}, {'start': 39, 'end': 46, 'value': 'morning', 'entity': 'depart_time.period_of_day'}, {'start': 55, 'end': 60, 'value': 'logan', 'entity': 'fromloc.airport_name'}, {'start': 65, 'end': 68, 'value': 'bwi', 'entity': 'toloc.airport_code'}]
|
ইস্টার্ন এয়ারলাইন্স কি খুব সকালে লোগান এবং বিউই-এর মধ্যবর্তী স্থানে উড়ে যায়?
|
Does Eastern Airlines fly between Logan and Bwe early in the morning?
|
[ IN:FLIGHT [ SL:AIRLINE_NAME eastern airlines ] [ SL:PERIOD_MOD early ] [ SL:PERIOD_OF_DAY morning ] [ SL:AIRPORT_NAME logan ] [ SL:AIRPORT_CODE bwi ] ]
|
what flights leave phoenix on american airlines
|
flight
|
[{'start': 19, 'end': 26, 'value': 'phoenix', 'entity': 'fromloc.city_name'}, {'start': 30, 'end': 47, 'value': 'american airlines', 'entity': 'airline_name'}]
|
কোন ফ্লাইটগুলি আমেরিকান এয়ারলাইন্সে ফিনিক্স ছেড়ে যায়?
|
Which flights leave Phoenix on American Airlines?
|
[ IN:FLIGHT [ SL:CITY_NAME phoenix ] [ SL:AIRLINE_NAME american airlines ] ]
|
flights from nashville to orlando daily
|
flight
|
[{'start': 13, 'end': 22, 'value': 'nashville', 'entity': 'fromloc.city_name'}, {'start': 26, 'end': 33, 'value': 'orlando', 'entity': 'toloc.city_name'}, {'start': 34, 'end': 39, 'value': 'daily', 'entity': 'flight_days'}]
|
ন্যাশভিল থেকে অরল্যান্ডো পর্যন্ত প্রতিদিন বিমান পরিষেবা
|
Daily flights from Nashville to Orlando
|
[ IN:FLIGHT [ SL:CITY_NAME nashville ] [ SL:CITY_NAME orlando ] [ SL:FLIGHT_DAYS daily ] ]
|
show me first class flights from pittsburgh to san francisco on friday
|
flight
|
[{'start': 8, 'end': 19, 'value': 'first class', 'entity': 'class_type'}, {'start': 33, 'end': 43, 'value': 'pittsburgh', 'entity': 'fromloc.city_name'}, {'start': 47, 'end': 60, 'value': 'san francisco', 'entity': 'toloc.city_name'}, {'start': 64, 'end': 70, 'value': 'friday', 'entity': 'depart_date.day_name'}]
|
শুক্রবার পিটসবার্গ থেকে সান ফ্রান্সিসকো পর্যন্ত প্রথম শ্রেণীর ফ্লাইট দেখাও।
|
Show me a first class flight from Pittsburgh to San Francisco on Friday.
|
[ IN:FLIGHT [ SL:CLASS_TYPE first class ] [ SL:CITY_NAME pittsburgh ] [ SL:CITY_NAME san francisco ] [ SL:DAY_NAME friday ] ]
|
i need the earliest flight from denver to boston that serves dinner
|
flight
|
[{'start': 11, 'end': 19, 'value': 'earliest', 'entity': 'flight_mod'}, {'start': 32, 'end': 38, 'value': 'denver', 'entity': 'fromloc.city_name'}, {'start': 42, 'end': 48, 'value': 'boston', 'entity': 'toloc.city_name'}, {'start': 61, 'end': 67, 'value': 'dinner', 'entity': 'meal_description'}]
|
আমি ডেনভার থেকে বোস্টন পর্যন্ত যত তাড়াতাড়ি সম্ভব উড়ে যেতে চাই যেখানে রাতের খাবার পরিবেশন করা হবে
|
I want to fly from Denver to Boston where dinner will be served as soon as possible
|
[ IN:FLIGHT [ SL:FLIGHT_MOD earliest ] [ SL:CITY_NAME denver ] [ SL:CITY_NAME boston ] [ SL:MEAL_DESCRIPTION dinner ] ]
|
please list the friday afternoon flights from san jose to dallas on american airlines
|
flight
|
[{'start': 16, 'end': 22, 'value': 'friday', 'entity': 'depart_date.day_name'}, {'start': 23, 'end': 32, 'value': 'afternoon', 'entity': 'depart_time.period_of_day'}, {'start': 46, 'end': 54, 'value': 'san jose', 'entity': 'fromloc.city_name'}, {'start': 58, 'end': 64, 'value': 'dallas', 'entity': 'toloc.city_name'}, {'start': 68, 'end': 85, 'value': 'american airlines', 'entity': 'airline_name'}]
|
দয়া করে শুক্রবার বিকেলে সান জোসে থেকে ডালাস পর্যন্ত আমেরিকান এয়ারলাইন্সে আসা বিমানের তালিকা তৈরি করুন।
|
Please prepare a list of American Airlines flights from San Jose to Dallas on Friday afternoon.
|
[ IN:FLIGHT [ SL:DAY_NAME friday ] [ SL:PERIOD_OF_DAY afternoon ] [ SL:CITY_NAME san jose ] [ SL:CITY_NAME dallas ] [ SL:AIRLINE_NAME american airlines ] ]
|
is there ground transportation in boston from the airport
|
ground_service
|
[{'start': 34, 'end': 40, 'value': 'boston', 'entity': 'city_name'}]
|
এয়ারপোর্ট থেকে বোস্টনে গ্রাউন্ড ট্রান্সপোর্ট আছে?
|
Is there a ground transport from the airport to Boston?
|
[ IN:GROUND_SERVICE [ SL:CITY_NAME boston ] ]
|
show first flight from pittsburgh to atlanta on wednesday
|
flight
|
[{'start': 5, 'end': 10, 'value': 'first', 'entity': 'flight_mod'}, {'start': 23, 'end': 33, 'value': 'pittsburgh', 'entity': 'fromloc.city_name'}, {'start': 37, 'end': 44, 'value': 'atlanta', 'entity': 'toloc.city_name'}, {'start': 48, 'end': 57, 'value': 'wednesday', 'entity': 'depart_date.day_name'}]
|
বুধবার পিটসবার্গ থেকে আটলান্টা পর্যন্ত প্রথম উড়ান
|
First flight from Pittsburgh to Atlanta on Wednesday
|
[ IN:FLIGHT [ SL:FLIGHT_MOD first ] [ SL:CITY_NAME pittsburgh ] [ SL:CITY_NAME atlanta ] [ SL:DAY_NAME wednesday ] ]
|
show me all flights from san francisco to la guardia nonstop
|
flight
|
[{'start': 25, 'end': 38, 'value': 'san francisco', 'entity': 'fromloc.city_name'}, {'start': 42, 'end': 52, 'value': 'la guardia', 'entity': 'toloc.airport_name'}, {'start': 53, 'end': 60, 'value': 'nonstop', 'entity': 'flight_stop'}]
|
আমাকে সান ফ্রান্সিস্কো থেকে লা গার্ডিয়া নস্টপ পর্যন্ত সব ফ্লাইট দেখাও।
|
Show me all the flights from San Francisco to La Guardia Nostop.
|
[ IN:FLIGHT [ SL:CITY_NAME san francisco ] [ SL:AIRPORT_NAME la guardia ] [ SL:FLIGHT_STOP nonstop ] ]
|
what flights are there from pittsburgh to los angeles
|
flight
|
[{'start': 28, 'end': 38, 'value': 'pittsburgh', 'entity': 'fromloc.city_name'}, {'start': 42, 'end': 53, 'value': 'los angeles', 'entity': 'toloc.city_name'}]
|
পিটসবার্গ থেকে লস অ্যাঞ্জেলেস পর্যন্ত কি ধরনের ফ্লাইট রয়েছে?
|
What are the flights from Pittsburgh to Los Angeles?
|
[ IN:FLIGHT [ SL:CITY_NAME pittsburgh ] [ SL:CITY_NAME los angeles ] ]
|
what kind of ground transportation is there in washington dc
|
ground_service
|
[{'start': 47, 'end': 57, 'value': 'washington', 'entity': 'city_name'}, {'start': 58, 'end': 60, 'value': 'dc', 'entity': 'state_code'}]
|
ওয়াশিংটন ডিসিতে কোন ধরনের স্থল পরিবহণ ব্যবস্থা রয়েছে?
|
What kind of land transport system is there in Washington DC?
|
[ IN:GROUND_SERVICE [ SL:CITY_NAME washington ] [ SL:STATE_CODE dc ] ]
|
what is the least expensive flight available from dallas fort worth to san francisco
|
flight
|
[{'start': 12, 'end': 27, 'value': 'least expensive', 'entity': 'cost_relative'}, {'start': 50, 'end': 67, 'value': 'dallas fort worth', 'entity': 'fromloc.city_name'}, {'start': 71, 'end': 84, 'value': 'san francisco', 'entity': 'toloc.city_name'}]
|
ডালাস দুর্গ থেকে সান ফ্রান্সিসকো পর্যন্ত সবচেয়ে কম ব্যয়বহুল বিমান
|
Lowest Cost of Flight from Dallas to San Francisco
|
[ IN:FLIGHT [ SL:COST_RELATIVE least expensive ] [ SL:CITY_NAME dallas fort worth ] [ SL:CITY_NAME san francisco ] ]
|
what does the fare code f mean
|
abbreviation
|
[{'start': 24, 'end': 25, 'value': 'f', 'entity': 'fare_basis_code'}]
|
ভাড়ার কোড এফ-এর অর্থ কী?
|
What does the rental code F mean?
|
[ IN:ABBREVIATION [ SL:FARE_BASIS_CODE f ] ]
|
what 's the most expensive way i can fly to washington
|
flight
|
[{'start': 12, 'end': 26, 'value': 'most expensive', 'entity': 'cost_relative'}, {'start': 44, 'end': 54, 'value': 'washington', 'entity': 'toloc.city_name'}]
|
ওয়াশিংটন যাওয়ার সবচেয়ে ব্যয়বহুল উপায় কী?
|
What is the most expensive route to Washington?
|
[ IN:FLIGHT [ SL:COST_RELATIVE most expensive ] [ SL:CITY_NAME washington ] ]
|
what flights from houston to milwaukee on friday on american airlines
|
flight
|
[{'start': 18, 'end': 25, 'value': 'houston', 'entity': 'fromloc.city_name'}, {'start': 29, 'end': 38, 'value': 'milwaukee', 'entity': 'toloc.city_name'}, {'start': 42, 'end': 48, 'value': 'friday', 'entity': 'depart_date.day_name'}, {'start': 52, 'end': 69, 'value': 'american airlines', 'entity': 'airline_name'}]
|
মার্কিন বিমান সংস্থায় শুক্রবার হোস্টন থেকে মিলওয়াকি পর্যন্ত কোন ফ্লাইটগুলি?
|
What are the US airlines flights from Houston to Milwaukee on Friday?
|
[ IN:FLIGHT [ SL:CITY_NAME houston ] [ SL:CITY_NAME milwaukee ] [ SL:DAY_NAME friday ] [ SL:AIRLINE_NAME american airlines ] ]
|
what is the schedule of ground transportation from the airport in philadelphia into downtown
|
ground_service
|
[{'start': 12, 'end': 20, 'value': 'schedule', 'entity': 'flight_time'}, {'start': 66, 'end': 78, 'value': 'philadelphia', 'entity': 'fromloc.city_name'}]
|
ফিলাডেলফিয়া বিমানবন্দর থেকে শহরের কেন্দ্রস্থল পর্যন্ত স্থল পরিবহণের সময়সূচী কী?
|
What is the schedule for land transportation from Philadelphia Airport to the city center?
|
[ IN:GROUND_SERVICE [ SL:FLIGHT_TIME schedule ] [ SL:CITY_NAME philadelphia ] ]
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.