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!
I need to extract the numeric entities from the utterances like the following:
find schools with 3 gpafind schools with gpa 3find schools with gpa score 3find schools with gpa 3 and rank 5Without 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
addAfterConditionoraddBeforeCondition, It could work with either of them, not both.Is there any implementation that identifies these entities at random location? Please help, Thanks!