Revision: 5976
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=5976&view=rev
Author:   dominikoeo
Date:     2011-11-26 16:55:54 +0000 (Sat, 26 Nov 2011)
Log Message:
-----------
[br] - fixed false positive in "Da dour"
     - removed rule "UNAN" which gives too many false positive.

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

Modified: trunk/JLanguageTool/src/rules/br/grammar.xml
===================================================================
--- trunk/JLanguageTool/src/rules/br/grammar.xml        2011-11-26 16:28:01 UTC 
(rev 5975)
+++ trunk/JLanguageTool/src/rules/br/grammar.xml        2011-11-26 16:55:54 UTC 
(rev 5976)
@@ -199,6 +199,7 @@
           <and>
             <token regexp="yes" inflected="yes">t.*</token>
             <token regexp="yes">[tz].*
+              <exception regexp="yes" inflected="yes">d.*</exception>
               <exception regexp="yes">te|zo</exception>
             </token>
           </and>
@@ -212,6 +213,7 @@
         <example type="correct">Gant e dad</example>
         <example type="correct">Dre te ez a ouzhin.</example>
         <example type="correct">Petra a zo c’hoarvezet?</example>
+        <example type="correct">Da dour</example>
       </rule>
       <rule>
         <pattern mark_from="1">
@@ -1470,50 +1472,6 @@
       <example type="incorrect"><marker>Peder</marker> faotr.</example>
       <example type="correct">Pevar faotr.</example>
     </rule>
-    <rulegroup id="UNAN" name="Unan">
-      <rule>
-        <pattern mark_to="-1">
-          <token>unan</token>
-          <token regexp="yes">[bcfgjkmprsvwyz].*
-            <exception regexp="yes">[flmns]|[ae][mz]|bep</exception>
-            <exception postag="[AJP].*" postag_regexp="yes"/>
-          </token>
-        </pattern>
-        <message>«Unan» ne c’hall ket bezañ dirak un anv. Ha fallout a rae 
deoc’h skrivañ <suggestion>ur</suggestion>?</message>
-        <example type="incorrect"><marker>Unan</marker> paotr</example>
-        <example type="correct">Ur paotr</example>
-        <example type="correct">Unan bras</example>
-        <example type="correct">Unan bep sizhun</example>
-      </rule>
-      <rule>
-        <pattern mark_to="-1">
-          <token>unan</token>
-          <token postag="N.*" postag_regexp="yes" regexp="yes">l..*
-            <exception postag="[AJP].*" postag_regexp="yes"/>
-          </token>
-        </pattern>
-        <message>«Unan» ne c’hall ket bezañ dirak un anv. Ha fallout a rae 
deoc’h skrivañ <suggestion>ul</suggestion>?</message>
-        <example type="incorrect"><marker>Unan</marker> labous</example>
-        <example type="correct">Ul labous</example>
-      </rule>
-      <rule>
-        <pattern mark_to="-1">
-          <token>unan</token>
-          <token regexp="yes">[ndthaeiou].*
-            <exception inflected="yes" regexp="yes">gou[ei].*</exception>
-            <exception regexp="yes">ts.*|[ao]</exception>
-            <exception postag="[AJP].*" postag_regexp="yes"/>
-          </token>
-        </pattern>
-        <message>«Unan» ne c’hall ket bezañ dirak un anv. Ha fallout a rae 
deoc’h skrivañ <suggestion>un</suggestion>?</message>
-        <example type="incorrect"><marker>Unan</marker> urzhiataer</example>
-        <example type="correct">Un urzhiataer</example>
-        <example type="correct">Unan tev</example>
-        <example type="correct">Unan hepken</example>
-        <example type="correct">Unan eus ho pugale</example>
-        <example type="correct">Unan o vont</example>
-      </rule>
-    </rulegroup>
     <rulegroup id="MILION" name="Milion, miliard, …">
       <rule>
         <pattern>

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


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Languagetool-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to