Revision: 6620
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=6620&view=rev
Author:   dominikoeo
Date:     2012-03-18 11:45:56 +0000 (Sun, 18 Mar 2012)
Log Message:
-----------
[br] fixed false positive in "Ar c'houst".

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-03-17 20:14:04 UTC 
(rev 6619)
+++ trunk/JLanguageTool/src/rules/br/grammar.xml        2012-03-18 11:45:56 UTC 
(rev 6620)
@@ -1219,7 +1219,10 @@
           <token regexp="yes">[au]r</token>
           <token postag="(N m s|N f p) M.*:1:.*" postag_regexp="yes" 
regexp="yes">c’h.*
             <exception regexp="yes" inflected="yes">c’h.*</exception>
-            <exception postag="(N m s|N f p) M.*:0a:.*" postag_regexp="yes" 
regexp="yes" inflected="yes">k.*</exception>
+            <!-- FIXME: postag should be 0a instead of a0 but using a0 works
+                 around a bug in tags of the Breton dictionary, which will be
+                 fixed when upgrading the dictionary 'breton.dict'. -->
+            <exception postag="(N m s|N f p) M.*:a0:.*" postag_regexp="yes" 
regexp="yes" inflected="yes">k.*</exception>
             <exception postag="(N f s|N m p t) M:.*:1:.*" postag_regexp="yes" 
regexp="yes" inflected="yes">g.*</exception>
           </token>
         </pattern>
@@ -1229,6 +1232,9 @@
         <example type="correct">Ar <marker>c’harr-tan</marker>.</example>
         <example type="correct">Ar <marker>c’hodell</marker>.</example>
         <example type="correct">Ar <marker>c’hoarezed</marker>.</example>
+        <example type="correct">Ar <marker>c’hoar</marker>.</example>
+        <example type="correct">Ar <marker>c’houst</marker>.</example>
+        <example type="correct">Ar <marker>goust</marker>.</example>
       </rule>
       <rule>
         <pattern mark_from="1">

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


------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Languagetool-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to