-
Notifications
You must be signed in to change notification settings - Fork 67
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
[folia] Text validation error (normalisation problem between sentences?) #34
Comments
Has to to with Sentence not inheriting its text delimiter from the last word inside |
This solves a lot of errors from the original input document, but one remains: Expected (
Got (
Investigating.. |
Input here is a text consisting of markup ( <t class="default">
<t-style class="italic">Verhandelinge van het ecclesiasticq of JcercJcelijcke saecken en regieringh in Indiën,</t-style>
<t-style class="italic">en hoedanigh deselve haar van den beginne en soo vervolgens hebben toegedragen</t-style>
<t-style class="italic">en dat alles is gereguleert; voort aennemen van predikanten , sieckentroosters en</t-style>
<t-style class="italic">schoolmeesters voor de kercken aldaar, met derselver respective tractemenien, en</t-style>
<t-style class="italic">specialij eken mede raeckende het opreghten van een seminarium voor jonge studenten,</t-style>
<t-style class="italic">hoe dat is begrepen en wat daarin is gedaan. Soo oock hoedanigh het is gelegen</t-style>
<t-style class="italic">met de Franschen aan de Caep de Goede Hoop en wat ordre omtrent het ecclesias-</t-style>
<t-style class="italic">ticq en den godsdienst ten aansien van deselve daar is ge-stelt.</t-style>
</t> |
This 2nd issue DOES seem like an ucto issue again, redirecting back to LanguageMachines/ucto#35 |
Original issue solved and released |
Continuation of LanguageMachines/ucto#35 by @JessedeDoes:
Expected: (space after "Mo" due to default sentence delimiter)
Got: (No space after "Mo", word carries space="no")
Occurs in multiple places, tests seem not to cover this however (hence only discovering it now). Libfolia/folialint works fine too.
The text was updated successfully, but these errors were encountered: