Revision: 8785
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=8785&view=rev
Author:   dominikoeo
Date:     2013-01-02 19:00:57 +0000 (Wed, 02 Jan 2013)
Log Message:
-----------
[fr] added BREAK directives to avoid false spelling
     errors when using single quotes (or apostrophe)
     at the beginning or end of words as in:
     Ceci est un 'exemple'.  But invalid things
     like un'deux where apostrophe is in the middle
     of the word are marked as spelling errors.

Modified Paths:
--------------
    
trunk/JLanguageTool/src/main/resources/org/languagetool/resource/fr/hunspell/fr_FR.aff

Modified: 
trunk/JLanguageTool/src/main/resources/org/languagetool/resource/fr/hunspell/fr_FR.aff
===================================================================
--- 
trunk/JLanguageTool/src/main/resources/org/languagetool/resource/fr/hunspell/fr_FR.aff
      2013-01-02 18:47:00 UTC (rev 8784)
+++ 
trunk/JLanguageTool/src/main/resources/org/languagetool/resource/fr/hunspell/fr_FR.aff
      2013-01-02 19:00:57 UTC (rev 8785)
@@ -157,10 +157,14 @@
 NOSUGGEST --
 
 
-
-BREAK 2
+# D. Pelle (20130102): added BREAK rules for apostrophes/quotes.
+BREAK 6
 BREAK -
 BREAK .
+BREAK ^'
+BREAK ^’
+BREAK '$
+BREAK ‘$
 
 COMPOUNDMIN 2
 

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


------------------------------------------------------------------------------
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to