proycon / foliatools

A number of command-line tools for working with FoLiA (Format for Linguistic Annotation). Includes validators, converters, visualisers, and more.
GNU General Public License v3.0
10 stars 4 forks source link

[foliaerase] Test if foliaerase is capable of stripping markup properly #21

Closed proycon closed 3 years ago

proycon commented 3 years ago

This is currently not handled properly, as I feared: the contents of the markup elements get lost whilst they should be preserved.

proycon commented 3 years ago

Implemented now, but the implementation is a bit overzealous: if the markup element has other markup elements nested (even if of a different type), then those will be stripped too.