Revision: 9772
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=9772&view=rev
Author:   dominikoeo
Date:     2013-03-24 15:13:36 +0000 (Sun, 24 Mar 2013)
Log Message:
-----------
[br] Mark a few more words as both feminine or masculine.
     This will only take effect when re-creating the Breton dictionary.

Modified Paths:
--------------
    
trunk/languagetool/languagetool-language-modules/br/src/main/resources/org/languagetool/resource/br/create-lexicon.pl

Modified: 
trunk/languagetool/languagetool-language-modules/br/src/main/resources/org/languagetool/resource/br/create-lexicon.pl
===================================================================
--- 
trunk/languagetool/languagetool-language-modules/br/src/main/resources/org/languagetool/resource/br/create-lexicon.pl
       2013-03-24 13:37:53 UTC (rev 9771)
+++ 
trunk/languagetool/languagetool-language-modules/br/src/main/resources/org/languagetool/resource/br/create-lexicon.pl
       2013-03-24 15:13:36 UTC (rev 9772)
@@ -1316,6 +1316,7 @@
   "mistri-prezegennerion",
   "mistri-skol",
   "mistri-vicherour",
+  "mogned",
   "monitourien",
   "monitourion",
   "moraerien",
@@ -2027,12 +2028,16 @@
   # even though Apertium does not tag them with both gender.
   # There are probably many other such words that could be added
   # here. I add them one by one as I stumbled upon them.
-  if (($lemma eq 'trubuilh'  and $word =~ /^[tdz]rubuilh(où)?$/)   or
-      ($lemma eq 'siminal'   and $word =~ /^siminal(ioù)?$/)       or
-      ($lemma eq 'breserezh' and $word =~ /^[bpv]reserezh(ioù)?$/) or
-      ($lemma eq 'barzhoneg' and $word =~ /^[bpv]arzhoneg(où)?$/)  or
-      ($lemma eq 'brud'      and $word =~ /^[bpv]brud$/)           or
-      ($lemma eq 'ment'      and $word =~ /^[mv]ent$/)) {
+  if (($lemma eq 'barzhoneg' and $word =~ /^[bpv]arzhoneg(où)?$/)   or
+      ($lemma eq 'boaz'      and $word =~ /^[bpv]boaz(ioù)?$/)      or
+      ($lemma eq 'breserezh' and $word =~ /^[bpv]reserezh(ioù)?$/)  or
+      ($lemma eq 'bruched'   and $word =~ /^[bpv]vruched(où)?$/)    or
+      ($lemma eq 'brud'      and $word =~ /^[bpv]brud$/)            or
+      ($lemma eq 'kammed'    and $word =~ /^([kg]|c’h)ammed(où)?$/) or
+      ($lemma eq 'kurun'     and $word =~ /^([kg]|c’h)urun(où)?$/)  or
+      ($lemma eq 'ment'      and $word =~ /^[mv]ent$/)              or
+      ($lemma eq 'siminal'   and $word =~ /^siminal(ioù)?$/)        or
+      ($lemma eq 'trubuilh'  and $word =~ /^[tdz]rubuilh(où)?$/)) {
     $tag =~ s/^N [fm]/N e/;
   }
 

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


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to