Marcos Gomez

Results 9 issues of Marcos Gomez

Similar to #9 in WebSocket Platform

enhancement
platform
telegram
high priority

When getting the value of a matched parameter in a state body, e.g. `temperature = predicted_intent.get_parameter('temperature').value` we always obtain a `str` object, therefore, we cannot do `if temperature > 0`,...

enhancement
high priority

- Unit tests - Integration tests - CI/CD (Github Actions)

testing
long-term
high priority

The current NER only works with exact matches in the entities. Slight variations would miss the entities and therefore carry this problem to the intent classification module (missing both the...

enhancement
nlp
ner
high priority

As a reference, see Xatkit's system entities list (it is the list of DialogFlow's system entities) https://github.com/xatkit-bot-platform/xatkit/wiki/Intents-and-Entities#system-entities

enhancement
nlp

This base entity is not implemented. It is a challenging implementation since it must match any text fragment following a training sentence pattern. Examples: ANY is my name My name...

enhancement
nlp

Add some timeout exception to skip this part if it cannot be downloaded for whatever reason