small fun adjustment

This commit is contained in:
Yevhenii Poliakov 2023-05-04 22:46:28 +02:00
parent 183b019dc6
commit 493479fc40
3 changed files with 6 additions and 2 deletions

View File

@ -40,4 +40,6 @@ if __name__ == "__main__":
if l != []:
good += 1
print(f'Accuracy: {good/len(rows)*100}%')
print(f'Accuracy: {good/len(rows)*100}%')
en.predict('rock and stone')

View File

@ -2,7 +2,7 @@
grammar zakupyOnline;
public <command> = [<greeting> {hello}] [<polite>] [<commandType>{commandType}] [<item>{product}] [<rest> {rest}] [<bye> {bye}];
public <command> = [<greeting> {hello}] [<dwarfGreeting> {rocknstone}] [<polite>] [<commandType>{commandType}] [<item>{product}] [<rest> {rest}] [<bye> {bye}];
<commandType> = (<buyCommand> | <cartCommand> | <filterCommand> | <questionCommand> | <searchCommand> | <helpCommand> | <accountCommand> | <paymentCommand> | <shippingCommand> | <returnCommand> | <promoCommand> | <storeCommand> | <serviceCommand> | <affOrNegCommand>);
@ -24,6 +24,8 @@ public <command> = [<greeting> {hello}] [<polite>] [<commandType>{commandType}]
<greeting> = (dzień dobry | cześć | witaj);
<dwarfGreeting> = (rock and stone | rock and stone to the bone | rockity rock and stone | for karl | by the beard | yeah yeah rock and stone | if you dont rock and stone you aint coming home | stone and rock oh wait | did i hear a rock and stone);
<bye> = (do widzenia | cześć | pa | dziękuję | dziekuje | dziękuje | dziekuję | dzięki | dzieki | czesc | cześc| czesć | oki | okej | do zobaczenia | (to [byłoby] wszystko) | (to będzie wszystko))*;
<cartCommand> = (dodaj | usuń | edytuj | zaktualizuj | zobacz | anuluj | potwierdź | zapłacę | zapłacić | usunąć | edytować | zaktualizować | zobaczyć | anulować | dodać | potwierdzić | potwierdziłem);