Adrien Ball

Results 62 comments of Adrien Ball

Yes, we could indeed add a confidence score along each extracted slot. It is not trivial though, as the probabilities provided by the CRF are very poorly calibrated, but there...

@Shotgun167 , This is indeed a limitation due to the current tokenization which strips some punctuation. However, the "${website}" value should still be retrieved in the resolved value field: ```python...

It is not prioritized yet so I can't give you a good ETA, but I think this could be done within the next 3 months.

@lohitk27 Please be more specific.

@cahuja1992 > Even though the stop word removal is enabled Are you referring to the `ignore_stop_words` parameter of the `LookupIntentParserConfig` ? This parser tries to find an exact match with...

Hey @yacir, we do not support Arabic for the moment. However, we are currently refactoring the way language resources are managed, which, at the end, will make it easier to...

@yacir I released `snips-nlu==0.15.0` yesterday. It is an intermediate milestone towards better resources packaging. There's still quite some work to do for better language integration. I'll keep you posted in...

Hi @Moondog360 The result that you got contains `"intentName": null`, which means that the NLU failed to recognized your `holidayQuestion` intent. In that case, it won't even try to extract...

Hi @martinchai16 Unfortunately we cannot allocate time for this at the moment. Here is some things you can try to do to have something working in chinese: 1) Find a...

@Shotgun167 Thanks for reporting this, which OS are you using ? Can you give more details about what you mean by "On exit"? It this error throwed after the python...