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
I wanted to ask you if there is any way to create alexa utterances from basic sample phrases. Let's say I have three utterances as an input: "why is it happening tonight",
"where is it happening tonight",
"when is it happening tonight"
and as output I want to get an alexa similar utterance syntax that "compresses" my utterances: "(why|where|when) is it happening tonight"
Is something like this possible to create using your library? I'd appreciate your feedback and help. Thank you!
Best regards,
Ana
The text was updated successfully, but these errors were encountered:
I was thinking about this a while ago but haven't had the time to pursue. I agree that this feature would be great but I am afraid I don't think I have the time to extend this project anytime soon.
Hi,
I wanted to ask you if there is any way to create alexa utterances from basic sample phrases. Let's say I have three utterances as an input:
"why is it happening tonight",
"where is it happening tonight",
"when is it happening tonight"
and as output I want to get an alexa similar utterance syntax that "compresses" my utterances:
"(why|where|when) is it happening tonight"
Is something like this possible to create using your library? I'd appreciate your feedback and help. Thank you!
Best regards,
Ana
The text was updated successfully, but these errors were encountered: