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 need to extract the numeric entities from the utterances like the following:
find schools with 3 gpa find schools with gpa 3 find schools with gpa score 3 find schools with gpa 3 and rank 5
Without training anything, it labels these entities as "number", to which I would like to give the appropriate name like "gpa" or "rank"
Although we could use addAfterCondition or addBeforeCondition, It could work with either of them, not both.
Is there any implementation that identifies these entities at random location? Please help, Thanks!