Marcos Gomez

Results 12 issues of Marcos Gomez

Similar to #9 in WebSocket Platform

enhancement
platform
telegram

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

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

testing
long-term

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

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