question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Log a warning if NLU picks up intents/entities that aren't in the domain

See original GitHub issue

If we log a warning, this could be helpful in debugging, e.g. if you misspelled an entity while using the regex format, because it will end up featurized differently (or not at all? really not sure). The idea is something like

WARNING: Encountered an entity 'num_peolpe' that isn't defined in the domain. This can lead to unpredictable behavior.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:28 (28 by maintainers)

github_iconTop GitHub Comments

1reaction
chrisbanguncommented, Sep 30, 2019

thanks for the input @erohmensing . I modified the logic and run the tests. I think I am ready to submit the pr now.

1reaction
chrisbanguncommented, Sep 23, 2019

cool, thanks @erohmensing

Read more comments on GitHub >

github_iconTop Results From Across the Web

Intent Manager — Key Terms & Concepts
A domain is a collection of related intents and entities, and a domain has a specified NLU provider and language.
Read more >
Domain - Rasa
Domain. The domain defines the universe in which your assistant operates. It specifies the intents, entities, slots, responses, forms, ...
Read more >
Intents - Digital Assistant - Oracle Help Center
Distinguishing between similar entities – For example, Tm recognizes that mail is not same as email in the context of an intent called...
Read more >
Change log - Mix Documentation - Nuance
It is now possible to set data types for entities in both Mix.nlu and ... to indicate that the node collects sensitive data,...
Read more >
Intent recognition and entity extraction (NLU) | Docs - Botfront
An intent captures the general meaning of a sentence (or an utterance in the chatbots lingo). For example, the sentences below convey the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found