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

Difficulty recognizing some NE #85

Open
suarezallegue opened this issue Nov 6, 2023 · 1 comment
Open

Difficulty recognizing some NE #85

suarezallegue opened this issue Nov 6, 2023 · 1 comment

Comments

@suarezallegue
Copy link
Collaborator

When a NE has the same form as a regular Spanish word, SRG parses it as such instead of as a NE.

In tbdb23, ID9446 (Manuel Saiz, técnico del ONCE, también apostó por la candidatura de Olano.), ONCE is not a number, but the name of a football team. Thus, it should be parsed as a noun.

@suarezallegue suarezallegue changed the title Difficulty recognizing NE whose form is the same as other Spanish words Difficulty recognizing some NE Nov 6, 2023
@olzama
Copy link
Contributor

olzama commented Nov 6, 2023

This is due to the morphological analyzer. Such things can be included in the exception list at the level of the python interface. That way, the SRG will have access to all possible analyses.

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