Skip to content

Commit

Permalink
[ca] fix FPs
Browse files Browse the repository at this point in the history
  • Loading branch information
jaumeortola committed Sep 14, 2024
1 parent eccc108 commit d24bc8e
Showing 1 changed file with 30 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4782,7 +4782,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
<example>Nosaltres en som molt fans.</example>
</antipattern>
<antipattern>
<token postag="PD.*" postag_regexp="yes"/>
<token postag="P[DI].*" postag_regexp="yes"/>
<token>gràcies</token>
<token>a</token>
</antipattern>
Expand Down Expand Up @@ -5074,6 +5074,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
<example>M'agrada molt Txecoslovàquia.</example>
<example>Totes vora les costes gregues.</example>
<example>I tot gràcies a un excel·lent equip de professionals.</example>
<example>Gaudiran molt gràcies a un excel·lent equip de professionals.</example>
<!-- <example>influí molt Assíria</example> -->
<!-- <example>ser admesos com a tals Alemanya, el Japó,</example> -->
</rule>
Expand Down Expand Up @@ -17402,6 +17403,12 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
<example>en un període recent units de manera contínua</example>
</rule>
<rule>
<antipattern>
<token postag="_GN_.*" postag_regexp="yes" regexp="yes">recents?</token>
<token postag="V.P.*" postag_regexp="yes"/>
<token regexp="yes">per|pe</token>
<example>En un sondatge recent fet per una cadena francoalemanya.</example>
</antipattern>
<pattern>
<marker>
<token regexp="yes">recents?</token>
Expand Down Expand Up @@ -41680,6 +41687,18 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
<message>¿Volíeu dir <suggestion>una</suggestion>?</message>
<example correction="una"><marker>u na</marker> Catalunya</example>
</rule>
<rule>
<pattern>
<marker>
<token regexp="yes">.+</token>
<token case_sensitive="yes">na</token>
</marker>
</pattern>
<filter class="org.languagetool.rules.ca.CatalanSuppressMisspelledSuggestionsFilter" args="suppressMatch:true"/>
<message>¿Volíeu dir <suggestion>\1\2</suggestion>?</message>
<example correction="feina">Un torn de <marker>fei na</marker>.</example>
<example correction="faena">Un torn de <marker>fae na</marker>.</example>
</rule>
<rule>
<pattern case_sensitive="yes">
<marker>
Expand Down Expand Up @@ -52793,6 +52812,16 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
</rulegroup>
<rulegroup id="MOTS_SENSE_GUIONETS" name="mots sense guionets: *vist-i-plau,...">
<!-- This rulegroup would be unnecessary if LibreOffice/OpenOffice tokenized the words containing hyphens like LanguageTool -->
<rule>
<pattern>
<token regexp="yes">dem[oò]crat(a|es)</token>
<token>-</token>
<token inflected="yes">cristià</token>
</pattern>
<message>S'escriu junt.</message>
<suggestion>democrata\3</suggestion>
<example correction="democratacristians">Dels partits <marker>demòcrata-cristians</marker>.</example>
</rule>
<rule>
<pattern>
<token>no-res<exception scope="previous" regexp="yes">el|l</exception></token>
Expand Down

0 comments on commit d24bc8e

Please sign in to comment.