Revision: 6835
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=6835&view=rev
Author:   dominikoeo
Date:     2012-05-06 12:10:59 +0000 (Sun, 06 May 2012)
Log Message:
-----------
[br] detect error *Posupl eo din da chom* -> "Posupl eo din chom"

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

Modified: trunk/JLanguageTool/src/rules/br/grammar.xml
===================================================================
--- trunk/JLanguageTool/src/rules/br/grammar.xml        2012-05-06 11:20:41 UTC 
(rev 6834)
+++ trunk/JLanguageTool/src/rules/br/grammar.xml        2012-05-06 12:10:59 UTC 
(rev 6835)
@@ -5344,6 +5344,33 @@
         <example type="correct">Keniterv piv eo hounnezh?</example>
       </rule>
     </rulegroup>
+    <rulegroup id="DIN_DA" name="posupl eo din da">
+      <rule>
+        <pattern mark_from="2">
+          <token regexp="yes">gwelloc’h|posupl|ret</token>
+          <token>eo</token>
+          <token inflected="yes" postag="P e . .*" 
postag_regexp="yes">da</token>
+          <token>da</token>
+          <token postag="V inf.*" postag_regexp="yes"/>
+        </pattern>
+        <message>Ha fellout a rae deoc’h skrivañ <suggestion>\3 
\5</suggestion>?</message>
+        <example type="incorrect">Posupl eo <marker>din da 
chom</marker>?</example>
+        <example type="correct">Posupl eo din chom?</example>
+      </rule>
+      <rule>
+        <pattern mark_from="3">
+          <token regexp="yes">gwelloc‘h|posupl|ret</token>
+          <token>e</token>
+          <token regexp="yes">oa|voe?|vefe|vije</token>
+          <token inflected="yes" postag="P e . .*" 
postag_regexp="yes">da</token>
+          <token>da</token>
+          <token postag="V inf.*" postag_regexp="yes"/>
+        </pattern>
+        <message>Ha fellout a rae deoc’h skrivañ <suggestion>\4 
\6</suggestion>?</message>
+        <example type="incorrect">Posupl e oa <marker>din da 
chom</marker>?</example>
+        <example type="correct">Posupl e oa din chom?</example>
+      </rule>
+    </rulegroup>
   </category>
   <!-- vim: foldmethod=marker foldmarker=<category,</category:
   -->

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


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Languagetool-cvs mailing list
Languagetool-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to