koernerfelicia

Results 3 issues of koernerfelicia

This line: https://github.com/RasaHQ/rasa-demo/blob/master/config.yml#L8 should read `analyzer:word` instead. We don't support setting the `token_pattern` parameter directly. See https://github.com/RasaHQ/rasa/issues/7632

We should have a slot for `user_type` that is filled when a user affirms or denies to `Are you new to Rasa?`. This information can be used so that Sara...

demo

1. stopovers (see [here](https://github.com/RasaHQ/carbon-bot/issues/10)) 2. reference resolution (see traces [here](https://github.com/RasaHQ/carbon-bot/blob/4001dd455729c31e8b9cfaff1e7279b5221b318a/domain.yml#L142-L143) or [here](https://github.com/RasaHQ/carbon-bot/blob/4001dd455729c31e8b9cfaff1e7279b5221b318a/data/nlu.md#intentresolve_entity)) 3. city correction (see traces [here](https://github.com/RasaHQ/carbon-bot/blob/4001dd455729c31e8b9cfaff1e7279b5221b318a/domain.yml#L101-L102) or [here](https://github.com/RasaHQ/carbon-bot/blob/4001dd455729c31e8b9cfaff1e7279b5221b318a/domain.yml#L147-L148)) It's not clear whether these worked in 1.x. There is...