Hi there,
I`ve seen patterns like CALL ME * * and even with more * without the separation by words, and it is hard to define which words really are for each star, for instance:
<category> CALL ME * * *</pattern>
<template><srai>RANDOM INTRO</srai> <star>.
<think><srai>SET GENDER FROM NAME <star></srai>
<set name=“name”><formal><star> <star index=“2”> <star index=“3”></formal></set>.
<set name=“firstname”><formal><star></formal></set>
<set name=“middlename”><formal><star index=“2”></formal></set>
<set name=“lastname”><formal><star index=“3”></formal></set>
</think></template>
</category>
In this case will it be just one word for each * ? ... like Call me Woods Betty Ann Caty, will be as:
Lastname - Woods
Middle Name - Betty
and for the third * it will be what`s left of the sentence, therefore, - First Name - Ann Caty
Is there a way to somehow define how much symbols are taken for the first, second, etc. star symbol? Or is it a bad style at all to use more than one asterix without separation by normal words or letters?
Thank you in advance.
Regards,
Inese