You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And let's say the example utternaces are something like these:
...
"intent": "Web.WebSearch",
"utterances": [
"search @Web.SearchType for @Web.SearchText in @Web.SearchEngine",
"search for @Web.SearchText in @Web.SearchEngine @Web.SearchType",
"search @Web.SearchEngine @Web.SearchType for @Web.SearchText",
],
In this example, the Web.SearchType trim entity needs keywords from Web.SearchEngine which has to be written there individualy.
Describe the solution you'd like
I'm hoping if there can be a solution, where we can put an entity name as dependency for other entity similarly how we mention entites in an utterance using @.
i.e.
which will automatically fill the values while training the corpus.
This is a simple example, but in some cases this will be really helpful where a trim entity comes after another trim entity and the nlp can use that reference to identify the entity that comes after.
I'm not sure if something like this is already possible or not, since the documentions are all over the place. I searched my best but didn't find anything similar. If this can be implemented then creating large corpus with few dozens of domains which depend on each other will be relatively simpler than current solution.
The text was updated successfully, but these errors were encountered:
Lets say there's some entities like this:
And let's say the example utternaces are something like these:
In this example, the
Web.SearchType
trim entity needs keywords fromWeb.SearchEngine
which has to be written there individualy.Describe the solution you'd like
I'm hoping if there can be a solution, where we can put an entity name as dependency for other entity similarly how we mention entites in an utterance using
@
.i.e.
which will automatically fill the values while training the corpus.
This is a simple example, but in some cases this will be really helpful where a trim entity comes after another trim entity and the nlp can use that reference to identify the entity that comes after.
for example:
Where
Email.Contactname
is another trim entityI'm not sure if something like this is already possible or not, since the documentions are all over the place. I searched my best but didn't find anything similar. If this can be implemented then creating large corpus with few dozens of domains which depend on each other will be relatively simpler than current solution.
The text was updated successfully, but these errors were encountered: