Skip to content
Snippets Groups Projects
Unverified Commit e34f7de3 authored by aaa123git's avatar aaa123git Committed by GitHub
Browse files

fix bug. DOMAIN-INTENT-Parking-yes-VALUE is not in the template file (#214)

parent f822c20f
Branches
No related tags found
No related merge requests found
......@@ -88,9 +88,7 @@ class SCLSTM(NLG):
for pair in v:
if type(pair[1]) != str:
pair[1] = str(pair[1])
if pair[0] == 'Internet' or pair[0] == 'Parking':
pair.insert(1, 'yes')
elif pair[0] == 'none':
if pair[0] == 'none':
pair.insert(1, 'none')
else:
if pair[0] in counter:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment