comment examples in nlu.py
This commit is contained in:
parent
d63f926b49
commit
22b61e0dd7
6
nlu.py
6
nlu.py
@ -44,6 +44,6 @@ def nlu(utterance):
|
|||||||
return {'act': 'null', 'slots': []}
|
return {'act': 'null', 'slots': []}
|
||||||
|
|
||||||
|
|
||||||
print(nlu('chciałbym zamowic pizze vesuvio XXL na dwie osoby'))
|
# print(nlu('chciałbym zamowic pizze vesuvio XXL na dwie osoby'))
|
||||||
print(nlu('na dowoz'))
|
# print(nlu('na dowoz'))
|
||||||
print(nlu('dowoz'))
|
# print(nlu('dowoz'))
|
||||||
|
Loading…
Reference in New Issue
Block a user