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

Bug detecting names with hyphens. #730

Open
home15c6 opened this issue Apr 23, 2024 · 0 comments
Open

Bug detecting names with hyphens. #730

home15c6 opened this issue Apr 23, 2024 · 0 comments

Comments

@home15c6
Copy link

home15c6 commented Apr 23, 2024

I know hyphenated names like "Jean-Luc Godard" are not typical in Vietnamese, but they may appear in texts, such as news articles.

For ner('Jean-Luc Godard', deep=True)

Expected: B-PER, I-PER, I-PER -> 1 entity
Actual: B-PER, B-PER, I-PER -> 2 entities

Note: The model works as expected for Công ty TNHH Bảo hiểm Nhân thọ Dai-ichi Việt Nam -> 1 entity

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