genienlp/tests/dataset/almond/multilingual/fa/eval.tsv

5 lines
1.7 KiB
Plaintext

R12-0 جستجو برای رستوران های ژاپنی حداقل با NUMBER_0 نظر. now => ( @org.schema.Restaurant.Restaurant ) filter param:aggregateRating.reviewCount:Number >= NUMBER_0 and param:servesCuisine:String =~ " ژاپنی " => notify
R13-0 رستورانهای هندی را با رتبه های بالاتر که NUMBER_0 ستاره دارند لیست کنید. now => ( @org.schema.Restaurant.Restaurant ) filter param:aggregateRating.ratingValue:Number >= NUMBER_0 and param:servesCuisine:String =~ " هندی " => notify
R14-0 به دنبال یک رستوران آمریکایی باشید که به من نزدیکترین است. now => ( sort param:distance:Measure(m) asc of ( compute distance ( param:geo:Location , location:current_location ) of ( ( @org.schema.Restaurant.Restaurant ) filter param:servesCuisine:String =~ " آمریکایی " ) ) ) [ 1 ] => notify
R15-0 شماره تلفن ارکستر سمفونیک بالتیمور در LOCATION_0 چیست؟ now => [ param:telephone:Entity(tt:phone_number) ] of ( ( @org.schema.Restaurant.Restaurant ) filter param:geo:Location == LOCATION_0 and param:name:String =~ " ارکستر سمفونیک بالتیمور " ) => notify
R16-0 نزدیکترین رستوران ایتالیایی با حداقل NUMBER_0 امتیاز ستاره چیست؟ now => ( sort param:distance:Measure(m) asc of ( compute distance ( param:geo:Location , location:current_location ) of ( ( @org.schema.Restaurant.Restaurant ) filter @org.schema.Restaurant.Review { param:id:Entity(org.schema.Restaurant:Review) in_array param:review:Array(Entity(org.schema.Restaurant:Review)) and param:reviewRating.ratingValue:Number == NUMBER_0 } and param:servesCuisine:String =~ " ایتالیایی " ) ) ) [ 1 ] => notify