Guys, I am going crazy here. I can’t figure out why this is happening. So I have a rasa bot which takes food items and quantities…
so if the user says “can i have two green salad”, my nlu is supposed to separate out the quantity and food item.
- intent: order
examples: |
- [one]{"entity": "quantity", "value": "1"} [vegetable rice](food_item)
- [1](quantity) [vegetable samosa](food_item)
- [four]{"entity": "quantity", "value": "4"} [vegetarian momo](food_item)
- [3](quantity) [vegetarian samosa](food_item)
- [steamed basmati rice](food_item)
- [tandoor platter](food_item)
- [tandoori chicken](food_item)
- [five]{"entity": "quantity", "value": "5"} [tandoori chicken](food_item)
- [two]{"entity": "quantity", "value": "2"} [tandoori chicken half](food_item)
- [tandoori chicken quarter](food_item)
- [tandoori fish tikka](food_item)
- i want [two]{"entity": "quantity", "value": "2"} [chicken curry](food_item)
- do you have [four]{"entity": "quantity", "value": "4"} [tandoori mixed grill](food_item)
- i will have [chicken dhaniya adhraki](food_item)
I also have my synonyms:
- synonym: '1'
examples: |
- one
- synonym: '4'
examples: |
- four
- for
- fore
- fur
- synonym: '5'
examples: |
- five
- synonym: '2'
examples: |
- two
- too
- to
- do
All well? Why is my dietclassifier going haywire? Look:
andNeed help o_0
PS: my responses are in the nlu file, so it says no response file