Revision: 8491
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=8491&view=rev
Author:   dominikoeo
Date:     2012-12-03 07:06:50 +0000 (Mon, 03 Dec 2012)
Log Message:
-----------
[br] mark a couple of more words as both masculine/feminine.

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

Modified: 
trunk/JLanguageTool/src/main/resources/org/languagetool/resource/br/create-lexicon.pl
===================================================================
--- 
trunk/JLanguageTool/src/main/resources/org/languagetool/resource/br/create-lexicon.pl
       2012-12-03 00:12:47 UTC (rev 8490)
+++ 
trunk/JLanguageTool/src/main/resources/org/languagetool/resource/br/create-lexicon.pl
       2012-12-03 07:06:50 UTC (rev 8491)
@@ -1998,9 +1998,11 @@
   # 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ù)?$/)) {
-    $tag =~ s/^N m/N e/;
+  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ù)?$/)) {
+    $tag =~ s/^N [fm]/N e/;
   }
 
   if ($tag =~ /N m p/) {

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


------------------------------------------------------------------------------
Keep yourself connected to Go Parallel: 
BUILD Helping you discover the best ways to construct your parallel projects.
http://goparallel.sourceforge.net
_______________________________________________
Languagetool-commits mailing list
Languagetool-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to