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
This base entity is not implemented. It is a challenging implementation since it must match any text fragment following a training sentence pattern. Examples:
ANY is my name
My name is ANY
"My name is ANY, nice to meet you"
Unless we consider an exact match with the original training sentence, it is hard to decide where the ANY starts and ends. So, an easy first implementation could be done by cutting where the text before/after the ANY parameter is found.
The text was updated successfully, but these errors were encountered:
This base entity is not implemented. It is a challenging implementation since it must match any text fragment following a training sentence pattern. Examples:
ANY is my name
My name is ANY
"My name is ANY, nice to meet you"
Unless we consider an exact match with the original training sentence, it is hard to decide where the ANY starts and ends. So, an easy first implementation could be done by cutting where the text before/after the ANY parameter is found.
The text was updated successfully, but these errors were encountered: