sklep-internetowy-systemy-d.../chatbot/data/test_dialog.conllu

98 lines
2.4 KiB
Plaintext
Raw Normal View History

2024-06-10 20:05:18 +02:00
# text: Cześć! Chciałbym złożyć zamówienie na różne produkty. Czy możesz mi podać ceny?
# intent: request
# slots:
1 Cześć! request NoLabel
2 Chciałbym request NoLabel
3 złożyć request NoLabel
4 zamówienie request NoLabel
5 na request NoLabel
6 różne request NoLabel
7 produkty. request NoLabel
8 Czy request NoLabel
9 możesz request NoLabel
10 mi request NoLabel
11 podać request NoLabel
12 ceny? request B-price
# text: Oczywiście! Oto ceny produktów: marchewka - 2 zł, jabłka - 3 zł, pomidory - 4 zł za kg.
# intent: inform
# slots:
1 Oczywiście! inform NoLabel
2 Oto inform NoLabel
3 ceny inform NoLabel
4 produktów: inform NoLabel
5 marchewka inform B-item
6 - inform NoLabel
7 2 inform B-price
8 zł inform I-price
9 , inform NoLabel
10 jabłka inform B-item
11 - inform NoLabel
12 3 inform B-price
13 zł inform I-price
14 , inform NoLabel
15 pomidory inform B-item
16 - inform NoLabel
17 4 inform B-price
18 zł inform I-price
19 za inform NoLabel
20 kg. inform NoLabel
# text: Dziękuję! A czy mogę się dowiedzieć, jakie są opcje dostawy?
# intent: request
# slots:
1 Dziękuję! request NoLabel
2 A request NoLabel
3 czy request NoLabel
4 mogę request NoLabel
5 się request NoLabel
6 dowiedzieć, request NoLabel
7 jakie request NoLabel
8 są request NoLabel
9 opcje request B-delivery-method
10 dostawy? request I-delivery-method
# text: Oczywiście! Oferujemy dostawę kurierem za 10 zł oraz odbiór osobisty w naszym sklepie.
# intent: inform
# slots:
1 Oczywiście! inform NoLabel
2 Oferujemy inform NoLabel
3 dostawę inform NoLabel
4 kurierem inform B-delivery_method
5 za inform NoLabel
6 10 inform B-price
7 zł inform NoLabel
8 oraz inform NoLabel
9 odbiór inform B-delivery_method
10 osobisty inform I-delivery_method
11 w inform NoLabel
12 naszym inform NoLabel
13 sklepie. inform NoLabel
# text: Chciałbym złożyć zamówienie na chleb, masło, jajka oraz ser.
# intent: request
# slots:
1 Chciałbym request NoLabel
2 złożyć request NoLabel
3 zamówienie request NoLabel
4 na request NoLabel
5 chleb request B-item
6 , request NoLabel
7 masło request B-item
8 , request NoLabel
9 jajka request B-item
10 oraz request NoLabel
11 ser request B-item
12 . request NoLabel
# text: Proszę podać cene weza ogrodowego.
# intent: request
# slots:
1 Proszę request NoLabel
2 podać request NoLabel
3 ceny request B-price
4 weza request B-product
5 ogrodowego. request I-product