Maarten van Gompel
Maarten van Gompel
> * access sentence starts/ends The `Token` instance has two methods to determine if it is at the start/end of a sentence: * `token.isbeginofsentence()` * `token.isendofsentence()` Similarly, there is a`token.newparagraph()`(token...
Right, it should be `isnewparagraph()`.
I think that's a good solution for these edge cases yes. Moving this to issue foliapy
I think the idea was that could contain the actual hyphenation symbol that was used in the text, reflecting that it is an actual symbol appearing in the text. You'd...
Looks good yes!
I agree with your assessment. What is in the text should be text, so putting them in the xml text was the good decision, as often these hyphens appear verbatim...
Text validation is a rather essential component that ensures your FoLiA document is valid, so it always enabled. I wonder what causes your error, do you also have a ``...
There are some limits to text consistency checking currently (not sure if this was one of them). But it should be expanded and fixed then.
Probably related to #15 and #8
Strange indeed, I'll have to look into it. At least as long as the resulting XML is the same and valid there is no big rush.