comment examples in nlu.py

This commit is contained in:
s444510 2023-05-05 00:06:58 +02:00
parent d63f926b49
commit 22b61e0dd7
1 changed files with 3 additions and 3 deletions

6
nlu.py
View File

@ -44,6 +44,6 @@ def nlu(utterance):
return {'act': 'null', 'slots': []}
print(nlu('chciałbym zamowic pizze vesuvio XXL na dwie osoby'))
print(nlu('na dowoz'))
print(nlu('dowoz'))
# print(nlu('chciałbym zamowic pizze vesuvio XXL na dwie osoby'))
# print(nlu('na dowoz'))
# print(nlu('dowoz'))