Revision: 6055
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=6055&view=rev
Author:   dominikoeo
Date:     2011-12-17 22:16:53 +0000 (Sat, 17 Dec 2011)
Log Message:
-----------
[br] added rule to detect error *hag ha zo* ?\226?\134?\146 "hag a zo"
     (suggested by Joseph Monfort)

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-17 21:47:44 UTC 
(rev 6054)
+++ trunk/JLanguageTool/src/rules/br/grammar.xml        2011-12-17 22:16:53 UTC 
(rev 6055)
@@ -1752,6 +1752,16 @@
       <example type="incorrect"><marker>Pa e</marker> oan yaouankoc’h</example>
       <example type="correct">Pa oan yaouankoc’h</example>
     </rule>
+    <rule id="HAG_HA" name="hag ha → hag a">
+      <pattern mark_from="1" mark_to="-1">
+        <token>hag</token>
+        <token>ha</token>
+        <token postag="V.*" postag_regexp="yes"/>
+      </pattern>
+      <message>Ha fellout a rae deoc’h skrivañ 
<suggestion>a</suggestion>?</message>
+      <example type="incorrect">Hag <marker>ha</marker> zo</example>
+      <example type="correct">Hag a zo</example>
+    </rule>
   </category>
 
   <category name="Elision">

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


------------------------------------------------------------------------------
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
_______________________________________________
Languagetool-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to