[Hejes-devel] [1904] spell: added a space to the ex.

hejes-devel at nytud.hu hejes-devel at nytud.hu
Tue Aug 4 15:11:31 CEST 2020


Revision: 1904
Author:   ludanyizs
Date:     2020-08-04 15:11:31 +0200 (Tue, 04 Aug 2020)
Log Message:
-----------
spell: added a space to the ex. sentence

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	2020-08-04 12:35:04 UTC (rev 1903)
+++ trunk/web2py/applications/helyesiras_webdev/modules/spell.py	2020-08-04 13:11:31 UTC (rev 1904)
@@ -188,7 +188,7 @@
         for morph in ana.morphs:
           if re.match("TP(e3|t[123])", morph.tag):
             pronoun = PRONOUNS[morph.tag]
-            tip = u"Azt akarják, hogy továbbra is" + unicode(tok, 'utf8') + u"."
+            tip = u"Azt akarják, hogy továbbra is " + unicode(tok, 'utf8') + u"."
             return tip
       elif re.match(".*st$", ana.stem): # -st vegu igek
         for morph in ana.morphs:




More information about the Hejes-devel mailing list