@fontoxml/fontoxml-development-tools
Version:
Development tools for Fonto.
23 lines (18 loc) • 833 B
text/xml
<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>