Revision: 7919
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=7919&view=rev
Author:   dnaber
Date:     2012-08-24 19:14:27 +0000 (Fri, 24 Aug 2012)
Log Message:
-----------
[pt] rule update by Marco A.G.Pinto

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

Modified: trunk/JLanguageTool/src/rules/pt/grammar.xml
===================================================================
--- trunk/JLanguageTool/src/rules/pt/grammar.xml        2012-08-24 18:51:26 UTC 
(rev 7918)
+++ trunk/JLanguageTool/src/rules/pt/grammar.xml        2012-08-24 19:14:27 UTC 
(rev 7919)
@@ -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.021 2012-08-17 20:11:00 marcoagpinto Exp $
+$Id: grammar.xml,v 1.022 2012-08-24 11:36: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";>
 
@@ -177,6 +177,21 @@
 
 
 
+    <!-- AO MEU VER a meu ver -->
+    <rule id="AO_MEU_VER" name="a meu ver">
+      <pattern>
+        <token>ao</token>
+        <token>meu</token>
+        <token>ver</token>
+      </pattern>
+      <message>Substituir «ao meu ver» por <suggestion>a meu 
ver</suggestion>.</message>
+      <short>"Gramática".</short>
+      <example type="incorrect">Isto é, <marker>ao meu ver</marker>, muito 
importante.</example>
+      <example type="correct">Isto é, <marker>a meu ver</marker>, muito 
importante.</example>
+    </rule>
+
+
+
     <!-- AS BRACELETES os braceletes -->
     <rule id="AS_BRACELETES" name="os braceletes">
       <pattern>
@@ -654,6 +669,20 @@
 
 
 
+    <!-- HOUVERAM MUITOS houve muitos -->
+    <rule id="HOUVERAM_MUITOS" name="houve muitos">
+      <pattern>
+        <token>houveram</token>
+        <token>muitos</token>
+      </pattern>
+      <message>Substituir «houveram muitos» por <suggestion>houve 
muitos</suggestion>.</message>
+      <short>"Gramática".</short>
+      <example type="incorrect">No passado <marker>houveram muitos</marker> 
muitos acidentes.</example>
+      <example type="correct">No passado <marker>houve muitos</marker> muitos 
acidentes.</example>
+    </rule>
+
+
+
     <!-- IR NA PRAIA ir à praia -->
     <rule id="IR_NA_PRAIA" name="ir à praia">
       <pattern>
@@ -883,6 +912,21 @@
 
 
 
+    <!-- POR CAUSA QUE porque -->
+    <rule id="POR_CAUSA_QUE" name="porque">
+      <pattern>
+        <token>por</token>
+        <token>causa</token>
+        <token>que</token>
+      </pattern>
+      <message>Substituir «por causa que» por 
<suggestion>porque</suggestion>.</message>
+      <short>"Gramática".</short>
+      <example type="incorrect">Fiquei contente <marker>por causa que</marker> 
ninguém se feriu.</example>
+      <example type="correct">Fiquei contente <marker>porque</marker> ninguém 
se feriu.</example>
+    </rule>
+
+
+
     <!-- POR DINHEIRO E PUDER por dinheiro e poder -->
     <rule id="POR_DINHEIRO_E_PUDER" name="por dinheiro e poder">
       <pattern>

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
Languagetool-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to