Hello!

I was trying to create the following rule:
"A vacas come no pasto"

    <!-- Concordance error plural - A + FEMALE PLURAL + SINGULAR VERB -->
<rule id="A_FEMALE-PLURAL_SINGULAR-VERB" name="Erro de concordância do plural A + FEMALE PLURAL + SINGULAR VERB">
      <pattern>
        <token>a</token>
        <marker>
            <token postag="NCFP000"></token>
         </marker>
         <token postag="VMIP3S0"></token>
     </pattern>
     <message>Erro de concordância do plural.</message>
     <example>A <marker>vaca</marker> come no pasto.</example>
    </rule>

I want LanguageTool to highlight NCFP000 as being incorrect but TESTRULES PT gives an error.

How can I fix it?

Thanks!

Kind regards,
       >Marco A.G.Pinto
          ----------------------


--
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
Languagetool-devel mailing list
Languagetool-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-devel

Reply via email to