Skip to content

Commit

Permalink
[ca] enable rule
Browse files Browse the repository at this point in the history
  • Loading branch information
jaumeortola committed Dec 14, 2023
1 parent 6ed0fa0 commit 3f3c71a
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55789,6 +55789,14 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
<token min="0" postag="RG"/>
<token postag="A.*|V.P.*" postag_regexp="yes"/>
</antipattern>
<antipattern>
<token regexp="yes">l'|el|la|els|les</token>
<token min="0" max="3" chunk="GV"><exception inflected="yes">fer</exception></token>
<token inflected="yes">fer</token>
<token postag="A.*|V.P.*|N.*" postag_regexp="yes"/>
<example>Es féu eclesiàstic i després el papa el va fer cardenal.</example>
<example>Es féu eclesiàstic i després el papa el féu cardenal.</example>
</antipattern>
<rule>
<pattern>
<token postag="VM[IS].*" postag_regexp="yes"><exception regexp="yes" scope="previous">l'|el|la|els|les</exception></token>
Expand Down Expand Up @@ -56049,7 +56057,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
<example correction="Se n'han registrat"><marker>S'han registrat</marker> dotze en els últims deu anys. </example>
<example>Va passar de tenir 8 a 10 diputats</example>
</rule>
<rule default="temp_off">
<rule>
<antipattern>
<token regexp="yes">un|una</token>
<token postag="SPS00"/>
Expand Down

0 comments on commit 3f3c71a

Please sign in to comment.