diff --git a/.ipynb_checkpoints/mark_data-checkpoint.ipynb b/.ipynb_checkpoints/mark_data-checkpoint.ipynb index 3390d44..dadf76e 100644 --- a/.ipynb_checkpoints/mark_data-checkpoint.ipynb +++ b/.ipynb_checkpoints/mark_data-checkpoint.ipynb @@ -319,7 +319,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.13" + "version": "3.9.7" } }, "nbformat": 4, diff --git a/grammar/book.jsgf b/grammar/book.jsgf new file mode 100644 index 0000000..a0a3bfd --- /dev/null +++ b/grammar/book.jsgf @@ -0,0 +1,29 @@ +#JSGF V1.0 UTF-8 pl; + +grammar book; + +public = [] []; + + = (chce | chcialbym | chcialabym | poprosze) [zarezerwowac]; + + = {ilosc} (bilety | biletow | bilet); + + = jeden | dwa | trzy | cztery | piec | szesc | siedem | osiem | dziewiec | dziesiec |1|2|3|4|5|6|7|8|9|10; + + = na [film] {tytul}; + + = Batman | Batmana | Uncharted | Pitbull | Ambulans | Bunkier strachu | Corka | Corke | Inni ludzie | Śmierć na Nilu | Skarb Mikołajka; + + = na {dzien}; + + = (dzisiaj | jutro | poniedziałek | wtorek | srode | czwartek | piatek | sobotę | niedziele) | ; + + = (8|9|10|11|12|13|14|15) [czerwca]; + + = na [godzinę] {godzina}; + + = []; + + = 10|11|12|13|14|15|16|17|18|19|20|21|22|23 | dziesiata | jedenasta | dwunasta | trzynasta | czternasta | pietnasta | szesnasta | siedemnasta | osiemnasta | dziewietnasta | dwudziesta; + + = pietnaście | trzydzieści | czterdziesci piec| 15 | 30 | 45; \ No newline at end of file diff --git a/grammar/cancel.jsgf b/grammar/cancel.jsgf new file mode 100644 index 0000000..9940e91 --- /dev/null +++ b/grammar/cancel.jsgf @@ -0,0 +1,9 @@ +#JSGF V1.0 UTF-8 pl; + +grammar cancel; + +public = ; + + = chce | chcialbym | chcialabym | prosze; + + = odwolac | zrezygnowac | anulowac ([bilety]|[bilet]|[z biletow]|[rezerwacje]|[z rezerwacji]); \ No newline at end of file diff --git a/grammar/hello.jsgf b/grammar/hello.jsgf new file mode 100644 index 0000000..e3ae5ef --- /dev/null +++ b/grammar/hello.jsgf @@ -0,0 +1,7 @@ +#JSGF V1.0 UTF-8 pl; + +grammar hello; + +public = ; + + = czesc | hej | witaj | hey | hello | dzień dobry | siema | siemanko; \ No newline at end of file diff --git a/grammar/repertuar.jsgf b/grammar/repertuar.jsgf new file mode 100644 index 0000000..ebfd0b4 --- /dev/null +++ b/grammar/repertuar.jsgf @@ -0,0 +1,8 @@ +#JSGF V1.0 UTF-8 pl; + +grammar repertuar; + +public = [aktualny | obecny | aktualnie | obecnie | teraz] [repertuar]; + + = prosze podac | podaj | jaki jest | co teraz gracie | co leci | jakie sa filmy | jakie filmy gracie; + diff --git a/mark_data.ipynb b/mark_data.ipynb index 3390d44..dadf76e 100644 --- a/mark_data.ipynb +++ b/mark_data.ipynb @@ -319,7 +319,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.13" + "version": "3.9.7" } }, "nbformat": 4,