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

ES-CT: Wrong paragraph segmentation #797

Open
matyaskopp opened this issue Sep 29, 2023 · 0 comments
Open

ES-CT: Wrong paragraph segmentation #797

matyaskopp opened this issue Sep 29, 2023 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@matyaskopp
Copy link
Collaborator

Paragraph <seq> is splitted by notes:

(printscreen from TEITOK)
image

<seg xml:id="ParlaMint-ES-CT_2019-12-18-4602.14.0.1" xml:lang="es">En las <!-- SKIPPING --> absolutamente</seg>
<vocal type="murmuring" xml:id="ParlaMint-ES-CT_2019-12-18-4602.vocal4">
    <desc>remor de veus</desc>
</vocal>
<seg xml:id="ParlaMint-ES-CT_2019-12-18-4602.14.0.2" xml:lang="es">inaceptables <!-- SKIPPING --> Puigcercós.</seg>
<seg xml:id="ParlaMint-ES-CT_2019-12-18-4602.14.0.3" xml:lang="es">En <!-- SKIPPING --> Budó</seg>
<vocal type="murmuring" xml:id="ParlaMint-ES-CT_2019-12-18-4602.vocal5">
    <desc>persisteix la remor de veus</desc>
</vocal>
<seg xml:id="ParlaMint-ES-CT_2019-12-18-4602.14.0.4" xml:lang="es">, los catalanes merecemos...</seg>

should be:

<seg xml:id="ParlaMint-ES-CT_2019-12-18-4602.14.0.1" xml:lang="es">En las <!-- SKIPPING --> absolutamente <vocal type="murmuring" xml:id="ParlaMint-ES-CT_2019-12-18-4602.vocal4">
    <desc>remor de veus</desc>
  </vocal> inaceptables <!-- SKIPPING --> Puigcercós.</seg>
<seg xml:id="ParlaMint-ES-CT_2019-12-18-4602.14.0.3" xml:lang="es">En <!-- SKIPPING --> Budó <vocal type="murmuring" xml:id="ParlaMint-ES-CT_2019-12-18-4602.vocal5">
    <desc>persisteix la remor de veus</desc>
  </vocal>, los catalanes merecemos...</seg>
@matyaskopp matyaskopp added the bug Something isn't working label Sep 29, 2023
@matyaskopp matyaskopp added this to the Future milestone Sep 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants