Revision: 9000
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=9000&view=rev
Author:   marcoagpinto
Date:     2013-01-13 14:21:37 +0000 (Sun, 13 Jan 2013)
Log Message:
-----------
[PT]
- Removed the rule "a a" (using "a" twice) because LanguageTool already reports 
repeated words.
- Added a new rule:
  1) "abrir-mos" -> "abrirmos"

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

Modified: 
trunk/JLanguageTool/src/main/resources/org/languagetool/rules/pt/grammar.xml
===================================================================
--- 
trunk/JLanguageTool/src/main/resources/org/languagetool/rules/pt/grammar.xml    
    2013-01-13 14:14:20 UTC (rev 8999)
+++ 
trunk/JLanguageTool/src/main/resources/org/languagetool/rules/pt/grammar.xml    
    2013-01-13 14:21:37 UTC (rev 9000)
@@ -5,7 +5,7 @@
 title="Easy editing stylesheet" ?>
 <!--
 Portuguese (Portugal - pre-reform) - Grammar and Typo Rules for LanguageTool
-Copyright (C) 2012 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.042 2013-01-09 09:16:00 marcoagpinto Exp $
+$Id: grammar.xml,v 1.043 2013-01-13 14:16: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";>
 
@@ -34,19 +34,8 @@
 
 <category name="Gramática">
 
-    <!-- A A a -->
-    <rule id="A_A" name="a">
-      <pattern>
-        <token>a</token>
-        <token>a</token>
-      </pattern>
-      <message>Substituir «a a» por <suggestion>a</suggestion>.</message>
-      <example type="incorrect">Tenho <marker>a a</marker> data 
marcada.</example>
-      <example type="correct">Tenho <marker>a</marker> data marcada.</example>
-    </rule>
 
 
-
     <!-- A XXX DE VOCÊS a vossa XXX -->
        <rule id="A_XXX_DE_VOCÊS" name="a XXX de vocês -> a vossa XXX">
          <pattern>
@@ -249,9 +238,21 @@
       <example type="incorrect">Coloca <marker>as 
braceletes</marker>.</example>
       <example type="correct">Coloca <marker>os braceletes</marker>.</example>
     </rule>
- 
 
 
+
+    <!-- ABRIR-MOS abrirmos -->
+    <rule id="ABRIR-MOS" name="abrirmos">
+      <pattern>
+        <token>abrir-mos</token>
+      </pattern>
+      <message>Substituir «abrir-mos» por 
<suggestion>abrirmos</suggestion>.</message>
+      <example type="incorrect">Pediram para <marker>abrir-mos</marker> a 
porta.</example>
+      <example type="correct">Pediram para <marker>abrirmos</marker> a 
porta.</example>
+    </rule>
+
+
+
     <!-- AFIM DE a fim de -->
     <rule id="AFIM_DE" name="a fim de">
       <pattern>

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


------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_123012
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to