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

MeasureAnnotationSaxHandler incorrectly label the beginning of an annotated entity #177

Open
lfoppiano opened this issue Mar 28, 2024 · 0 comments
Labels
bug bug-model Bug related to the data or the model
Milestone

Comments

@lfoppiano
Copy link
Owner

lfoppiano commented Mar 28, 2024

Entities such as <valueRange> and <valueBase> are missing the starting I- identifier:

65 65 6 65 65 65 5 65 65 65 NOCAPS ALLDIGIT 0 NOPUNCT dd d 0 0 I-<valueBase>
. . . . . . . . . . ALLCAPS NODIGIT 1 DOT . . 0 0 <valueBase>
5 5 5 5 5 5 5 5 5 5 NOCAPS ALLDIGIT 1 NOPUNCT d d 0 0 <valueBase>
± ± ± ± ± ± ± ± ± ± ALLCAPS NODIGIT 1 NOPUNCT ± ± 0 0 <other>
0 0 0 0 0 0 0 0 0 0 NOCAPS ALLDIGIT 1 NOPUNCT d d 0 0 <valueRange>
. . . . . . . . . . ALLCAPS NODIGIT 1 DOT . . 0 0 <valueRange>
8 8 8 8 8 8 8 8 8 8 NOCAPS ALLDIGIT 1 NOPUNCT d d 0 0 <valueRange>

Issue occurs in <valueRange> and the <unitLeft> following <valueRange>

Version 0.8.0 works as expected. For the next version we would need to update the SaxHandler and the models.

@lfoppiano lfoppiano added this to the 0.8.1 milestone Mar 28, 2024
@lfoppiano lfoppiano added bug bug-model Bug related to the data or the model labels Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug bug-model Bug related to the data or the model
Projects
None yet
Development

No branches or pull requests

1 participant