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

Create company name detector #63

Open
thomasbird opened this issue Oct 19, 2020 · 2 comments
Open

Create company name detector #63

thomasbird opened this issue Oct 19, 2020 · 2 comments

Comments

@thomasbird
Copy link
Member

A detector to detect company names would be useful.

@aCampello
Copy link
Collaborator

This can be partially achieved by setting the Spacy NER detector to recognise ORG atm..

@thomasbird
Copy link
Member Author

Yeah you can currently use scrubadub_spacy.detectors.SpacyEntityDetector, but I think we should investigate adding a little more finesse to it. Perhaps we can do something like the scrubadub_spacy.detectors.SpacyNameDetector that also looks for context, using words like company, ltd, limited, etc. I'm just leaving this comment as a reminder for the future.

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