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

folia2html: Implement support for outputting based on other text classes #30

Closed proycon closed 3 years ago

proycon commented 3 years ago

folia2html didn't support handling other textclasses yet, it only looked at the default 'current' text class. We need a configurable parameter to change this behaviour to output for non-default text classes.

As reported by @pirolen

proycon commented 3 years ago

@pirolen: I have implemented this now, you can set the text class you want to convert to html with the -t option for folia2html. I'll do a release.