[liblouis-liblouisxml] [liblouis] r753 committed - Added a further partword exception for Hungarian....

  • From: liblouis@xxxxxxxxxxxxxx
  • To: liblouis-liblouisxml@xxxxxxxxxxxxx
  • Date: Thu, 26 Jul 2012 06:32:36 +0000

Revision: 753
Author:   mesar.hameed@xxxxxxxxx
Date:     Wed Jul 25 23:32:13 2012
Log:      Added a further partword exception for Hungarian.
Thanks to Attila.

http://code.google.com/p/liblouis/source/detail?r=753

Modified:
 /trunk/tables/hu-exceptionwords.cti
 /trunk/tests/harness/hu-hu-g1-hyph_harness.txt
 /trunk/tests/harness/hu-hu-g1_harness.txt
 /trunk/tests/harnessSources/hu-hu-g1-hyph_harness_source.txt
 /trunk/tests/harnessSources/hu-hu-g1_harness_source.txt

=======================================
--- /trunk/tables/hu-exceptionwords.cti Mon Jul 23 21:50:04 2012
+++ /trunk/tables/hu-exceptionwords.cti Wed Jul 25 23:32:13 2012
@@ -819,6 +819,7 @@
 partword lemez 123-15-134-15-126       For example lemezstúdió word
 always mézser 134-16-126-234-15-1235      For example mézser word
 always rézsut 1235-16-345-136-2345        For example rézsut word
+partword dörzször 145-12345-1235-345-126-12345-1235 For example dörzszörej word

 #Historical person names related exceptions
always táncsics 2345-4-1345-146-24-146 Táncsics Mihály is a historical person for 1848. march 15 hungarian revolution
=======================================
--- /trunk/tests/harness/hu-hu-g1-hyph_harness.txt      Fri Jul 20 04:07:54 2012
+++ /trunk/tests/harness/hu-hu-g1-hyph_harness.txt      Wed Jul 25 23:32:13 2012
@@ -327,6 +327,10 @@
           "input": "dörgésszerű",
           "output": "dör-gés-sze-rű"
         },
+        {
+          "input": "dörzszörej",
+          "output": "dörzs-zö-rej"
+        },
         {
           "input": "dragonyosszázad",
           "output": "dra-go-nyos-szá-zad"
@@ -2403,6 +2407,14 @@
           "input": "spanyolmeggyen",
           "output": "spa-nyol-meggyen"
         },
+        {
+          "input": "stílusszerű",
+          "output": "stí-lus-sze-rű"
+        },
+        {
+          "input": "stílusszerkesztő",
+          "output": "stí-lus-szer-kesz-tő"
+        },
         {
           "input": "sugárzásszerű",
           "output": "su-gár-zás-sze-rű"
=======================================
--- /trunk/tests/harness/hu-hu-g1_harness.txt   Mon Jul 23 21:50:04 2012
+++ /trunk/tests/harness/hu-hu-g1_harness.txt   Wed Jul 25 23:32:13 2012
@@ -326,6 +326,10 @@
           "input": "⠙⠟⠗⠛⠡⠎⠱⠑⠗⠾ ",
           "output": "dörgésszerű "
         },
+        {
+          "input": "⠙⠟⠗⠜⠣⠟⠗⠑⠚",
+          "output": "dörzszörej"
+        },
         {
           "input": "⠙⠗⠁⠛⠕⠫⠕⠎⠱⠈⠣⠁⠙ ",
           "output": "dragonyosszázad "
@@ -3474,6 +3478,10 @@
           "input": "dörgésszerű ",
           "output": "⠙⠟⠗⠛⠡⠎⠱⠑⠗⠾ "
         },
+        {
+          "input": "dörzszörej",
+          "output": "⠙⠟⠗⠜⠣⠟⠗⠑⠚"
+        },
         {
           "input": "dragonyosszázad ",
           "output": "⠙⠗⠁⠛⠕⠫⠕⠎⠱⠈⠣⠁⠙ "
=======================================
--- /trunk/tests/harnessSources/hu-hu-g1-hyph_harness_source.txt Fri Jul 20 01:43:00 2012 +++ /trunk/tests/harnessSources/hu-hu-g1-hyph_harness_source.txt Wed Jul 25 23:32:13 2012
@@ -240,6 +240,9 @@
 testmode: hyphenate
 dörgésszerű

+testmode: hyphenate
+dörzszörej
+
 testmode: hyphenate
 dragonyosszázad

@@ -1797,6 +1800,12 @@
 testmode: hyphenate
 spanyolmeggyen

+testmode: hyphenate
+stílusszerű
+
+testmode: hyphenate
+stílusszerkesztő
+
 testmode: hyphenate
 sugárzásszerű

=======================================
--- /trunk/tests/harnessSources/hu-hu-g1_harness_source.txt Mon Jul 23 21:50:04 2012 +++ /trunk/tests/harnessSources/hu-hu-g1_harness_source.txt Wed Jul 25 23:32:13 2012
@@ -400,6 +400,11 @@
 testmode: backtranslate
 dörgésszerű

+dörzszörej
+
+testmode: backtranslate
+dörzszörej
+
 dragonyosszázad

 testmode: backtranslate

Other related posts:

  • » [liblouis-liblouisxml] [liblouis] r753 committed - Added a further partword exception for Hungarian.... - liblouis