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

Use clustered proper noun phrases as alternative to NER #69

Open
elliottash opened this issue May 15, 2022 · 0 comments
Open

Use clustered proper noun phrases as alternative to NER #69

elliottash opened this issue May 15, 2022 · 0 comments
Assignees

Comments

@elliottash
Copy link
Collaborator

elliottash commented May 15, 2022

See here, "The President" is identified as a proper noun phrase:
https://explosion.ai/demos/displacy?text=The%20President%20voted%20for%20schools.&model=en_core_web_sm&cpu=1&cph=1

As an alternative to NER entity tagging, run two parallel noun phrase clusterings:

one set of clusters for proper nouns, and another set of clusters for common nouns (based on POS tag).

this will work best after co-reference resolution.

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