Revision: 7174
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=7174&view=rev
Author:   dominikoeo
Date:     2012-06-02 16:14:15 +0000 (Sat, 02 Jun 2012)
Log Message:
-----------
[br] - added LGPL license information in grammar.xml
     - detect error in *Arabat da zebri?\195?\177* -> Arabat zebri?\195?\177

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-06-02 16:12:59 UTC 
(rev 7173)
+++ trunk/JLanguageTool/src/rules/br/grammar.xml        2012-06-02 16:14:15 UTC 
(rev 7174)
@@ -5,6 +5,7 @@
 <!--
 Breton Grammar and Typo Rules for LanguageTool
 Copyright (C) 2011, 2012 Dominique Pellé <[email protected]>
+http://www.languagetool.org/br
 
 With suggestions and corrections from:
   Fulup Jakez <[email protected]>
@@ -19,6 +20,20 @@
 Useful links:
 * http://br.wikipedia.org/wiki/Wikipedia:Fazio%C3%B9_stanka%C3%B1
 * http://www.kervarker.org/tmp/NEVEZVREZHONEGERIEN.htm
+
+This library is free software; you can redistribute it and/or
+modify it under the terms of the GNU Lesser General Public
+License as published by the Free Software Foundation; either
+version 2.1 of the License, or (at your option) any later version.
+
+This library is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public
+License along with this library; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
 -->
 <rules lang="br" xsi:noNamespaceSchemaLocation="../rules.xsd" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:xs="http://www.w3.org/2001/XMLSchema";>
 
@@ -4361,9 +4376,22 @@
     <rulegroup id="DIN_DA" name="posupl eo din da">
       <rule>
         <pattern>
-          <token regexp="yes" 
skip="1">arabat|dañjerus|dav|koulz|gwelloc’h|mat|poent|posupl|ret</token>
+          <token regexp="yes" 
skip="1">arabat|dañjerus|dav|difennet|koulz|gwelloc’h|mat|poent|posupl|ret</token>
           <token>eo</token>
           <marker>
+            <token>da</token>
+            <token postag="V inf.*" postag_regexp="yes"></token>
+          </marker>
+        </pattern>
+        <message>Ha fellout a rae deoc’h skrivañ 
<suggestion>\4</suggestion>?</message>
+        <example type="incorrect">Arabat eo <marker>da 
zebriñ</marker>.</example>
+        <example type="correct">Arabat eo debriñ.</example>
+      </rule>
+      <rule>
+        <pattern>
+          <token regexp="yes" 
skip="1">arabat|dañjerus|dav|difennet|koulz|gwelloc’h|mat|poent|posupl|ret</token>
+          <token>eo</token>
+          <marker>
             <token inflected="yes" regexp="yes" postag="P e . .*" 
postag_regexp="yes">da|gant</token>
             <token>da</token>
             <token postag="V inf.*" postag_regexp="yes"></token>

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
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to