For indexing CHAT transcription format resources converted to XML, the mtas.analysis.parser.MtasChatParser extending the abstract MtasXMLParser is available; full examples of configuration files are provided on GitHub.
<!-- START CONFIGURATION MTAS PARSER --> <parser name="mtas.analysis.parser.MtasChatParser"> ... <!-- START MAPPINGS --> <mappings> ... </mapping> <!-- END MAPPINGS ---> ... </parser> <!-- END CONFIGURATION MTAS PARSER -->
The syntax of the parser part in the configuration file is, besides from the name attribute, almost identical to the configuration of the FoLiA-parser and TEI-parser.