Revision: 6011
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=6011&view=rev
Author:   dominikoeo
Date:     2011-12-04 17:19:05 +0000 (Sun, 04 Dec 2011)
Log Message:
-----------
[br] detect error *tan gwall* ?\226?\134?\146 "tan-gwall".

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-12-04 16:53:03 UTC 
(rev 6010)
+++ trunk/JLanguageTool/src/rules/br/grammar.xml        2011-12-04 17:19:05 UTC 
(rev 6011)
@@ -2262,6 +2262,15 @@
       <example type="incorrect">Sell e-barzh er <marker>pod 
lastez</marker>.</example>
       <example type="correct">Sell e-barzh er 
<marker>pod-lastez</marker>.</example>
     </rule>
+    <rule id="TAN_GWALL" name="tan gwall → tan-gwall">
+      <pattern>
+        <token regexp="yes">tan(ioù)?</token>
+        <token regexp="yes">arvest|gwall|noz</token>
+      </pattern>
+      <message>Implijit <suggestion>\1-\2</suggestion>.</message>
+      <example type="incorrect">Un <marker>tan gwall</marker></example>
+      <example type="correct">Un tan-gwall</example>
+    </rule>
   </category>
 
   <category name="Araogenn">

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