update example usage
This commit is contained in:
parent
3a0c120710
commit
5d9ea60358
@ -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}")
|
||||
|
Loading…
Reference in New Issue
Block a user