Revision: 6092
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=6092&view=rev
Author:   dominikoeo
Date:     2011-12-22 18:31:11 +0000 (Thu, 22 Dec 2011)
Log Message:
-----------
[br] minor updates in script which creates breton.dict.

Modified Paths:
--------------
    trunk/JLanguageTool/src/resource/br/create-lexicon.pl

Modified: trunk/JLanguageTool/src/resource/br/create-lexicon.pl
===================================================================
--- trunk/JLanguageTool/src/resource/br/create-lexicon.pl       2011-12-22 
18:11:44 UTC (rev 6091)
+++ trunk/JLanguageTool/src/resource/br/create-lexicon.pl       2011-12-22 
18:31:11 UTC (rev 6092)
@@ -20,10 +20,6 @@
 # 3) Run the script:
 #    $ cd apertium-br-fr/
 #    $ ./create-lexicon.pl
-# 4) Use morfologik-stemming to create the LanguageTool dictionary:
-#    See http://languagetool.wikidot.com/developing-a-tagger-dictionary
-#    $ java -jar morfologik-stemming-nodict-1.4.0.jar tab2morph -i 
apertium-br-fr.br.dix-LT.txt -o output.txt
-#    $ java -jar morfologik-stemming-nodict-1.4.0.jar fsa_build -i output.txt 
-o breton.dict
 #
 # Author: Dominique Pelle <[email protected]>
 
@@ -67,6 +63,7 @@
   "begennelourien",     "vegennelourien", "pegennelourien",
   "beleien",            "veleien",        "peleien",
   "benerien",           "venerien",       "penerien",
+  "bevezerien",         "vevezerien",     "pevezerien",
   "bevoniourien",       "vevonourien",    "pevonourien",
   "bigrierien",         "vigrierien",     "pigrierien",
   "biniaouerien",       "viniaouerien",   "piniaouerien",
@@ -503,7 +500,7 @@
 }
 print "handled [$out_count] words, unhandled [$err_count] words\n";
 
-print "Lemma words missing from dicitionary:\n";
+print "Lemma words missing from dictionary:\n";
 foreach (sort keys %all_lemmas) { print "$_\n" unless (exists $all_words{$_}); 
}
 
 # Check whether some words in anv_lies_tud have are missing in dictionary.

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


------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
Languagetool-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to