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

[COG-1322] Minimal SpaCy-Based Entity Extraction #535

Open
lxobr opened this issue Feb 14, 2025 · 0 comments
Open

[COG-1322] Minimal SpaCy-Based Entity Extraction #535

lxobr opened this issue Feb 14, 2025 · 0 comments
Assignees

Comments

@lxobr
Copy link
Collaborator

lxobr commented Feb 14, 2025

Implement a simple entity extraction method using SpaCy, optionally leveraging transformer-based models like GlinER. Ensure compatibility with the entity extraction interface from the search skeleton.

• Use SpaCy to extract entities from string input.

• Explore both standard SpaCy models and transformer-based options (e.g., GlinER) and select one.

• Ensure compatibility with the interchangeable entity extraction module.

• Keep it minimal, focusing on extracting entities without additional processing.

• Test with a few sample inputs to validate extraction quality.

Note: Follow up to COG-1318

From SyncLinear.com | COG-1322

@lxobr lxobr self-assigned this Feb 14, 2025
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