Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Entity recognition at random string location #1368

Open
riyaz7us opened this issue Feb 29, 2024 · 0 comments
Open

Entity recognition at random string location #1368

riyaz7us opened this issue Feb 29, 2024 · 0 comments

Comments

@riyaz7us
Copy link

riyaz7us commented Feb 29, 2024

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!

@riyaz7us riyaz7us changed the title Entity recognition for random string location Entity recognition at random string location Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant