dialogy icon indicating copy to clipboard operation
dialogy copied to clipboard

Language understanding toolkit for human dialogs.

Results 18 dialogy issues
Sort by recently updated
recently updated
newest added

**Describe the bug** In DucklingPlugin, once **self.activate_latent_entities** is set **True**, there is no option to make it **False** in the consecutive turns/states where I don't want latent entities. Following logic...

bug

The ListSearchPlugin has a mechanism to remove entities whose match confidence is below a provided threshold. At there is only one threshold value that can be set, the same threshold...

enhancement
feature

**Is your feature request related to a problem? Please describe.** In old architecture, we could pass latent_entities = true/false for each SLU independently, when creating the Input object. But with...

feature

**Describe the bug** A clear and concise description of what the bug is. Please refer to [this](https://skit-ai.sentry.io/issues/4264640209/?project=6087224&referrer=jira_integration) sentry issue for more info. The `CurrencyEntity` type in dialogy has not been...

bug

added a pip install poetry command

**Describe the bug** We recently merged a [PR](https://github.com/skit-ai/dialogy/pull/171) which has decreased the code coverage of `dialogy/types/entity/deserialize/__init__.py` considerably. Since the PR merge was time-sensitive, we went ahead with the merge but...

bug