From 84ec80350f88aa914b45dbf45d13885ff3444a42 Mon Sep 17 00:00:00 2001
From: Jinchao Li <38700695+jincli@users.noreply.github.com>
Date: Fri, 18 Sep 2020 20:29:34 -0700
Subject: [PATCH] fix system nlg template bug (#117)

---
 convlab2/nlg/template/multiwoz/manual_system_template_nlg.json | 2 --
 1 file changed, 2 deletions(-)

diff --git a/convlab2/nlg/template/multiwoz/manual_system_template_nlg.json b/convlab2/nlg/template/multiwoz/manual_system_template_nlg.json
index fdf9302..ee1c7aa 100755
--- a/convlab2/nlg/template/multiwoz/manual_system_template_nlg.json
+++ b/convlab2/nlg/template/multiwoz/manual_system_template_nlg.json
@@ -34,7 +34,6 @@
         ],
         "Fee": [
             "Its entrance fee is #ATTRACTION-INFORM-FEE# .",
-            "The park is #ATTRACTION-INFORM-FEE# .",
             "The entry fee is #ATTRACTION-INFORM-FEE# .",
             "their entrance fee is #ATTRACTION-INFORM-FEE# by our system currently ."
         ],
@@ -146,7 +145,6 @@
         ],
         "Fee": [
             "Its entrance fee is #ATTRACTION-RECOMMEND-FEE# .",
-            "The park is #ATTRACTION-RECOMMEND-FEE# .",
             "The entry fee is #ATTRACTION-RECOMMEND-FEE# .",
             "their entrance fee is #ATTRACTION-RECOMMEND-FEE# by our system currently ."
         ],
-- 
GitLab