From 5d9ea60358d00462a61b11214faac3adb84473a1 Mon Sep 17 00:00:00 2001 From: Eugene Date: Thu, 15 Jun 2023 19:00:51 +0200 Subject: [PATCH] update example usage --- system3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system3.py b/system3.py index b484e92..27ceee4 100644 --- a/system3.py +++ b/system3.py @@ -59,7 +59,7 @@ def find_product_type(product): return None, None -text = "Cześć, chciałbym kupić mleko" +text = "Cześć, chciałbym kupić mleko, sok oraz chleb" acts = extract_acts_and_slots(text) for act in acts: print(f"Type: {act.act_type}")