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

Feature Request: Named Entity Recognition (NER) - Extract Entities from Text #319

Open
HsiangNianian opened this issue Nov 17, 2024 · 0 comments
Assignees

Comments

@HsiangNianian
Copy link
Member

NER is used to identify and classify named entities (e.g., persons, locations, organizations, dates) within a text. This task aims to build an NER system for extracting entities in various contexts.

Model Selection: Should we use traditional NER techniques (like CRFs) or leverage transformer-based models like BERT?
Entity Categories: Which entities should be detected (e.g., people, organizations, locations)?
Evaluation: What evaluation metrics will be used (e.g., Precision, Recall, F1 Score)?

Expected Outcome

  • A working NER system capable of extracting entities from various domains.
  • Clear guidelines and API documentation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

1 participant