Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2efb509

Browse files
committed
[es] fix FPs
1 parent 77cdf0b commit 2efb509

File tree

1 file changed

+12
-4
lines changed
  • languagetool-language-modules/es/src/main/resources/org/languagetool/rules/es

1 file changed

+12
-4
lines changed

languagetool-language-modules/es/src/main/resources/org/languagetool/rules/es/grammar.xml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7139,13 +7139,13 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
71397139
<token postag="VMSP[13]S0" postag_regexp="yes"/>
71407140
</antipattern>
71417141
<antipattern>
7142-
<token>cuantas</token>
7142+
<token regexp="yes">cu[aá]ntas</token>
71437143
<token postag="NC[FC][PN].*" postag_regexp="yes"/>
71447144
<token postag_regexp="yes" min="0" max="2" postag="&pronombre_personal_atono_POS;"/>
71457145
<token postag="VMSP[13]S0" postag_regexp="yes"/>
71467146
</antipattern>
71477147
<antipattern>
7148-
<token>cuantos</token>
7148+
<token regexp="yes">cu[aá]ntos</token>
71497149
<token postag="NC[MC][PN].*" postag_regexp="yes"/>
71507150
<token postag_regexp="yes" min="0" max="2" postag="&pronombre_personal_atono_POS;"/>
71517151
<token postag="VMSP[13]S0" postag_regexp="yes"/>
@@ -7240,7 +7240,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
72407240
<token postag="VMSP[13]S0" postag_regexp="yes"/>
72417241
</antipattern>
72427242
<antipattern>
7243-
<token regexp="yes" inflected="yes">esperar|desear|rogar|solicitar|agradecer</token>
7243+
<token regexp="yes" inflected="yes">esperar|desear|rogar|solicitar|agradecer|encarecer</token>
72447244
<token postag="&pronombre_personal_atono_POS;" postag_regexp="yes" min="0" max="2"/>
72457245
<token postag="VMSP[13]S0" postag_regexp="yes"/>
72467246
</antipattern>
@@ -7249,10 +7249,18 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
72497249
<token>desee</token>
72507250
</antipattern>
72517251
<antipattern>
7252-
<token>gracias</token>
7252+
<token skip="-1">gracias</token>
72537253
<token postag="CC|_PUNCT.*" postag_regexp="yes" min="1" max="2"/>
72547254
<token postag="VMSP[13]S0" postag_regexp="yes"/>
72557255
</antipattern>
7256+
<antipattern>
7257+
<token>foto</token>
7258+
<token>detalle</token>
7259+
</antipattern>
7260+
<antipattern>
7261+
<token>y</token>
7262+
<token>disculpe</token>
7263+
</antipattern>
72567264
<rule>
72577265
<pattern>
72587266
<token>nos</token>

0 commit comments

Comments
 (0)