Revision: 7317
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=7317&view=rev
Author:   jmartorell
Date:     2012-06-11 08:33:57 +0000 (Mon, 11 Jun 2012)
Log Message:
-----------
Deleted empty regular expressions

Modified Paths:
--------------
    trunk/JLanguageTool/src/rules/es/grammar.xml

Modified: trunk/JLanguageTool/src/rules/es/grammar.xml
===================================================================
--- trunk/JLanguageTool/src/rules/es/grammar.xml        2012-06-11 07:29:10 UTC 
(rev 7316)
+++ trunk/JLanguageTool/src/rules/es/grammar.xml        2012-06-11 08:33:57 UTC 
(rev 7317)
@@ -41,7 +41,7 @@
 
             <rule id="A_PARTICIPIO" name="a + participio">
                 <pattern>
-                    <token postag=".*" postag_regexp="yes"><exception 
inflected="yes" regexp="yes">oler|saber|gustar</exception></token>
+                    <token><exception inflected="yes" 
regexp="yes">oler|saber|gustar</exception></token>
 
                     <marker>
                         <token>a</token>
@@ -1101,7 +1101,7 @@
 
             <rule id="NOM_ADJ_FEM" name="Concordancia femenino Nombre + 
adjetivo">
                 <pattern case_sensitive="yes">
-                    <token postag=".*" postag_regexp="yes"></token>
+                    <token/>
 
                     <marker>
                         <token postag="N.{1}F.*|PD0F.*" postag_regexp="yes" 
skip="1"><exception postag="SP.*|C." postag_regexp="yes" 
scope="previous"></exception><!--Previously excluded C.*|SP.*|R.* without 
negated POS--><exception negate_pos="yes" postag="N.{1}F.*|PD0F.*" 
postag_regexp="yes"></exception><exception 
regexp="yes">\p{Lu}\p{L}*|\w</exception><exception inflected="yes" 
regexp="yes">mayoría|minoría|mitad|parte|vez|era|eres</exception><exception 
postag="[NVRCD].*|SP.*|PR.*" postag_regexp="yes" 
scope="next"></exception><exception regexp="yes" 
scope="next">\W*</exception><exception regexp="yes" 
scope="next">del|al</exception></token>

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Languagetool-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to