Revision: 9320
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=9320&view=rev
Author:   dominikoeo
Date:     2013-02-07 20:02:19 +0000 (Thu, 07 Feb 2013)
Log Message:
-----------
[br] updated the Breton spelling dictionary to
     use An Drouizig 0.11 Hunspell dictionary.

Modified Paths:
--------------
    
trunk/languagetool/languagetool-language-modules/br/src/main/resources/org/languagetool/resource/br/hunspell/br_FR.dict
    
trunk/languagetool/languagetool-language-modules/br/src/main/resources/org/languagetool/resource/br/hunspell/create-fsa-spell-dictionary.sh

Modified: 
trunk/languagetool/languagetool-language-modules/br/src/main/resources/org/languagetool/resource/br/hunspell/br_FR.dict
===================================================================
(Binary files differ)

Modified: 
trunk/languagetool/languagetool-language-modules/br/src/main/resources/org/languagetool/resource/br/hunspell/create-fsa-spell-dictionary.sh
===================================================================
--- 
trunk/languagetool/languagetool-language-modules/br/src/main/resources/org/languagetool/resource/br/hunspell/create-fsa-spell-dictionary.sh
 2013-02-07 19:52:59 UTC (rev 9319)
+++ 
trunk/languagetool/languagetool-language-modules/br/src/main/resources/org/languagetool/resource/br/hunspell/create-fsa-spell-dictionary.sh
 2013-02-07 20:02:19 UTC (rev 9320)
@@ -2,20 +2,25 @@
 
 # Create the Breton FSA spelling dictionary from
 # Hunspell dictionary.
+# 
+# Download morforlogik-distribution-1.5.4.zip at:
+# 
http://sourceforge.net/projects/morfologik/files/morfologik-stemming/1.5.4/morfologik-distribution-1.5.4.zip/download?use_mirror=freefr
 #
-# Run the script without argument, it will
+# Run: $ unzip morforlogik-distribution-1.5.4.zip
+#
+# Then run the script without argument, it will
 # create the FSA spelling dictionary br_FR.dict.
 #
 # Author: Dominique Pelle <[email protected]>
 
-
-if [ ! -f dict-br_0.10.oxt ]; then
+file_oxt=dict-br-0.11.oxt
+if [ ! -f $file_oxt ]; then
   # Download the Breton Hunspell dictionary, if not already done.
-  wget 
http://extensions.libreoffice.org/extension-center/an-drouizig-breton-spellchecker/pscreleasefolder.2012-08-22.5582266403/0.10/dict-br_0.10.oxt
+  wget 
http://extensions.libreoffice.org/extension-center/an-drouizig-breton-spellchecker/releases/0.11/$file_oxt
 fi
 
 # We're only interested in 2 files (*.aff and *.dic) files in the *.oxt zip 
file. 
-unzip -o dict-br_0.10.oxt dictionaries/br_FR.aff dictionaries/br_FR.dic
+unzip -o $file_oxt dictionaries/br_FR.aff dictionaries/br_FR.dic
 
 # File .info is used by morfologik.
 ln -sf br_FR.info .info

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


------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to