[Hejes-devel] [796]
hejes-devel at nytud.hu
hejes-devel at nytud.hu
Thu May 30 17:55:34 CEST 2013
Revision: 796
Author: eszter
Date: 2013-05-30 17:55:34 +0200 (Thu, 30 May 2013)
Log Message:
-----------
Modified Paths:
--------------
trunk/web2py/applications/helyesiras_webdev/modules/spell.py
Modified: trunk/web2py/applications/helyesiras_webdev/modules/spell.py
===================================================================
--- trunk/web2py/applications/helyesiras_webdev/modules/spell.py 2013-05-30 15:52:44 UTC (rev 795)
+++ trunk/web2py/applications/helyesiras_webdev/modules/spell.py 2013-05-30 15:55:34 UTC (rev 796)
@@ -26,7 +26,7 @@
CMD_HUMOR_SPELLCHECKER = ['/home/projects/helyesiras/bin/humor2005_spell-suggest', '/home/projects/helyesiras/lib/humor2005', '1038', '65001']
"""Command-line string for calling humor."""
-CMD_HUNSPELL = ["hunspell", "-d", "hu_HU", "-i", "utf-8"]
+CMD_HUNSPELL = ["hunspell", "-d", "hu_HU", "-p", os.path.dirname(os.path.realpath(__file__)) + '/resources/sajat_szotar', "-i", "utf-8"]
"""Command-line string for calling hunspell"""
TOPNSUGG = 5
More information about the Hejes-devel
mailing list