﻿<?xml version="1.0" encoding="utf-8"?>
<analysis xmlns="http://schemas.fontoxml.com/content-quality/1.0/analysis-configuration.xsd">

	<!-- This is an example analysis configuration file. -->
	<!-- Please read our documentation for detailed instructions. -->
	<!-- https://documentation.fontoxml.com/latest/configure-the-analysis-9bd1f52b5da8 -->

<!--
	<parallel>
		<sequential>
			<regexAnnotator annotationTypeId="fontoxml-email" pattern="[a-zA-Z0-9_.+-]+@fontoxml\.com"/>
			<regexAnnotator annotationTypeId="google-email" pattern="[a-zA-Z0-9_.+-]+@google\.com"/>
			<removeTextAnnotationsIntersectingXmlElements elements="a"/>
		</sequential>

		<languageToolAnnotator baseUrl="https://my-languagetool-instance:8010/v2/">
			<spellingErrorMapping categories="TYPOS"/>
		</languageToolAnnotator>
	</parallel>
-->

</analysis>
