Skip to content

Entity recognition at random string location #1368

@riyaz7us

Description

@riyaz7us

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions