Skip to content

Commit

Permalink
[es] antipattern: encantados y encantadas
Browse files Browse the repository at this point in the history
  • Loading branch information
jaumeortola committed Jan 22, 2025
1 parent bd8a396 commit be69151
Showing 1 changed file with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1111,6 +1111,26 @@ To ignore a remote rule match, set the <marker> so that it exactly covers the te
</pattern>
<example correction="">El efecto <marker>capitalidad</marker>.</example>
</rule>
<rule>
<pattern>
<token postag="VMP..PM" postag_regexp="yes"/>
<token>y</token>
<marker>
<token postag="VMP..PF" postag_regexp="yes" inflected="yes"><match no="0" postag="VMP..PM" postag_regexp="yes" postag_replace="V.N...."/></token>
</marker>
</pattern>
<example correction="">Estaremos encantados y <marker>encantadas</marker> de volverlos a ver.</example>
</rule>
<rule>
<pattern>
<token postag="AQ.MP." postag_regexp="yes"/>
<token>y</token>
<marker>
<token postag="AQ.FP." postag_regexp="yes" inflected="yes"><match no="0" postag="AQ.MP." postag_regexp="yes" postag_replace="AQ.MS."/></token>
</marker>
</pattern>
<example correction="">Estaremos contentos y <marker>contentas</marker> de volverlos a ver.</example>
</rule>
</rulegroup>
<rule id="AI_ES_GGEC_MISSING_ADPOSITION" name="">
<pattern>
Expand Down

0 comments on commit be69151

Please sign in to comment.