-
Notifications
You must be signed in to change notification settings - Fork 7
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
folialint produces invalid FoLiA out of dubious input #23
Comments
also cross-referencing proycon/folia#58 |
I added a patch to libfolia to output the <w> AS IS when it is the only occurrence. (so NO reference to the same <w> elsewhere. |
I ran
|
Maybe an open door. But text inside this kind of words is exempt from all text processing. |
I modified libfolia to also reject this kind of construction: failed: XML error: connecting a <w> to an <su> is forbidden, use <wref> I think is is correct now |
Agreed |
related to proycon/flat#138
Consider this file:
It contains a <w> in the <su> node that IS NOT present in the <s> itself.
That is a construction which is (until now) never thought of.
When running
folialint
on this file, an INVALID output is produced:A <wref> is generated to a non existing word!
Desired behavior:
The text was updated successfully, but these errors were encountered: