Revision: 10074
          http://sourceforge.net/p/languagetool/code/10074
Author:   marcoagpinto
Date:     2013-05-12 14:45:15 +0000 (Sun, 12 May 2013)
Log Message:
-----------
[PT]
- Added one new rule:
  depois de -> ap?\195?\179s

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-12 08:48:51 UTC (rev 10073)
+++ 
trunk/languagetool/languagetool-language-modules/pt/src/main/resources/org/languagetool/rules/pt/grammar.xml
        2013-05-12 14:45:15 UTC (rev 10074)
@@ -5,7 +5,7 @@
 title="Easy editing stylesheet" ?>
 <!--
 Portuguese (Portugal - pre-reform) - Grammar and Typo Rules for LanguageTool
-Copyright (C) 2012-2013 Marco A.G.Pinto (www.marcoagpinto.com). Thanks to Juan 
Martorell and Daniel Naber who mentored the project
+Copyright (C) 2012-2013 Marco A.G.Pinto (www.marcoagpinto.com). Thanks to Juan 
Martorell and Daniel Naber who mentored the project.
 
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
@@ -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.047 2013-04-25 23:55:00 marcoagpinto Exp $
+$Id: grammar.xml,v 1.048 2013-05-12 15:40: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";>
 
@@ -497,6 +497,19 @@
 
 
 
+    <!-- DEPOIS DE após -->
+    <rule id="DEPOIS_DE" name="após">
+      <pattern>
+        <token>depois</token>
+        <token>de</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>
+      <example type="correct">Faz isso <marker>após</marker> saber os 
resultados.</example>
+    </rule>
+
+
+
     <!-- DEVE DE deve -->
     <rule id="DEVE_DE" name="deve">
       <pattern>

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


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to