A function which returns intent and message at same time #8
OnlinePage
started this conversation in
General
Replies: 1 comment 4 replies
-
|
@iparsw any thoughts on this? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, so we have two different function for getting message and the tag of the message.
It would be really nice if we can have one single function as well which returns both. Since if we have to get intent we have use
request_tagwhich make one single iteration and also for the message we haverequest_responsewhich will make one iteration.So in due cases where both are required then, the two iteration are time costly.
My suggestion is to have a function which return both of them at single iteration as tuple
Also if my last suggestion about NER is considered then it would be really nice to have it combined all along with the function which return all three at same time.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions