Revision: 8485
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=8485&view=rev
Author:   marcoagpinto
Date:     2012-12-02 15:51:48 +0000 (Sun, 02 Dec 2012)
Log Message:
-----------
[PT]
Removed 3 rules since they are part of compounds.txt .
As I progress adding new compounds, I will remove the existing ones from 
grammar.xml.

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    
    2012-12-02 15:41:40 UTC (rev 8484)
+++ 
trunk/JLanguageTool/src/main/resources/org/languagetool/rules/pt/grammar.xml    
    2012-12-02 15:51:48 UTC (rev 8485)
@@ -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.040 2012-11-29 12:38:00 marcoagpinto Exp $
+$Id: grammar.xml,v 1.041 2012-12-02 15:45: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";>
 
@@ -374,46 +374,6 @@
 
 
 
-    <!-- AUTO ESTIMA auto-estima -->
-    <rule id="AUTO_ESTIMA" name="auto-estima">
-      <pattern>
-        <token>auto</token>
-        <token>estima</token>
-      </pattern>
-      <message>Substituir «auto estima» por 
<suggestion>auto-estima</suggestion>.</message>
-      <example type="incorrect">Melhora a <marker>auto estima</marker> 
confiando em ti próprio.</example>
-      <example type="correct">Melhora a <marker>auto-estima</marker> confiando 
em ti próprio.</example>
-    </rule>
-
-
-
-    <!-- CARA METADE cara-metade -->
-    <rule id="CARA_METADE" name="cara-metade">
-      <pattern>
-        <token>cara</token>
-        <token>metade</token>
-      </pattern>
-      <message>Substituir «cara metade» por 
<suggestion>cara-metade</suggestion>.</message>
-      <example type="incorrect">A Ana é a minha <marker>cara 
metade</marker>.</example>
-      <example type="correct">A Ana é a minha 
<marker>cara-metade</marker>.</example>
-    </rule>
-
-
-
-    <!-- CARTÃO DE VISITA cartão-de-visita -->
-    <rule id="CARTÃO_DE_VISITA" name="cartão-de-visita">
-      <pattern>
-        <token>cartão</token>
-        <token>de</token>
-        <token>visita</token>
-      </pattern>
-      <message>Substituir «cartão de visita» por 
<suggestion>cartão-de-visita</suggestion>.</message>
-       <example type="incorrect">O Marco tem um <marker>cartão de 
visita</marker> bonito.</example>
-      <example type="correct">O Marco tem um <marker>cartão-de-visita</marker> 
bonito.</example>
-    </rule>
-
-
-
     <!-- CENTENAS DE MILHAR centenas de milhares -->
     <rule id="CENTENAS_DE_MILHAR" name="centenas de milhares">
       <pattern>

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


------------------------------------------------------------------------------
Keep yourself connected to Go Parallel: 
DESIGN Expert tips on starting your parallel project right.
http://goparallel.sourceforge.net/
_______________________________________________
Languagetool-commits mailing list
Languagetool-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to