clean 0-2461

This commit is contained in:
s444417 2022-05-01 00:29:54 +02:00
parent b9fed56d8b
commit 4ea06aea4f
2 changed files with 1029 additions and 1030 deletions

View File

@ -1,18 +1,18 @@
# Slots
|slot | desc |sample
|-------------:|:------------------------------:|:-----
|title | movie title | Batman OR Zorro 3
|date | when user want to watch a movie| 2022-04-06
|time | play time | 20:30
|quantity | number of tickets | 2 OR two
|seats | what seats are reserved | [h1, h2, h3]
|area | preferred place to sit | [front, middle] OR [random, aisle]
|interval | time interval | w tym tygodniu OR w następnym tygodniu
|goal | users goal in system | chciałbym zarezerwować(opcjonalne) OR jakie filmy gracie
|tickets_type - | tickets types and quantities | [normal, 1] OR [[student, 2], [normal, 1]]
|location - | location of cinema | Poznań Plaza OR Multikino 51
|reservation_id - | reservation number | 32453758
|-----------------:|:-------------------------------:|:-----
| title | movie title | Batman OR Zorro 3
| date | when user want to watch a movie | 2022-04-06
| time | play time | 20:30
| quantity | number of tickets | 2 OR two
| seats | what seats are reserved | [h1, h2, h3]
| area | preferred place to sit | [front, middle] OR [random, aisle]
| interval | time interval | w tym tygodniu OR w następnym tygodniu
| goal | users goal in system | chciałbym zarezerwować(opcjonalne) OR jakie filmy gracie
| tickets_type - | tickets types and quantities | [normal, 1] OR [[student, 2], [normal, 1]]
| location - | location of cinema | Poznań Plaza OR Multikino 51
| reservation_id - | reservation number | 32453758

View File

@ -1646,21 +1646,21 @@
# text: jakie są jutro filmy
# intent: reqmore inform
# slots: jutro:date
1 jakie reqmore inform NoLabel
# slots: jakie:goal,jutro:date
1 jakie reqmore inform B-goal
2 są reqmore inform NoLabel
3 jutro reqmore inform B-date
4 filmy reqmore inform NoLabel
# text: o ktorej jest nasze magiczne encanto
# intent: reqmore inform
# slots:
1 o reqmore inform NoLabel
2 ktorej reqmore inform NoLabel
# slots: oktorej:goal,naszemagiczeencanto:title
1 o reqmore inform B-goal
2 ktorej reqmore inform I-goal
3 jest reqmore inform NoLabel
4 nasze reqmore inform NoLabel
5 magiczne reqmore inform NoLabel
6 encanto reqmore inform NoLabel
4 nasze reqmore inform B-title
5 magiczne reqmore inform I-title
6 encanto reqmore inform I-title
# text: poproszę 3 bilety na 18:20
# intent: inform
@ -1679,11 +1679,11 @@
# text: poproszę jeszcze jedno miejsce obok
# intent: inform
# slots:
# slots: jeszczjednomiejsce:goal
1 poproszę inform NoLabel
2 jeszcze inform NoLabel
3 jedno inform NoLabel
4 miejsce inform NoLabel
2 jeszcze inform B-goal
3 jedno inform I-goal
4 miejsce inform I-goal
5 obok inform NoLabel
# text: dziekuje
@ -1699,8 +1699,8 @@
# text: co dziś leci
# intent: reqmore inform
# slots: dziś:date
1 co reqmore inform NoLabel
# slots: co:goal,dziś:date
1 co reqmore inform B-goal
2 dziś reqmore inform B-date
3 leci reqmore inform NoLabel
@ -1715,9 +1715,9 @@
# text: poproszę 2 na to nie wypanda
# intent: inform
# slots: poproszę2:quantity,toniewypanda:title
1 poproszę inform B-quantity
2 2 inform I-quantity
# slots: 2:quantity,toniewypanda:title
1 poproszę inform NoLabel
2 2 inform B-quantity
3 na inform NoLabel
4 to inform B-title
5 nie inform I-title
@ -1725,19 +1725,19 @@
# text: a z przodu gdzieś
# intent: inform
# slots:
# slots: zprzodu:area
1 a inform NoLabel
2 z inform NoLabel
3 przodu inform NoLabel
2 z inform B-area
3 przodu inform I-area
4 gdzieś inform NoLabel
# text: eee a o której
# intent: request
# slots:
# slots: októrej:goal
1 eee request NoLabel
2 a request NoLabel
3 o request NoLabel
4 której request NoLabel
3 o request B-goal
4 której request B-goal
# text: dzień dobry
# intent: hello
@ -1747,9 +1747,9 @@
# text: chciałabym zarezerwować bilet do kina
# intent: inform
# slots:
# slots: zarezerwować:goal
1 chciałabym inform NoLabel
2 zarezerwować inform NoLabel
2 zarezerwować inform B-goal
3 bilet inform NoLabel
4 do inform NoLabel
5 kina inform NoLabel
@ -1763,9 +1763,9 @@
# text: the batman
# intent: inform
# slots: batman:title
1 the inform NoLabel
2 batman inform B-title
# slots: thebatman:title
1 the inform B-title
2 batman inform I-title
# text: dziś wieczorem
# intent: inform
@ -1783,10 +1783,10 @@
# text: z tyłu na środku (aby ekran był centralnie widoczny)
# intent: inform
# slots: naśrodku:area
1 z inform NoLabel
2 tyłu inform NoLabel
3 na inform B-area
# slots: ztyłunaśrodku:area
1 z inform B-area
2 tyłu inform I-area
3 na inform I-area
4 środku inform I-area
5 (aby inform NoLabel
6 ekran inform NoLabel
@ -1809,8 +1809,8 @@
# intent: reqmore
# slots:
1 chciałbym reqmore NoLabel
2 sprawdzić reqmore NoLabel
3 repertuar reqmore NoLabel
2 sprawdzić reqmore B-goal
3 repertuar reqmore I-goal
4 kin reqmore NoLabel
# text: na dzisiaj
@ -1826,11 +1826,11 @@
# text: jakie sš najbliższe seanse
# intent: reqmore
# slots:
# slots: najbliższeseanse:goal
1 jakie reqmore NoLabel
2 sš reqmore NoLabel
3 najbliższe reqmore NoLabel
4 seanse reqmore NoLabel
3 najbliższe reqmore B-goal
4 seanse reqmore I-goal
# text: w jakim to kinie
# intent: reqmore
@ -1894,11 +1894,11 @@
# text: jeden normalny i ulgowy
# intent: inform
# slots: jeden:quantity
# slots: jedenormalnyiulgowyn:quantity
1 jeden inform B-quantity
2 normalny inform NoLabel
3 i inform NoLabel
4 ulgowy inform NoLabel
2 normalny inform I-quantity
3 i inform I-quantity
4 ulgowy inform I-quantity
# text: na środku sali
# intent: inform
@ -1909,9 +1909,9 @@
# text: chciałem zarezerwować dwa miejsca
# intent: reqmore
# slots: dwa:quantity
# slots: zarezerwować:goal,dwa:quantity
1 chciałem reqmore NoLabel
2 zarezerwować reqmore NoLabel
2 zarezerwować reqmore B-goal
3 dwa reqmore B-quantity
4 miejsca reqmore NoLabel
@ -1957,9 +1957,9 @@
# text: chciałbym zarezerwować bilet ale nie wiem na co
# intent: inform
# slots:
# slots: zarezerwować:goal
1 chciałbym inform NoLabel
2 zarezerwować inform NoLabel
2 zarezerwować inform B-goal
3 bilet inform NoLabel
4 ale inform NoLabel
5 nie inform NoLabel
@ -1972,9 +1972,9 @@
# slots:
1 czy reqmore NoLabel
2 film reqmore NoLabel
3 historia reqmore NoLabel
4 mojej reqmore NoLabel
5 żony reqmore NoLabel
3 historia reqmore B-title
4 mojej reqmore I-title
5 żony reqmore I-title
6 jest reqmore NoLabel
7 ciekawy reqmore NoLabel
@ -2039,9 +2039,9 @@
# text: chciałbym zarezerwować seans bilet na seans
# intent: inform
# slots:
# slots: zarezerwować:goal
1 chciałbym inform NoLabel
2 zarezerwować inform NoLabel
2 zarezerwować inform B-goal
3 seans inform NoLabel
4 bilet inform NoLabel
5 na inform NoLabel
@ -2049,28 +2049,28 @@
# text: jakie filmy są obecnie na ekranach
# intent: reqmore
# slots:
1 jakie reqmore NoLabel
2 filmy reqmore NoLabel
3 są reqmore NoLabel
4 obecnie reqmore NoLabel
# slots: jakeifilmysąobecnie:goal
1 jakie reqmore B-goal
2 filmy reqmore I-goal
3 są reqmore I-goal
4 obecnie reqmore I-goal
5 na reqmore NoLabel
6 ekranach reqmore NoLabel
# text: sobota
# intent: inform
# slots:
1 sobota inform NoLabel
# slots: sobota:date
1 sobota inform B-date
# text: poproszę 2 bilety na innych ludzi
# intent: inform
# slots: poproszę2:quantity
# slots: poproszę2:quantity,innychludzi:title
1 poproszę inform B-quantity
2 2 inform I-quantity
3 bilety inform NoLabel
4 na inform NoLabel
5 innych inform NoLabel
6 ludzi inform NoLabel
5 innych inform B-title
6 ludzi inform I-title
# text: jeden ulgowy i jeden zwykły
# intent: inform infrom
@ -2118,7 +2118,7 @@
# text: jaki film jest grany jutro w godzinach popołudniowych
# intent: request
# slots: jutro:date
# slots: jutro:date,popołudniowych:time
1 jaki request NoLabel
2 film request NoLabel
3 jest request NoLabel
@ -2126,28 +2126,28 @@
5 jutro request B-date
6 w request NoLabel
7 godzinach request NoLabel
8 popołudniowych request NoLabel
8 popołudniowych request B-time
# text: czy sš wcześniejsze seanse
# intent: reqmore
# slots:
# slots: wcześniejszeseanse:goal
1 czy reqmore NoLabel
2 sš reqmore NoLabel
3 wcześniejsze reqmore NoLabel
4 seanse reqmore NoLabel
3 wcześniejsze reqmore B-goal
4 seanse reqmore I-goal
# text: w takim razie chcę zarezerwować bilety na psie pazury
# intent: inform
# slots:
# slots: zarezerwować:goal,psepazury:title
1 w inform NoLabel
2 takim inform NoLabel
3 razie inform NoLabel
4 chcę inform NoLabel
5 zarezerwować inform NoLabel
5 zarezerwować inform B-goal
6 bilety inform NoLabel
7 na inform NoLabel
8 psie inform NoLabel
9 pazury inform NoLabel
8 psie inform B-title
9 pazury inform I-title
# text: komu przysługuje ulga
# intent: nan
@ -2165,17 +2165,17 @@
# text: w takim razie chcę zarezerwować normalne bilety na psie pazury
# intent: inform
# slots:
# slots: zarezerwować:goal,psiepazury:title
1 w inform NoLabel
2 takim inform NoLabel
3 razie inform NoLabel
4 chcę inform NoLabel
5 zarezerwować inform NoLabel
5 zarezerwować inform B-goal
6 normalne inform NoLabel
7 bilety inform NoLabel
8 na inform NoLabel
9 psie inform NoLabel
10 pazury inform NoLabel
8 na inform B-title
9 psie inform I-title
10 pazury inform I-title
# text: na środku
# intent: inform
@ -2235,14 +2235,14 @@
# text: chciałbym dowiedzieć się jaki jest aktualnie repertuar
# intent: request
# slots:
# slots: jakijestaktualnierepertuar:goal
1 chciałbym request NoLabel
2 dowiedzieć request NoLabel
3 się request NoLabel
4 jaki request NoLabel
5 jest request NoLabel
6 aktualnie request NoLabel
7 repertuar request NoLabel
4 jaki request B-goal
5 jest request I-goal
6 aktualnie request I-goal
7 repertuar request I-goal
# text: jutro jest w repertuarze film inni ludzie
# intent: request
@ -2272,10 +2272,10 @@
# text: w górnej części sali
# intent: inform
# slots:
# slots: górnejczęści:area
1 w inform NoLabel
2 górnej inform NoLabel
3 części inform NoLabel
2 górnej inform B-area
3 części inform I-area
4 sali inform NoLabel
# text: gdzie znajduje się to miejsce względem ekranu
@ -2342,18 +2342,18 @@
# text: co można obejrzeć w kwietniu
# intent: request
# slots:
1 co request NoLabel
2 można request NoLabel
3 obejrzeć request NoLabel
# slots: comożnaobejrzeć:goal
1 co request B-goal
2 można request I-goal
3 obejrzeć request I-goal
4 w request NoLabel
5 kwietniu request NoLabel
5 kwietniu request B-interval
# text: kiedy gracie dkf zamek
# intent: request
# slots:
1 kiedy request NoLabel
2 gracie request NoLabel
# slots: kiedygracie:goal
1 kiedy request B-goal
2 gracie request I-goal
3 dkf request NoLabel
4 zamek request NoLabel
@ -2365,16 +2365,16 @@
3 bilety inform NoLabel
4 ulgowe inform NoLabel
5 na inform NoLabel
6 25/04/2022 inform NoLabel
6 25.04.2022 inform B-date
7 12:15 inform B-time
8 15:50 inform NoLabel
8 15:50 inform B-time
# text: pierwszy rzšd po lewej stronie
# intent: inform
# slots: polewej:area
1 pierwszy inform NoLabel
2 rzšd inform NoLabel
3 po inform B-area
# slots: pierwszyrzšdpopolewej:area
1 pierwszy inform B-area
2 rzšd inform I-area
3 po inform I-area
4 lewej inform I-area
5 stronie inform NoLabel
@ -2441,22 +2441,22 @@
# text: a na za tydzień
# intent: request
# slots: zatydzień:date
# slots: zatydzień:interval
1 a request NoLabel
2 na request NoLabel
3 za request B-date
4 tydzień request I-date
3 za request B-interval
4 tydzień request I-interval
# text: to na za tydzień na cud guadalupe proszę
# intent: inform
# slots: zatydzień:date
# slots: zatydzień:interval:cudguadalupe:title
1 to inform NoLabel
2 na inform NoLabel
3 za inform B-date
4 tydzień inform I-date
3 za inform B-interval
4 tydzień inform I-interval
5 na inform NoLabel
6 cud inform NoLabel
7 guadalupe inform NoLabel
6 cud inform B-title
7 guadalupe inform I-title
8 proszę inform NoLabel
# text: to na coś innego
@ -2555,7 +2555,7 @@
2 na inform B-title
3 noże inform I-title
4 o inform B-time
5 9:30 inform I-time
5 09:30 inform I-time
# text: wybieram batmana o 16:20
# intent: inform
@ -2572,7 +2572,7 @@
2 na inform B-title
3 noże inform I-title
4 o inform B-time
5 9:30 inform I-time
5 09:30 inform I-time
# text: wybieram batmana o 16:20
# intent: inform
@ -2589,7 +2589,7 @@
2 na inform B-title
3 noże inform I-title
4 o inform B-time
5 9:30 inform I-time
5 09:30 inform I-time
# text: wybieram ups 2 o godzinie 10:45
# intent: inform
@ -2869,7 +2869,7 @@
2 na inform B-title
3 noże inform I-title
4 o inform B-time
5 9:30 inform I-time
5 09:30 inform I-time
# text: wybieram ups 2 o godzinie 10:45
# intent: inform
@ -3149,7 +3149,7 @@
2 na inform B-title
3 noże inform I-title
4 o inform B-time
5 9:30 inform I-time
5 09:30 inform I-time
# text: wybieram ups 2 o godzinie 10:45
# intent: inform
@ -3562,4 +3562,3 @@
4 miejsca inform NoLabel
5 h2 inform B-seats
6 h3 inform I-seats