Skip to content

Commit

Permalink
[ca] fix false alarms
Browse files Browse the repository at this point in the history
  • Loading branch information
jaumeortola committed Dec 12, 2019
1 parent 8bc52bc commit 99f4e2a
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46527,6 +46527,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
<antipattern>
<token regexp="yes">\d+(\.\d\d\d)*</token>
<token regexp="yes">a|i|o|ni|/|-</token>
<token min="0" postag="DA..P." postag_regexp="yes"/>
<token regexp="yes">\d+(\.\d\d\d)*</token>
</antipattern>
<rule>
Expand All @@ -46543,7 +46544,8 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
<short>Preferible amb lletres</short>
<example correction="vint-i-quatre"><marker>24</marker> anys</example>
<example correction="dos milions"><marker>2.000.000</marker> d'anys</example>
<example>ha de casar-se als 14 o 15 anys</example>
<example>Ha de casar-se als 14 o 15 anys.</example>
<example>Dels 10 als 14 anys d'edat.</example>
</rule>
<rule>
<pattern>
Expand Down Expand Up @@ -46594,6 +46596,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
<example>És dels anys 1960.</example>
<example>Ultrapassa els 10 km de llargària.</example>
<example>Inclosos en els 10 districtes.</example>
<example>dels 10 als 14 anys d'edat</example>
</rule>
</rulegroup>
<rule id="CARA_ENFORA" name="*cara enfora/de cara enfora" default="off">
Expand Down

0 comments on commit 99f4e2a

Please sign in to comment.