Skip to content

Commit

Permalink
[ca] improve rule
Browse files Browse the repository at this point in the history
  • Loading branch information
jaumeortola committed Jun 28, 2024
1 parent 0486208 commit 4ee8b43
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117493,7 +117493,7 @@ No t'ho explicaré, no cal que em burxis més-->
<url>https://aplicacions.llengua.gencat.cat/llc/AppJava/index.html?action=Principal&amp;method=detall&amp;input_cercar=%22preposici%F3+de%22+condicional&amp;numPagina=1&amp;database=FITXES_PUB&amp;idFont=12237&amp;idHit=12237&amp;tipusFont=Fitxes+de+l%27Optimot&amp;numeroResultat=5&amp;databases_avansada=&amp;categories_avansada=&amp;clickLink=detall&amp;titol=%27d%27haver-ho+sabut%27+o+%27si+ho+hagu%E9s+sabut%27%3F+%2F+Preposici%F3+%27de%27+seguida+d%27infinitiu+amb+valor+condicional+%2F+Infinitiu+condicional&amp;tematica=&amp;tipusCerca=cerca.fitxes</url>
<rule>
<pattern>
<token postag="SENT_START|_PUNCT.*" postag_regexp="yes"><exception regexp="yes">["')’”»]</exception></token>
<token postag="SENT_START|_PUNCT.*|PR0C.*" postag_regexp="yes"><exception regexp="yes">["')’”»]</exception></token>
<marker>
<token regexp="yes">de|d'<exception postag="_complement_directe|_obligacio" postag_regexp="yes"/></token>
</marker>
Expand Down Expand Up @@ -117522,7 +117522,7 @@ No t'ho explicaré, no cal que em burxis més-->
</rule>
<rule>
<pattern>
<token postag="SENT_START|_PUNCT.*" postag_regexp="yes"><exception regexp="yes">["')’”»]</exception></token>
<token postag="SENT_START|_PUNCT.*|PR0C.*" postag_regexp="yes"><exception regexp="yes">["')’”»]</exception></token>
<marker>
<token>de<exception postag="_complement_directe|_obligacio" postag_regexp="yes"/></token>
<token>no</token>
Expand All @@ -117536,7 +117536,7 @@ No t'ho explicaré, no cal que em burxis més-->
</rule>
<rule>
<pattern>
<token postag="SENT_START|_PUNCT.*" postag_regexp="yes"><exception regexp="yes">["')’”»]</exception></token>
<token postag="SENT_START|_PUNCT.*|PR0C.*" postag_regexp="yes"><exception regexp="yes">["')’”»]</exception></token>
<marker>
<token>de<exception postag="_complement_directe|_obligacio" postag_regexp="yes"/></token>
<token>no</token>
Expand All @@ -117550,7 +117550,7 @@ No t'ho explicaré, no cal que em burxis més-->
</rule>
<rule>
<pattern>
<token postag="SENT_START|_PUNCT.*" postag_regexp="yes"/>
<token postag="SENT_START|_PUNCT.*|PR0C.*" postag_regexp="yes"/>
<marker>
<token>de</token>
<token>ser</token>
Expand All @@ -117567,7 +117567,7 @@ No t'ho explicaré, no cal que em burxis més-->
</rule>
<rule>
<pattern>
<token postag="SENT_START|_PUNCT.*" postag_regexp="yes"/>
<token postag="SENT_START|_PUNCT.*|PR0C.*" postag_regexp="yes"/>
<marker>
<token>de</token>
<token>no</token>
Expand Down

0 comments on commit 4ee8b43

Please sign in to comment.