working nlu

This commit is contained in:
s478874 2022-06-01 13:05:47 +02:00
parent 70cd8fce9d
commit c0aa726fd2
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ public <podaj_date> = [w] [najbliższy | najbliższą] {closest} <dzien> {time};
public <liczba> = (0|1|2|3|4|5|6|7|8|9); public <liczba> = (0|1|2|3|4|5|6|7|8|9);
public <podaj_liczbe> = (<liczba>+){number}; public <podaj_liczbe> = (<liczba>+){number};
//discount count //passanger count
public <discount> = [<liczba>]{passangerCount} bilet[y | ów]; public <passanger> = [<liczba>]{passangerCount} bilet[y | ów];
//discount count //discount count
public <discount> = [<liczba>]{discountedCount} bilet[y] z ulgą <discount_type>{discount_type}; public <discount> = [<liczba>]{discountedCount} bilet[y] z ulgą <discount_type>{discount_type};