update example usage

This commit is contained in:
Eugene 2023-06-15 19:00:51 +02:00
parent 3a0c120710
commit 5d9ea60358

View File

@ -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}")