Revision: 8795
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=8795&view=rev
Author:   dominikoeo
Date:     2013-01-02 21:30:40 +0000 (Wed, 02 Jan 2013)
Log Message:
-----------
[eo] added BREAK directive to Esperanto Hunspell dictionary
     to avoid giving false errors when using single quotes
     to quote text.

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

Modified: 
trunk/JLanguageTool/src/main/resources/org/languagetool/resource/eo/hunspell/eo_ANY.aff
===================================================================
--- 
trunk/JLanguageTool/src/main/resources/org/languagetool/resource/eo/hunspell/eo_ANY.aff
     2013-01-02 21:28:18 UTC (rev 8794)
+++ 
trunk/JLanguageTool/src/main/resources/org/languagetool/resource/eo/hunspell/eo_ANY.aff
     2013-01-02 21:30:40 UTC (rev 8795)
@@ -28,9 +28,14 @@
 KEY qwertyuiop|asdfghjkl|zxcvbnm
 
 # this is not useful for OpenOffice, which has its own mechanism for treating 
interpunction
-BREAK 2
+# D. Pelle (20130102): added BREAK rules for apostrophes/quotes.
+BREAK 6
 BREAK -
 BREAK --
+BREAK ^'
+BREAK ^‘
+BREAK '$
+BREAK ’$
 
 # common two-letter surrogates for the special Esperanto characters: the 
"h-convention" and the "x-convention"
 # (this list includes "uh", which is actually not a part of the h-convention, 
but used (incorrectly) by some authors)

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