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

Is this able to track subjects between sentences #3

Open
granthoff1107 opened this issue Feb 11, 2021 · 2 comments
Open

Is this able to track subjects between sentences #3

granthoff1107 opened this issue Feb 11, 2021 · 2 comments

Comments

@granthoff1107
Copy link

I'm trying to find a way to maintain track of a subject when doing sentiment analysis.

e.g ( diaparsers is great. It is a revolutionary parser)

The second sentence it refers to the original subject of the first sentence.

I'm wondering if it is possible to maintain track of the subject using diaparser?
If not would you know of the name of the technology which should be or might be used for this?

@blueridanus
Copy link

The NLP jargon for this task is "coreference resolution". Maybe this helps you:
https://huggingface.co/coref

@granthoff1107
Copy link
Author

granthoff1107 commented Feb 27, 2021 via email

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

2 participants