Revision: 10082
          http://sourceforge.net/p/languagetool/code/10082
Author:   marcoagpinto
Date:     2013-05-14 11:29:56 +0000 (Tue, 14 May 2013)
Log Message:
-----------
[PT]
- Improved the "depois de" rule, by adding an exception to it.
  Thanks to Jaume for the help.

Modified Paths:
--------------
    
trunk/languagetool/languagetool-language-modules/pt/src/main/resources/org/languagetool/rules/pt/grammar.xml

Modified: 
trunk/languagetool/languagetool-language-modules/pt/src/main/resources/org/languagetool/rules/pt/grammar.xml
===================================================================
--- 
trunk/languagetool/languagetool-language-modules/pt/src/main/resources/org/languagetool/rules/pt/grammar.xml
        2013-05-14 03:06:27 UTC (rev 10081)
+++ 
trunk/languagetool/languagetool-language-modules/pt/src/main/resources/org/languagetool/rules/pt/grammar.xml
        2013-05-14 11:29:56 UTC (rev 10082)
@@ -21,7 +21,7 @@
 License along with this library; if not, write to the Free Software
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
 
-$Id: grammar.xml,v 1.048 2013-05-12 15:40:00 marcoagpinto Exp $
+$Id: grammar.xml,v 1.049 2013-05-14 12:25:00 marcoagpinto Exp $
 -->
 <rules lang="pt" xsi:noNamespaceSchemaLocation="../rules.xsd" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:xs="http://www.w3.org/2001/XMLSchema";>
 
@@ -500,8 +500,11 @@
     <!-- DEPOIS DE após -->
     <rule id="DEPOIS_DE" name="após">
       <pattern>
-        <token>depois</token>
-        <token>de</token>
+           <marker>
+           <token>depois</token>
+           <token>de</token>
+           </marker>
+           <token><exception>amanhã</exception></token> 
       </pattern>
       <message>Substituir «depois de» por 
<suggestion>após</suggestion>.</message>
       <example type="incorrect">Faz isso <marker>depois de</marker> saber os 
resultados.</example>

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


------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to