liblouis-rb 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/LICENSE +520 -0
- data/README.md +100 -0
- data/Rakefile +80 -0
- data/ext/liblouis/braille_character.c +200 -0
- data/ext/liblouis/braille_table.c +198 -0
- data/ext/liblouis/braille_text.c +223 -0
- data/ext/liblouis/extconf.rb +73 -0
- data/ext/liblouis/liblouis.c +168 -0
- data/ext/liblouis/liblouis_ext.h +49 -0
- data/ext/liblouis/table_source.c +161 -0
- data/ext/liblouis/translation.c +443 -0
- data/liblouis-rb.gemspec +49 -0
- data/spec/liblouis_spec.rb +62 -0
- data/test/integration/packaging_test.rb +82 -0
- data/test/table_source_cases.rb +9 -0
- data/test/test_braille_character.rb +62 -0
- data/test/test_braille_table.rb +379 -0
- data/test/test_braille_text.rb +30 -0
- data/test/test_helper.rb +7 -0
- data/test/translation_cases.rb +33 -0
- data/vendor/liblouis/COPYING +674 -0
- data/vendor/liblouis/COPYING.LESSER +502 -0
- data/vendor/liblouis/configure.ac +290 -0
- data/vendor/liblouis/liblouis/commonTranslationFunctions.c +95 -0
- data/vendor/liblouis/liblouis/compileTranslationTable.c +5515 -0
- data/vendor/liblouis/liblouis/internal.h +781 -0
- data/vendor/liblouis/liblouis/liblouis.h.in +514 -0
- data/vendor/liblouis/liblouis/logging.c +233 -0
- data/vendor/liblouis/liblouis/lou_backTranslateString.c +1855 -0
- data/vendor/liblouis/liblouis/lou_translateString.c +4177 -0
- data/vendor/liblouis/liblouis/maketable.c +463 -0
- data/vendor/liblouis/liblouis/metadata.c +1258 -0
- data/vendor/liblouis/liblouis/pattern.c +1632 -0
- data/vendor/liblouis/liblouis/utils.c +448 -0
- data/vendor/liblouis/tables/Es-Es-G0.utb +248 -0
- data/vendor/liblouis/tables/IPA-unicode-range.uti +200 -0
- data/vendor/liblouis/tables/IPA.utb +164 -0
- data/vendor/liblouis/tables/Lv-Lv-g1.utb +509 -0
- data/vendor/liblouis/tables/Makefile.am +503 -0
- data/vendor/liblouis/tables/Pl-Pl-g1.utb +312 -0
- data/vendor/liblouis/tables/README +6 -0
- data/vendor/liblouis/tables/afr-za-g1.ctb +63 -0
- data/vendor/liblouis/tables/afr-za-g2.ctb +1050 -0
- data/vendor/liblouis/tables/akk-borger.utb +997 -0
- data/vendor/liblouis/tables/akk.utb +1002 -0
- data/vendor/liblouis/tables/ancient-languages-borger.utb +114 -0
- data/vendor/liblouis/tables/ancient-languages-us.utb +114 -0
- data/vendor/liblouis/tables/ar-ar-comp8.utb +293 -0
- data/vendor/liblouis/tables/ar-ar-g1-core.uti +291 -0
- data/vendor/liblouis/tables/ar-ar-g1.utb +26 -0
- data/vendor/liblouis/tables/ar-ar-g2.ctb +447 -0
- data/vendor/liblouis/tables/ar-ar-math.uti +501 -0
- data/vendor/liblouis/tables/ar.tbl +17 -0
- data/vendor/liblouis/tables/as-in-g1.utb +27 -0
- data/vendor/liblouis/tables/as.tbl +18 -0
- data/vendor/liblouis/tables/aw-in-g1.utb +27 -0
- data/vendor/liblouis/tables/awa.tbl +18 -0
- data/vendor/liblouis/tables/ba.utb +64 -0
- data/vendor/liblouis/tables/be-in-g1.utb +27 -0
- data/vendor/liblouis/tables/bel-comp.utb +42 -0
- data/vendor/liblouis/tables/bel-detailed.utb +32 -0
- data/vendor/liblouis/tables/bel.utb +61 -0
- data/vendor/liblouis/tables/bengali.cti +238 -0
- data/vendor/liblouis/tables/bg.ctb +215 -0
- data/vendor/liblouis/tables/bg.dis +84 -0
- data/vendor/liblouis/tables/bg.tbl +21 -0
- data/vendor/liblouis/tables/bg.utb +454 -0
- data/vendor/liblouis/tables/bh.ctb +24 -0
- data/vendor/liblouis/tables/bh.tbl +17 -0
- data/vendor/liblouis/tables/bn.tbl +18 -0
- data/vendor/liblouis/tables/bo.ctb +184 -0
- data/vendor/liblouis/tables/bo.tbl +21 -0
- data/vendor/liblouis/tables/boxes.ctb +162 -0
- data/vendor/liblouis/tables/br-in-g1.utb +27 -0
- data/vendor/liblouis/tables/bra.tbl +18 -0
- data/vendor/liblouis/tables/braille-patterns.cti +287 -0
- data/vendor/liblouis/tables/ca-chardefs.cti +225 -0
- data/vendor/liblouis/tables/ca-g1.ctb +46 -0
- data/vendor/liblouis/tables/ca.tbl +18 -0
- data/vendor/liblouis/tables/chr-us-g1.ctb +180 -0
- data/vendor/liblouis/tables/ckb-chardefs.cti +219 -0
- data/vendor/liblouis/tables/ckb-g1.ctb +31 -0
- data/vendor/liblouis/tables/ckb-translation.cti +131 -0
- data/vendor/liblouis/tables/ckb.tbl +18 -0
- data/vendor/liblouis/tables/compress.cti +44 -0
- data/vendor/liblouis/tables/controlchars.cti +27 -0
- data/vendor/liblouis/tables/cop-eg-comp8.utb +255 -0
- data/vendor/liblouis/tables/cop.utb +231 -0
- data/vendor/liblouis/tables/corrections.cti +47 -0
- data/vendor/liblouis/tables/countries.cti +263 -0
- data/vendor/liblouis/tables/critical-apparatus.uti +54 -0
- data/vendor/liblouis/tables/cs-chardefs.cti +385 -0
- data/vendor/liblouis/tables/cs-comp8.utb +405 -0
- data/vendor/liblouis/tables/cs-g1.ctb +37 -0
- data/vendor/liblouis/tables/cs-translation.cti +63 -0
- data/vendor/liblouis/tables/cs.tbl +20 -0
- data/vendor/liblouis/tables/cuneiform-transliterated-compact.utb +432 -0
- data/vendor/liblouis/tables/cuneiform-transliterated.utb +160 -0
- data/vendor/liblouis/tables/cy-cy-g1.utb +487 -0
- data/vendor/liblouis/tables/cy-cy-g2.ctb +199 -0
- data/vendor/liblouis/tables/cy.tbl +19 -0
- data/vendor/liblouis/tables/da-dk-6miscChars.cti +385 -0
- data/vendor/liblouis/tables/da-dk-6miscChars_1993.cti +412 -0
- data/vendor/liblouis/tables/da-dk-8miscChars.cti +90 -0
- data/vendor/liblouis/tables/da-dk-8miscChars_1993.cti +102 -0
- data/vendor/liblouis/tables/da-dk-g08.ctb +290 -0
- data/vendor/liblouis/tables/da-dk-g08_1993.ctb +331 -0
- data/vendor/liblouis/tables/da-dk-g16-lit_1993.ctb +294 -0
- data/vendor/liblouis/tables/da-dk-g16.ctb +289 -0
- data/vendor/liblouis/tables/da-dk-g16_1993.ctb +305 -0
- data/vendor/liblouis/tables/da-dk-g18.ctb +545 -0
- data/vendor/liblouis/tables/da-dk-g18_1993.ctb +563 -0
- data/vendor/liblouis/tables/da-dk-g2.dic +7439 -0
- data/vendor/liblouis/tables/da-dk-g26-lit_1993.ctb +898 -0
- data/vendor/liblouis/tables/da-dk-g26.ctb +1345 -0
- data/vendor/liblouis/tables/da-dk-g26_1993.ctb +1127 -0
- data/vendor/liblouis/tables/da-dk-g26l-lit_1993.ctb +588 -0
- data/vendor/liblouis/tables/da-dk-g26l_1993.ctb +604 -0
- data/vendor/liblouis/tables/da-dk-g28.ctb +2426 -0
- data/vendor/liblouis/tables/da-dk-g28_1993.ctb +2063 -0
- data/vendor/liblouis/tables/da-dk-g28l_1993.ctb +1594 -0
- data/vendor/liblouis/tables/da-dk-octobraille.dis +316 -0
- data/vendor/liblouis/tables/da-dk-octobraille_1993.dis +313 -0
- data/vendor/liblouis/tables/de-accents-detailed.cti +214 -0
- data/vendor/liblouis/tables/de-accents.cti +214 -0
- data/vendor/liblouis/tables/de-chardefs6.cti +289 -0
- data/vendor/liblouis/tables/de-chardefs8.cti +278 -0
- data/vendor/liblouis/tables/de-chess.ctb +37 -0
- data/vendor/liblouis/tables/de-comp6.utb +226 -0
- data/vendor/liblouis/tables/de-de-comp8.ctb +492 -0
- data/vendor/liblouis/tables/de-de.dis +331 -0
- data/vendor/liblouis/tables/de-eurobrl6.dis +101 -0
- data/vendor/liblouis/tables/de-eurobrl6u.dis +96 -0
- data/vendor/liblouis/tables/de-g0-core.uti +732 -0
- data/vendor/liblouis/tables/de-g0-detailed.utb +84 -0
- data/vendor/liblouis/tables/de-g0.utb +57 -0
- data/vendor/liblouis/tables/de-g1-core-patterns.dic +4863 -0
- data/vendor/liblouis/tables/de-g1-core.cti +67 -0
- data/vendor/liblouis/tables/de-g1-detailed.ctb +79 -0
- data/vendor/liblouis/tables/de-g1.ctb +54 -0
- data/vendor/liblouis/tables/de-g2-core-patterns.dic +26711 -0
- data/vendor/liblouis/tables/de-g2-core.cti +607 -0
- data/vendor/liblouis/tables/de-g2-detailed.ctb +60 -0
- data/vendor/liblouis/tables/de-g2.ctb +57 -0
- data/vendor/liblouis/tables/devanagari.cti +325 -0
- data/vendor/liblouis/tables/digits6Dots.uti +30 -0
- data/vendor/liblouis/tables/digits6DotsPlusDot6.uti +30 -0
- data/vendor/liblouis/tables/digits8Dots.uti +30 -0
- data/vendor/liblouis/tables/dra.ctb +23 -0
- data/vendor/liblouis/tables/dra.tbl +21 -0
- data/vendor/liblouis/tables/el.ctb +775 -0
- data/vendor/liblouis/tables/en-GB-g2.ctb +829 -0
- data/vendor/liblouis/tables/en-chardefs.cti +193 -0
- data/vendor/liblouis/tables/en-chess.ctb +37 -0
- data/vendor/liblouis/tables/en-g3-patterns.dic +11194 -0
- data/vendor/liblouis/tables/en-g3.ctb +2261 -0
- data/vendor/liblouis/tables/en-gb-comp8.ctb +282 -0
- data/vendor/liblouis/tables/en-gb-g1.utb +527 -0
- data/vendor/liblouis/tables/en-in-g1.ctb +162 -0
- data/vendor/liblouis/tables/en-nabcc.utb +166 -0
- data/vendor/liblouis/tables/en-nz-g1.utb +65 -0
- data/vendor/liblouis/tables/en-nz-g2.ctb +46 -0
- data/vendor/liblouis/tables/en-ueb-chardefs.uti +938 -0
- data/vendor/liblouis/tables/en-ueb-g1.ctb +167 -0
- data/vendor/liblouis/tables/en-ueb-g2.ctb +3925 -0
- data/vendor/liblouis/tables/en-ueb-math.ctb +71 -0
- data/vendor/liblouis/tables/en-us-brf.dis +102 -0
- data/vendor/liblouis/tables/en-us-comp6.ctb +149 -0
- data/vendor/liblouis/tables/en-us-comp8-ext.utb +626 -0
- data/vendor/liblouis/tables/en-us-comp8.ctb +62 -0
- data/vendor/liblouis/tables/en-us-compbrl.uti +69 -0
- data/vendor/liblouis/tables/en-us-emphasis.uti +45 -0
- data/vendor/liblouis/tables/en-us-g1.ctb +199 -0
- data/vendor/liblouis/tables/en-us-g2.ctb +1081 -0
- data/vendor/liblouis/tables/en-us-interline.ctb +1126 -0
- data/vendor/liblouis/tables/en-us-mathtext.ctb +880 -0
- data/vendor/liblouis/tables/en_CA.ctb +195 -0
- data/vendor/liblouis/tables/en_CA.tbl +21 -0
- data/vendor/liblouis/tables/en_GB.tbl +26 -0
- data/vendor/liblouis/tables/en_US-comp8-ext.tbl +15 -0
- data/vendor/liblouis/tables/en_US.tbl +26 -0
- data/vendor/liblouis/tables/eo-g1-x-system.ctb +85 -0
- data/vendor/liblouis/tables/eo-g1.ctb +165 -0
- data/vendor/liblouis/tables/eo.tbl +14 -0
- data/vendor/liblouis/tables/es-chardefs.cti +206 -0
- data/vendor/liblouis/tables/es-g1.ctb +36 -0
- data/vendor/liblouis/tables/es-g2.ctb +955 -0
- data/vendor/liblouis/tables/es-new.dis +284 -0
- data/vendor/liblouis/tables/es-no.utb +79 -0
- data/vendor/liblouis/tables/es-old.dis +284 -0
- data/vendor/liblouis/tables/es.tbl +19 -0
- data/vendor/liblouis/tables/et-6dot.utb +269 -0
- data/vendor/liblouis/tables/et-g0.utb +139 -0
- data/vendor/liblouis/tables/ethio-g1.ctb +335 -0
- data/vendor/liblouis/tables/eurodefs.cti +107 -0
- data/vendor/liblouis/tables/fa-ir-comp8.ctb +250 -0
- data/vendor/liblouis/tables/fa-ir-g1.utb +311 -0
- data/vendor/liblouis/tables/fi-fi-8dot.ctb +278 -0
- data/vendor/liblouis/tables/fi.utb +354 -0
- data/vendor/liblouis/tables/fil-g2.ctb +491 -0
- data/vendor/liblouis/tables/fr-bfu-comp6-puncs-math.uti +351 -0
- data/vendor/liblouis/tables/fr-bfu-comp6.utb +238 -0
- data/vendor/liblouis/tables/fr-bfu-comp68.cti +251 -0
- data/vendor/liblouis/tables/fr-bfu-comp8.utb +323 -0
- data/vendor/liblouis/tables/fr-bfu-g2.ctb +4644 -0
- data/vendor/liblouis/tables/ga-g1.utb +95 -0
- data/vendor/liblouis/tables/ga-g2.ctb +231 -0
- data/vendor/liblouis/tables/gd.ctb +123 -0
- data/vendor/liblouis/tables/gd.tbl +21 -0
- data/vendor/liblouis/tables/gez.tbl +21 -0
- data/vendor/liblouis/tables/gon.ctb +25 -0
- data/vendor/liblouis/tables/gon.tbl +17 -0
- data/vendor/liblouis/tables/gr-pl-comp8.uti +256 -0
- data/vendor/liblouis/tables/grc-international-common.uti +104 -0
- data/vendor/liblouis/tables/grc-international-composed.uti +268 -0
- data/vendor/liblouis/tables/grc-international-decomposed.uti +268 -0
- data/vendor/liblouis/tables/grc-international-en-composed.utb +54 -0
- data/vendor/liblouis/tables/grc-international-en.utb +206 -0
- data/vendor/liblouis/tables/grc-international-es.utb +228 -0
- data/vendor/liblouis/tables/gu-in-g1.utb +27 -0
- data/vendor/liblouis/tables/gu.tbl +18 -0
- data/vendor/liblouis/tables/gujarati.cti +221 -0
- data/vendor/liblouis/tables/gurumuki.cti +393 -0
- data/vendor/liblouis/tables/haw-us-g1.ctb +54 -0
- data/vendor/liblouis/tables/hbo-cantillated-rules.uti +71 -0
- data/vendor/liblouis/tables/hbo-cantillated.utb +109 -0
- data/vendor/liblouis/tables/hbo-common-rules.uti +152 -0
- data/vendor/liblouis/tables/hbo-ihbc-rules.uti +58 -0
- data/vendor/liblouis/tables/hbo-slim-rules.uti +68 -0
- data/vendor/liblouis/tables/hbo-slim.utb +100 -0
- data/vendor/liblouis/tables/hbo.utb +107 -0
- data/vendor/liblouis/tables/he-IL-comp8.utb +464 -0
- data/vendor/liblouis/tables/he-IL.utb +406 -0
- data/vendor/liblouis/tables/he-common-consonants.uti +102 -0
- data/vendor/liblouis/tables/he-common-vowels-ihbc.uti +161 -0
- data/vendor/liblouis/tables/hi-in-g1.utb +27 -0
- data/vendor/liblouis/tables/hi.tbl +18 -0
- data/vendor/liblouis/tables/hr-chardefs.cti +278 -0
- data/vendor/liblouis/tables/hr-comp8.tbl +21 -0
- data/vendor/liblouis/tables/hr-comp8.utb +239 -0
- data/vendor/liblouis/tables/hr-digits.uti +40 -0
- data/vendor/liblouis/tables/hr-g1.ctb +36 -0
- data/vendor/liblouis/tables/hr-g1.tbl +9 -0
- data/vendor/liblouis/tables/hr-translation.cti +364 -0
- data/vendor/liblouis/tables/ht-frenchcompatibility.uti +61 -0
- data/vendor/liblouis/tables/ht-g1.utb +114 -0
- data/vendor/liblouis/tables/hu-backtranslate-correction.dis +38 -0
- data/vendor/liblouis/tables/hu-backtranslate-word-corrections.cti +4293 -0
- data/vendor/liblouis/tables/hu-chardefs.cti +298 -0
- data/vendor/liblouis/tables/hu-exceptionwords.cti +3204 -0
- data/vendor/liblouis/tables/hu-hu-comp8.ctb +183 -0
- data/vendor/liblouis/tables/hu-hu-g1.ctb +129 -0
- data/vendor/liblouis/tables/hu-hu-g1_braille_input.cti +486 -0
- data/vendor/liblouis/tables/hu-hu-g2.ctb +270 -0
- data/vendor/liblouis/tables/hu-hu-g2_exceptions.cti +1164 -0
- data/vendor/liblouis/tables/hy.ctb +121 -0
- data/vendor/liblouis/tables/hy.tbl +21 -0
- data/vendor/liblouis/tables/hyph_cs_CZ.dic +3637 -0
- data/vendor/liblouis/tables/hyph_da_DK.dic +8896 -0
- data/vendor/liblouis/tables/hyph_de_DE.dic +5799 -0
- data/vendor/liblouis/tables/hyph_en_US.dic +5537 -0
- data/vendor/liblouis/tables/hyph_eo.dic +1024 -0
- data/vendor/liblouis/tables/hyph_es_ES.dic +877 -0
- data/vendor/liblouis/tables/hyph_fr_FR.dic +1067 -0
- data/vendor/liblouis/tables/hyph_hu_HU.dic +98519 -0
- data/vendor/liblouis/tables/hyph_it_IT.dic +410 -0
- data/vendor/liblouis/tables/hyph_nb_NO.dic +27142 -0
- data/vendor/liblouis/tables/hyph_nl_NL.dic +12725 -0
- data/vendor/liblouis/tables/hyph_nn_NO.dic +27142 -0
- data/vendor/liblouis/tables/hyph_pl_PL.dic +4074 -0
- data/vendor/liblouis/tables/hyph_pt_PT.dic +308 -0
- data/vendor/liblouis/tables/hyph_ru.dic +6480 -0
- data/vendor/liblouis/tables/hyph_sv_SE.dic +4697 -0
- data/vendor/liblouis/tables/is-chardefs6.cti +170 -0
- data/vendor/liblouis/tables/is-chardefs8.cti +293 -0
- data/vendor/liblouis/tables/is.ctb +157 -0
- data/vendor/liblouis/tables/is.tbl +18 -0
- data/vendor/liblouis/tables/it-it-comp6.utb +404 -0
- data/vendor/liblouis/tables/it-it-comp8.utb +663 -0
- data/vendor/liblouis/tables/iu-ca-g1.ctb +236 -0
- data/vendor/liblouis/tables/ja-kantenji-ucs2.utb +11448 -0
- data/vendor/liblouis/tables/ja-kantenji.utb +53 -0
- data/vendor/liblouis/tables/ja-rokutenkanji.utb +8710 -0
- data/vendor/liblouis/tables/ka-in-g1.utb +27 -0
- data/vendor/liblouis/tables/ka.utb +128 -0
- data/vendor/liblouis/tables/kannada.cti +282 -0
- data/vendor/liblouis/tables/kh-in-g1.utb +26 -0
- data/vendor/liblouis/tables/kha.tbl +18 -0
- data/vendor/liblouis/tables/kk.utb +77 -0
- data/vendor/liblouis/tables/km-g1.utb +412 -0
- data/vendor/liblouis/tables/kmr.tbl +108 -0
- data/vendor/liblouis/tables/kn.tbl +18 -0
- data/vendor/liblouis/tables/ko-2006-g1.ctb +49 -0
- data/vendor/liblouis/tables/ko-2006-g2.ctb +53 -0
- data/vendor/liblouis/tables/ko-2006.cti +190 -0
- data/vendor/liblouis/tables/ko-chars.cti +15140 -0
- data/vendor/liblouis/tables/ko-g1-rules.cti +634 -0
- data/vendor/liblouis/tables/ko-g1.ctb +48 -0
- data/vendor/liblouis/tables/ko-g2-rules.cti +9263 -0
- data/vendor/liblouis/tables/ko-g2.ctb +52 -0
- data/vendor/liblouis/tables/ko.cti +223 -0
- data/vendor/liblouis/tables/kok.ctb +24 -0
- data/vendor/liblouis/tables/kok.tbl +17 -0
- data/vendor/liblouis/tables/kru.ctb +24 -0
- data/vendor/liblouis/tables/kru.tbl +17 -0
- data/vendor/liblouis/tables/ks-in-g1.utb +27 -0
- data/vendor/liblouis/tables/latinLetterDef6Dots.uti +78 -0
- data/vendor/liblouis/tables/latinLetterDef8Dots.uti +75 -0
- data/vendor/liblouis/tables/latinLowercase.uti +389 -0
- data/vendor/liblouis/tables/latinUppercaseComp6.uti +78 -0
- data/vendor/liblouis/tables/lg-ug-g1.utb +60 -0
- data/vendor/liblouis/tables/litdigits6Dots.uti +30 -0
- data/vendor/liblouis/tables/litdigits6DotsPlusDot6.uti +30 -0
- data/vendor/liblouis/tables/lo-g1.utb +3127 -0
- data/vendor/liblouis/tables/loweredDigits6Dots.uti +30 -0
- data/vendor/liblouis/tables/loweredDigits8Dots.uti +30 -0
- data/vendor/liblouis/tables/lt-6dot.utb +308 -0
- data/vendor/liblouis/tables/lt-8dot.utb +281 -0
- data/vendor/liblouis/tables/lt.ctb +313 -0
- data/vendor/liblouis/tables/lv.tbl +22 -0
- data/vendor/liblouis/tables/maketablelist.sh +52 -0
- data/vendor/liblouis/tables/malayalam.cti +674 -0
- data/vendor/liblouis/tables/mao-nz-g1.ctb +65 -0
- data/vendor/liblouis/tables/marburg_single_cell_defs.cti +66 -0
- data/vendor/liblouis/tables/marburg_unicode_defs.cti +297 -0
- data/vendor/liblouis/tables/mk-g1.utb +240 -0
- data/vendor/liblouis/tables/ml-in-g1.utb +27 -0
- data/vendor/liblouis/tables/ml.tbl +21 -0
- data/vendor/liblouis/tables/mn-MN-common.cti +110 -0
- data/vendor/liblouis/tables/mn-MN-g1.utb +52 -0
- data/vendor/liblouis/tables/mn-MN-g2.ctb +50 -0
- data/vendor/liblouis/tables/mn-in-g1.utb +27 -0
- data/vendor/liblouis/tables/mni.tbl +18 -0
- data/vendor/liblouis/tables/mr-in-g1.utb +27 -0
- data/vendor/liblouis/tables/mr.tbl +18 -0
- data/vendor/liblouis/tables/ms-my-g2.ctb +4897 -0
- data/vendor/liblouis/tables/mt.ctb +114 -0
- data/vendor/liblouis/tables/mt.tbl +21 -0
- data/vendor/liblouis/tables/mun.ctb +24 -0
- data/vendor/liblouis/tables/mun.tbl +17 -0
- data/vendor/liblouis/tables/mwr.ctb +24 -0
- data/vendor/liblouis/tables/mwr.tbl +17 -0
- data/vendor/liblouis/tables/my-g1.utb +771 -0
- data/vendor/liblouis/tables/my-g2.ctb +3805 -0
- data/vendor/liblouis/tables/ne.ctb +22 -0
- data/vendor/liblouis/tables/ne.tbl +18 -0
- data/vendor/liblouis/tables/nemethdefs.cti +382 -0
- data/vendor/liblouis/tables/nl-BE.dis +532 -0
- data/vendor/liblouis/tables/nl-NL-g0.utb.in +646 -0
- data/vendor/liblouis/tables/nl-chardefs.uti.in +455 -0
- data/vendor/liblouis/tables/nl-comp8.utb +411 -0
- data/vendor/liblouis/tables/nl-print.dis +551 -0
- data/vendor/liblouis/tables/nl-unicode.dis +540 -0
- data/vendor/liblouis/tables/no-no-8dot-fallback-6dot-g0.utb +59 -0
- data/vendor/liblouis/tables/no-no-8dot.utb +629 -0
- data/vendor/liblouis/tables/no-no-braillo-047-01.dis +247 -0
- data/vendor/liblouis/tables/no-no-chardefs6.uti +305 -0
- data/vendor/liblouis/tables/no-no-comp8.ctb +323 -0
- data/vendor/liblouis/tables/no-no-cyrillic6dot.uti +95 -0
- data/vendor/liblouis/tables/no-no-g0.utb +320 -0
- data/vendor/liblouis/tables/no-no-g1.ctb +272 -0
- data/vendor/liblouis/tables/no-no-g2.ctb +737 -0
- data/vendor/liblouis/tables/no-no-g3.ctb +3597 -0
- data/vendor/liblouis/tables/no-no-generic.ctb +295 -0
- data/vendor/liblouis/tables/no-no-generic.dis +295 -0
- data/vendor/liblouis/tables/no-no-latinLetterDef6Dots_diacritics.uti +852 -0
- data/vendor/liblouis/tables/no-no.dis +291 -0
- data/vendor/liblouis/tables/np-in-g1.utb +27 -0
- data/vendor/liblouis/tables/nso-za-g1.utb +38 -0
- data/vendor/liblouis/tables/nso-za-g2.ctb +38 -0
- data/vendor/liblouis/tables/ny-mw.utb +70 -0
- data/vendor/liblouis/tables/or-in-g1.utb +27 -0
- data/vendor/liblouis/tables/or.tbl +18 -0
- data/vendor/liblouis/tables/oriya.cti +238 -0
- data/vendor/liblouis/tables/ovd-6g0.utb +64 -0
- data/vendor/liblouis/tables/ovd-8g0.utb +81 -0
- data/vendor/liblouis/tables/pa.tbl +18 -0
- data/vendor/liblouis/tables/pi.ctb +24 -0
- data/vendor/liblouis/tables/pi.tbl +17 -0
- data/vendor/liblouis/tables/pl-pl-comp8.ctb +658 -0
- data/vendor/liblouis/tables/pl.tbl +12 -0
- data/vendor/liblouis/tables/printables.cti +70 -0
- data/vendor/liblouis/tables/pt-comp6.utb +299 -0
- data/vendor/liblouis/tables/pt-pt-comp8.ctb +395 -0
- data/vendor/liblouis/tables/pt-pt-g1.utb +1312 -0
- data/vendor/liblouis/tables/pt-pt-g2.ctb +874 -0
- data/vendor/liblouis/tables/pt.tbl +20 -0
- data/vendor/liblouis/tables/pu-in-g1.utb +42 -0
- data/vendor/liblouis/tables/quotation-marks.uti +30 -0
- data/vendor/liblouis/tables/ro-g0.utb +85 -0
- data/vendor/liblouis/tables/ro.ctb +126 -0
- data/vendor/liblouis/tables/ro.tbl +21 -0
- data/vendor/liblouis/tables/ru-brf.dis +116 -0
- data/vendor/liblouis/tables/ru-comp6.utb +258 -0
- data/vendor/liblouis/tables/ru-comp8.utb +740 -0
- data/vendor/liblouis/tables/ru-letters.dis +145 -0
- data/vendor/liblouis/tables/ru-litbrl-detailed.utb +77 -0
- data/vendor/liblouis/tables/ru-litbrl.ctb +857 -0
- data/vendor/liblouis/tables/ru-math.uti +395 -0
- data/vendor/liblouis/tables/ru-ru-g1.ctb +804 -0
- data/vendor/liblouis/tables/ru-unicode.dis +121 -0
- data/vendor/liblouis/tables/rw-rw-g1.utb +133 -0
- data/vendor/liblouis/tables/sa-in-g1.utb +27 -0
- data/vendor/liblouis/tables/sa.tbl +18 -0
- data/vendor/liblouis/tables/sah.utb +72 -0
- data/vendor/liblouis/tables/sd.tbl +18 -0
- data/vendor/liblouis/tables/se-se.ctb +246 -0
- data/vendor/liblouis/tables/se-se.dis +334 -0
- data/vendor/liblouis/tables/si-in-g1.utb +27 -0
- data/vendor/liblouis/tables/sin.cti +213 -0
- data/vendor/liblouis/tables/sin.utb +35 -0
- data/vendor/liblouis/tables/sk-g1.ctb +1019 -0
- data/vendor/liblouis/tables/sk-sk-g1.utb +206 -0
- data/vendor/liblouis/tables/sk-sk.utb +112 -0
- data/vendor/liblouis/tables/sl-si-comp8.ctb +204 -0
- data/vendor/liblouis/tables/sl-si-g1.utb +471 -0
- data/vendor/liblouis/tables/sl.tbl +20 -0
- data/vendor/liblouis/tables/smi-6g0.utb +64 -0
- data/vendor/liblouis/tables/smi-8g0.utb +61 -0
- data/vendor/liblouis/tables/sot-za-g1.ctb +72 -0
- data/vendor/liblouis/tables/sot-za-g2.ctb +244 -0
- data/vendor/liblouis/tables/spaces.uti +62 -0
- data/vendor/liblouis/tables/sr-Cyrl.ctb +59 -0
- data/vendor/liblouis/tables/sr-common.cti +161 -0
- data/vendor/liblouis/tables/sr-cyrletters.cti +92 -0
- data/vendor/liblouis/tables/sr-g1.ctb +57 -0
- data/vendor/liblouis/tables/sr-latletters.cti +45 -0
- data/vendor/liblouis/tables/sv-1989.ctb +241 -0
- data/vendor/liblouis/tables/sv-1996.ctb +180 -0
- data/vendor/liblouis/tables/sv-6common.uti +1199 -0
- data/vendor/liblouis/tables/sv-6g0d.utb +508 -0
- data/vendor/liblouis/tables/sv-6g0p.utb +61 -0
- data/vendor/liblouis/tables/sv-6g1.uti +106 -0
- data/vendor/liblouis/tables/sv-6g1d.ctb +57 -0
- data/vendor/liblouis/tables/sv-6g2.uti +254 -0
- data/vendor/liblouis/tables/sv-6g2d.ctb +57 -0
- data/vendor/liblouis/tables/sv-8g0d.utb +495 -0
- data/vendor/liblouis/tables/sv-8g0n.utb +1236 -0
- data/vendor/liblouis/tables/sv-8g1.uti +199 -0
- data/vendor/liblouis/tables/sv-8g1d.ctb +73 -0
- data/vendor/liblouis/tables/sv-8g1n.ctb +73 -0
- data/vendor/liblouis/tables/sv-8g2.uti +486 -0
- data/vendor/liblouis/tables/sv-8g2d.ctb +73 -0
- data/vendor/liblouis/tables/sv-8g2n.ctb +73 -0
- data/vendor/liblouis/tables/sv-g0.utb +65 -0
- data/vendor/liblouis/tables/sv-g1.ctb +57 -0
- data/vendor/liblouis/tables/sv-g2.ctb +57 -0
- data/vendor/liblouis/tables/sv-phon.uti +241 -0
- data/vendor/liblouis/tables/sw-ke-g1-2.ctb +90 -0
- data/vendor/liblouis/tables/sw-ke-g1-3.ctb +109 -0
- data/vendor/liblouis/tables/sw-ke-g1-4.ctb +107 -0
- data/vendor/liblouis/tables/sw-ke-g1-5.ctb +73 -0
- data/vendor/liblouis/tables/sw-ke-g1.utb +278 -0
- data/vendor/liblouis/tables/sw-ke-g2.ctb +276 -0
- data/vendor/liblouis/tables/syc.utb +195 -0
- data/vendor/liblouis/tables/ta-ta-g1.ctb +167 -0
- data/vendor/liblouis/tables/ta.ctb +24 -0
- data/vendor/liblouis/tables/ta.tbl +21 -0
- data/vendor/liblouis/tables/tamil.cti +86 -0
- data/vendor/liblouis/tables/te-in-g1.utb +27 -0
- data/vendor/liblouis/tables/te.tbl +18 -0
- data/vendor/liblouis/tables/telugu.cti +239 -0
- data/vendor/liblouis/tables/text_nabcc.dis +426 -0
- data/vendor/liblouis/tables/th-comp8-backward.utb +226 -0
- data/vendor/liblouis/tables/th-g0.utb +177 -0
- data/vendor/liblouis/tables/th-g1.utb +89 -0
- data/vendor/liblouis/tables/th-g1.uti +315 -0
- data/vendor/liblouis/tables/th-g2.ctb +616 -0
- data/vendor/liblouis/tables/tr-g1.ctb +254 -0
- data/vendor/liblouis/tables/tr-g2.ctb +863 -0
- data/vendor/liblouis/tables/tr-g2.tbl +20 -0
- data/vendor/liblouis/tables/tr.ctb +324 -0
- data/vendor/liblouis/tables/tr.tbl +21 -0
- data/vendor/liblouis/tables/tsn-za-g1.ctb +33 -0
- data/vendor/liblouis/tables/tsn-za-g2.ctb +33 -0
- data/vendor/liblouis/tables/tt.utb +74 -0
- data/vendor/liblouis/tables/uga.utb +86 -0
- data/vendor/liblouis/tables/uk-comp.utb +53 -0
- data/vendor/liblouis/tables/uk-detailed.utb +32 -0
- data/vendor/liblouis/tables/uk.utb +101 -0
- data/vendor/liblouis/tables/ukchardefs.cti +106 -0
- data/vendor/liblouis/tables/ukmaths_single_cell_defs.cti +65 -0
- data/vendor/liblouis/tables/ukmaths_unicode_defs.cti +298 -0
- data/vendor/liblouis/tables/uni-text.dis +330 -0
- data/vendor/liblouis/tables/unicode-braille.utb +291 -0
- data/vendor/liblouis/tables/unicode-without-blank.dis +24 -0
- data/vendor/liblouis/tables/unicode.dis +278 -0
- data/vendor/liblouis/tables/ur-pk-g1.utb +248 -0
- data/vendor/liblouis/tables/ur-pk-g2.ctb +641 -0
- data/vendor/liblouis/tables/us-table.dis +67 -0
- data/vendor/liblouis/tables/uz-g1.utb +117 -0
- data/vendor/liblouis/tables/ve-za-g1.utb +69 -0
- data/vendor/liblouis/tables/ve-za-g2.ctb +208 -0
- data/vendor/liblouis/tables/vi-cb8.utb +49 -0
- data/vendor/liblouis/tables/vi-charsdef.uti +36 -0
- data/vendor/liblouis/tables/vi-lettersdef.uti +401 -0
- data/vendor/liblouis/tables/vi-puncsdef.uti +446 -0
- data/vendor/liblouis/tables/vi-saigon-g1.ctb +530 -0
- data/vendor/liblouis/tables/vi-vn-g0.utb +135 -0
- data/vendor/liblouis/tables/vi-vn-g1.ctb +574 -0
- data/vendor/liblouis/tables/vi-vn-g2.ctb +743 -0
- data/vendor/liblouis/tables/wiskunde-chardefs.cti +261 -0
- data/vendor/liblouis/tables/wordcx.dis +91 -0
- data/vendor/liblouis/tables/xh-za-g1.utb +61 -0
- data/vendor/liblouis/tables/xh-za-g2.ctb +386 -0
- data/vendor/liblouis/tables/yi.utb +236 -0
- data/vendor/liblouis/tables/zh-chn.ctb +45011 -0
- data/vendor/liblouis/tables/zh-hk.ctb +10461 -0
- data/vendor/liblouis/tables/zh-tw.ctb +53810 -0
- data/vendor/liblouis/tables/zh_CHN.tbl +23 -0
- data/vendor/liblouis/tables/zhcn-cbs.ctb +31523 -0
- data/vendor/liblouis/tables/zhcn-g1.ctb +26523 -0
- data/vendor/liblouis/tables/zhcn-g2.ctb +26519 -0
- data/vendor/liblouis/tables/zu-za-g1.utb +33 -0
- data/vendor/liblouis/tables/zu-za-g2.ctb +33 -0
- metadata +558 -0
|
@@ -0,0 +1,616 @@
|
|
|
1
|
+
# liblouis: Thai Current Braille System.
|
|
2
|
+
#
|
|
3
|
+
#-index-name: Thai, contracted
|
|
4
|
+
#-display-name: Thai contracted braille
|
|
5
|
+
#
|
|
6
|
+
#+language: th
|
|
7
|
+
#+type: literary
|
|
8
|
+
#+system: thai
|
|
9
|
+
#+contraction: full
|
|
10
|
+
#+grade: 2
|
|
11
|
+
#+dots: 6
|
|
12
|
+
#
|
|
13
|
+
#+direction: forward
|
|
14
|
+
#
|
|
15
|
+
#-copyright: 2024, Thai braille fund and FOUNDATION FOR THE BLIND IN THAILAND UNDER THE ROYAL PATRONAGE OF H.M. THE QUEEN.
|
|
16
|
+
#
|
|
17
|
+
# Copyright (C) 2024 by Thai braille fund and FOUNDATION FOR THE BLIND IN THAILAND UNDER THE ROYAL PATRONAGE OF H.M. THE QUEEN.
|
|
18
|
+
#
|
|
19
|
+
# Version 2024-08-24
|
|
20
|
+
#
|
|
21
|
+
# This file is part of liblouis.
|
|
22
|
+
#
|
|
23
|
+
# liblouis is free software: you can redistribute it and/or modify it
|
|
24
|
+
# under the terms of the GNU Lesser General Public License as
|
|
25
|
+
# published by the Free Software Foundation, either version 2.1 of the
|
|
26
|
+
# License, or (at your option) any later version.
|
|
27
|
+
#
|
|
28
|
+
# liblouis is distributed in the hope that it will be useful, but
|
|
29
|
+
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
30
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
31
|
+
# Lesser General Public License for more details.
|
|
32
|
+
#
|
|
33
|
+
# You should have received a copy of the GNU Lesser General Public
|
|
34
|
+
# License along with liblouis. If not, see
|
|
35
|
+
# <http://www.gnu.org/licenses/>.
|
|
36
|
+
#
|
|
37
|
+
# Created and maintained by: Chatupol Nootatong <jpt@tab.or.th>
|
|
38
|
+
# - Dr.Wiraman Niyomphol <wiraman.n@gmail.com>
|
|
39
|
+
# - Itsawat Banlawanich <peet.itsawat@gmail.com>
|
|
40
|
+
# Based on <https://www.tab.or.th/braille_spec/thaibraille.pdf>
|
|
41
|
+
#
|
|
42
|
+
#-maintainer: Chatupol Nootatong <jpt@tab.or.th>
|
|
43
|
+
#-author: Chatupol Nootatong <jpt@tab.or.th>
|
|
44
|
+
#-author: Dr. Wiraman Niyomphol <wiraman.n@gmail.com>
|
|
45
|
+
#-author: Itsawat Banlawanich <peet.itsawat@gmail.com>
|
|
46
|
+
|
|
47
|
+
include en-ueb-g2.ctb
|
|
48
|
+
include th-g1.uti
|
|
49
|
+
|
|
50
|
+
#Add 456 points in front of the mark
|
|
51
|
+
noback match %1 , - 456-2
|
|
52
|
+
noback context [$y]":" *@456-25
|
|
53
|
+
noback match %1 ; - 456-23
|
|
54
|
+
noback match %1%1%1%1%1 . %[_^] 456-256
|
|
55
|
+
noback match - ! - 456-235
|
|
56
|
+
noback match %1 ? - 456-236
|
|
57
|
+
|
|
58
|
+
attribute leadcharacterSaraEr \x0E01\x0E02\x0E1B\x0E1A\x0E1C\x0E2A\x0E2B
|
|
59
|
+
attribute diphthongSaraEr \x0E23\x0E25\x0E22\x0E19\x0E21
|
|
60
|
+
noback context "\x0e40"[%thaiconsinants]"\x0e2d\x0e2d\x0E01" @124*@135-135-1245
|
|
61
|
+
noback context "\x0e40"[%thaiconsinants]"\x0E2D\x0E22\x0E48" @124*@135-13456-35
|
|
62
|
+
noback context "\x0e40"[%thaiconsinants]"\x0E2D\x0E22\x0E39\x0E48" @124*@135-13456-25-35
|
|
63
|
+
noback context "\x0e40"[%leadcharacterSaraEr%diphthongSaraEr]"\x0e2d\x0e2d\x0E01" @124*@135-135-1245
|
|
64
|
+
noback context "\x0e40"[%leadcharacterSaraEr%diphthongSaraEr]"\x0E2D\x0E22\x0E48" @124*@135-13456-35
|
|
65
|
+
noback context "\x0e40"[%leadcharacterSaraEr%diphthongSaraEr]"\x0E2D\x0E22\x0E39\x0E48" @124*@135-13456-25-35
|
|
66
|
+
noback context "\x0e40"[%thaiconsinants]"\x0E2D\x0E22\x0e32\x0e01" @124*@135-13456-16-1245 # เ-อยาก
|
|
67
|
+
noback context "\x0e40"[%thaiconsinants]"\x0e48\x0E2D\x0E22\x0e32\x0e01" @124*@35-135-13456-16-1245 # เ-่อยาก
|
|
68
|
+
noback context "\x0e40"[%thaiconsinants]"\x0e49\x0E2D\x0E22\x0e32\x0e01" @124*@256-135-13456-16-1245 # เ-้อยาก
|
|
69
|
+
noback context "\x0e40"[%leadcharacterSaraEr%diphthongSaraEr]"\x0E2D\x0E22\x0E39\x0E48" @124*@135-13456-25-35 # เ--อยู่
|
|
70
|
+
noback context "\x0e40"[%thaiconsinants]"\x0e48\x0E2D\x0E22\x0E39\x0E48" @124*@35-135-13456-25-35 # เ-่อยู่
|
|
71
|
+
noback context "\x0e40"[%thaiconsinants]"\x0e49\x0E2D\x0E22\x0E39\x0E48" @124*@256-135-13456-25-35 # เ-้อยู่
|
|
72
|
+
|
|
73
|
+
noback context "\x0e40"[%thaiconsinants]"\x0e2d"!%ToneAndVowelsNoSaraAh_ *@146
|
|
74
|
+
noback context "\x0e40"[%thaiconsinants]"\x0e48\x0e2d" *@146-359
|
|
75
|
+
noback context "\x0e40"[%thaiconsinants]"\x0e49\x0e2d" *@146-2569
|
|
76
|
+
noback context "\x0e40"[%thaiconsinants]"\x0e4A\x0e2d" *@146-23569
|
|
77
|
+
noback context "\x0e40"[%thaiconsinants]"\x0e4B\x0e2d" *@146-2369
|
|
78
|
+
noback context "\x0e40"[%leadcharacterSaraEr%diphthongSaraEr]"\x0e2d" *@146
|
|
79
|
+
noback context "\x0e40"[%leadcharacterSaraEr%diphthongSaraEr]"\x0e48\x0e2d" *@146-359
|
|
80
|
+
noback context "\x0e40"[%leadcharacterSaraEr%diphthongSaraEr]"\x0e49\x0e2d" *@146-2569
|
|
81
|
+
noback context "\x0e40"[%leadcharacterSaraEr%diphthongSaraEr]"\x0e4A\x0e2d" *@146-23569
|
|
82
|
+
noback context "\x0e40"[%leadcharacterSaraEr%diphthongSaraEr]"\x0e4B\x0e2d" *@146-2369
|
|
83
|
+
noback pass2 @146%tonemarksPass@1 @146-1%tonemarksPass
|
|
84
|
+
noback always \x0E17\x0E30\x0E40\x0E25\x0E2D\x0E30\x0E44\x0E23 23456-1-124-123-135-1-156-1235
|
|
85
|
+
noback always \x0E40\x0E17\x0E2D\x0E21 124-23456-135-134
|
|
86
|
+
noback always \x0E40\x0E17\x0E2D\x0E0D 124-23456-135-6-13456
|
|
87
|
+
noback always \x0E40\x0E04\x0E2D\x0E22 124-136-135-13456
|
|
88
|
+
noback always \x0E40\x0E2A\x0E21\x0E2D\x0E07 124-234-134-135-12456
|
|
89
|
+
|
|
90
|
+
# begin thai g2
|
|
91
|
+
|
|
92
|
+
# ย่อและควบแท้
|
|
93
|
+
noback correct "\x0e31"[%tonemarks] *"\x0e31"
|
|
94
|
+
# -าง=4-
|
|
95
|
+
attribute LeaderLetterSaraArNgongoo \x0e01\x0e02\x0e04\x0e1B\x0e1E\x0e2B # กขคปพห
|
|
96
|
+
attribute FollowerLetterSaraArNgongoo \x0e25\x0e23\x0e27\x0e21\x0e22
|
|
97
|
+
noback context "\x0e2A\x0e23\x0e48\x0e32\x0e07"!%ToneAndVowels_ @4-234-1235-256 # สร่าง
|
|
98
|
+
noback context "\x0e2A\x0e23\x0e49\x0e32\x0e07"!%ToneAndVowels_ @4-234-1235-256 # สร้าง
|
|
99
|
+
noback pass2 @125-134-16-12456 @4-125-134
|
|
100
|
+
noback context [%thaiconsinants]"\x0e32\x0e07"!%ToneAndVowels_ @4* # $าง
|
|
101
|
+
noback context [%thaiconsinants%tonemarks]"\x0e32\x0e07"!%ToneAndVowels_ @4* # $าง
|
|
102
|
+
noback context [%LeaderLetterSaraArNgongoo%FollowerLetterSaraArNgongoo]"\x0e32\x0e07"!%ToneAndVowels_ @4* # $าง
|
|
103
|
+
noback context [%LeaderLetterSaraArNgongoo%FollowerLetterSaraArNgongoo%tonemarks]"\x0e32\x0e07"!%ToneAndVowels_ @4* # $าง
|
|
104
|
+
noback pass2 @2345-25-4-1245-2456 @2345-25-1245-4-2456 # ถูกวาง
|
|
105
|
+
noback pass2 @145-135-4-1245-2456 @145-135-1245-4-2456 # ดอกวาง
|
|
106
|
+
noback pass2 @4-1456-13456 @1456-4-13456 # พย นำ
|
|
107
|
+
|
|
108
|
+
# -ัง=5-
|
|
109
|
+
noback context "\x0e1E\x0e19\x0e31\x0e07" @1456-5-1345 # พนัง
|
|
110
|
+
noback context "\x0e1E\x0e25\x0e31\x0e07" @1456-5-123 # พลัง
|
|
111
|
+
attribute LeaderLetterMaiHunAGardNgongoo \x0e01\x0e02\x0e04\x0e15\x0e1B\x0e1E\x0e2B
|
|
112
|
+
attribute FollowerLetterMaiHunAGardNgongoo \x0e23\x0e25\x0e27\x0e19\x0e22
|
|
113
|
+
noback context [%thaiconsinants]"\x0e31\x0e07" @5* # $ัง
|
|
114
|
+
noback context [%LeaderLetterMaiHunAGardNgongoo%FollowerLetterMaiHunAGardNgongoo]"\x0e31\x0e07" @5* # $ัง
|
|
115
|
+
noback context [%thaiconsinants%tonemarks]"\x0e31\x0e07" @5* # $ัง
|
|
116
|
+
noback context [%LeaderLetterMaiHunAGardNgongoo%FollowerLetterMaiHunAGardNgongoo%tonemarks]"\x0e31\x0e07" @5* # $ัง
|
|
117
|
+
noback pass2 [%tonemarks]@15 @15*
|
|
118
|
+
noback pass2 @25-5-1245-1235 @25-1245-5-1235 # แก้ปัญหาสระอู ก รั ตามหลัง
|
|
119
|
+
# -าน=45-
|
|
120
|
+
swapdd exceptForsaraAnornoo 2456 2456
|
|
121
|
+
attribute LeaderLetterSaraArNornoo \x0e01\x0e02\x0e04\x0e1B\x0e1C\x0e1E\x0e2B
|
|
122
|
+
attribute FollowerLetterSaraArNornoo \x0e23\x0e27\x0e25\x0e21\x0e19
|
|
123
|
+
noback context "\x0e2B\x0e32\x0e19" @125-16-1345 # หาน
|
|
124
|
+
noback context "\x0e2B\x0e49\x0e32\x0e19" @125-256-16-1345 # ห้าน
|
|
125
|
+
noback context "\x0e2B\x0e21\x0e32\x0e19" @45-125-134
|
|
126
|
+
noback context "\x0e2B\x0e21\x0e32" @125-134-16 # หมา
|
|
127
|
+
noback context "\x0e01\x0e21\x0e32\x0e01" @1245-5-16 # กมาก
|
|
128
|
+
noback context "\x0e01\x0e21\x0e32" @1245-134-16 # กมา
|
|
129
|
+
noback context [%thaiconsinants]"\x0e32\x0e19\x0e2D\x0e19" *@16-1345-135-1345 $านอน
|
|
130
|
+
noback context [%thaiconsinants]"\x0e32\x0e19\x0e2D\x0e01" *@16-1345-135-1245 $านอก
|
|
131
|
+
noback context [%thaiconsinants]"\x0e32\x0e19"!%ToneAndVowels_ @45* # $าน
|
|
132
|
+
noback context [%LeaderLetterSaraArNornoo%FollowerLetterSaraArNornoo]"\x0e32\x0e19"!%ToneAndVowels_ @45* # $าน
|
|
133
|
+
noback context [%thaiconsinants%tonemarks]"\x0e32\x0e19"!%ToneAndVowels_ @45* # $าน
|
|
134
|
+
noback pass2 @45[%thaiconsinants%tonemarks]@1245 *@16-1345-1245 # แก้ ่า น ก
|
|
135
|
+
noback context [%LeaderLetterSaraArNornoo%FollowerLetterSaraArNornoo%tonemarks]"\x0e32\x0e19"!%ToneAndVowels_ @45* # $าน
|
|
136
|
+
noback pass2 @45[%LeaderLetterSaraArNornoo%FollowerLetterSaraArNornoo%tonemarks]%exceptForsaraAnornoo_ *@16-1345%exceptForsaraAnornoo # 12345 ไม้โท น
|
|
137
|
+
|
|
138
|
+
# -ัน=56-
|
|
139
|
+
attribute LeaderLetterMaiHunAGardNornoo \x0e04\x0e1C\x0e1E\x0e2B
|
|
140
|
+
attribute FollowerLetterMaiHunAGardNornoo \x0e25\x0e27\x0e23\x0e21\x0e19\x0e22
|
|
141
|
+
noback context ["\x0e01\x0e25"]"\x0e31\x0e19" @56* # กลัน
|
|
142
|
+
noback context ["\x0e01\x0e25"%tonemarks]"\x0e31\x0e19" @56* # กลัน กลั่น กลั้น
|
|
143
|
+
|
|
144
|
+
noback context "\x0e01\x0e27\x0e31\x0e19" @1245-56-2456 # กวัน
|
|
145
|
+
noback context [%thaiconsinants]"\x0e31\x0e19" @56* # $ัน
|
|
146
|
+
noback context [%LeaderLetterMaiHunAGardNornoo%FollowerLetterMaiHunAGardNornoo]"\x0e31\x0e19" @56* # $ัน
|
|
147
|
+
noback context [%thaiconsinants%tonemarks]"\x0e31\x0e19" @56* # $ัน
|
|
148
|
+
noback context [%LeaderLetterMaiHunAGardNornoo%FollowerLetterMaiHunAGardNornoo%tonemarks]"\x0e31\x0e19" @56* # $ัน
|
|
149
|
+
noback pass2 @156-56[%LeaderLetterMaiHunAGardNornoo] @156*@56 # ไ ก่อน ั น
|
|
150
|
+
noback pass2 @156-2-56[%LeaderLetterMaiHunAGardNornoo] @156-2-56* # ใ ก่อน ั น
|
|
151
|
+
noback pass2 @24-56[%LeaderLetterMaiHunAGardNornoo] @24*@56 # โ ก่อน ั น
|
|
152
|
+
noback pass2 @124-56[%LeaderLetterMaiHunAGardNornoo] @124*@56 # เ ก่อน ั น
|
|
153
|
+
noback pass2 @126-56[%LeaderLetterMaiHunAGardNornoo] @126*@56 # แ ก่อน ั น
|
|
154
|
+
noback pass2 @156-56[@1245] @156*@56 # ไ ก ก่อน ั น
|
|
155
|
+
noback pass2 @156-2-56[@1245] @156-2*@56 # ใ ก ก่อน ั น
|
|
156
|
+
noback pass2 @24-56[@1245] @24*@56 # โ ก ก่อน ั น
|
|
157
|
+
noback pass2 @124-56[@1245] @124*@56 # เ ก ก่อน ั น
|
|
158
|
+
noback pass2 @126-56[@1245] @126*@56 # แ ก ก่อน ั น
|
|
159
|
+
|
|
160
|
+
# -าย=456-
|
|
161
|
+
attribute LeaderLetterSaraArYoryak \x0e01\x0e02\x0e04\x0e17\x0e1B\x0e1E\x0e2B
|
|
162
|
+
attribute FollowerLetterSaraArYoryak \x0e25\x0e23\x0e27\x0e21\x0e19E25
|
|
163
|
+
noback context [%thaiconsinants]"\x0e32\x0e22"!%ToneAndVowels_ @456* # $าย
|
|
164
|
+
noback context [%LeaderLetterSaraArYoryak%FollowerLetterSaraArYoryak]"\x0e32\x0e22"!%ToneAndVowels_ @456* # $าย
|
|
165
|
+
noback context [%thaiconsinants%tonemarks]"\x0e32\x0e22"!%ToneAndVowels_ @456* # $าย
|
|
166
|
+
noback context [%LeaderLetterSaraArYoryak%FollowerLetterSaraArYoryak%tonemarks]"\x0e32\x0e22"!%ToneAndVowels_ @456* # $าย
|
|
167
|
+
noback pass2 @125-134-16-13456!%ToneAndVowels_ @456-125-134
|
|
168
|
+
noback pass2 @456-234a-1345 @36-234-16-13456-1345 # ษายน
|
|
169
|
+
noback pass2 @456-1345-1245-1235-345-23459 @1345-16-13456-1245-1235-345-23459 # นายกรัฐ
|
|
170
|
+
noback pass2 @456-1345-1245-56-23 @1345-16-13456-1245-56-23 # นายกฯ
|
|
171
|
+
noback pass2 @1345-136-1235-456-1345-1245 @1345-136-1235-1345-16-13456-1245
|
|
172
|
+
|
|
173
|
+
# -อ ง=356-
|
|
174
|
+
swapdd exceptForAuangNgongoo 1345,123,134,1235 1345,123,134,1235
|
|
175
|
+
attribute LeaderLetterAuangNgongoo \x0e01\x0e04\x0e15\x0e1E\x0e1B\x0e2B
|
|
176
|
+
attribute FollowerLetterAuangNgongoo \x0e19\x0e21\x0e22\x0e23\x0e25\x0e27
|
|
177
|
+
noback context [%thaiconsinants]"\x0e2d\x0e07"!%ToneAndVowels_ @356* # $อง
|
|
178
|
+
noback pass2 @356[%thaiconsinants]@136-356 *@135-12456-136-356 # แก้พญันชนะนำ อ ง ค์
|
|
179
|
+
noback pass2 @356[%thaiconsinants]@1236-12346 *@135-12456-1236-12346 # ของบป
|
|
180
|
+
noback context [%LeaderLetterAuangNgongoo%FollowerLetterAuangNgongoo]"\x0e2d\x0e07"!%ToneAndVowels_ @356* # $อง
|
|
181
|
+
noback context [%thaiconsinants%tonemarks]"\x0e2d\x0e07"!%ToneAndVowels_ @356* # $อง
|
|
182
|
+
noback context [%LeaderLetterAuangNgongoo%FollowerLetterAuangNgongoo%tonemarks]"\x0e2d\x0e07"!%ToneAndVowels_ @356* # $อง
|
|
183
|
+
noback context [%LeaderLetterAuangNgongoo%FollowerLetterAuangNgongoo%tonemarks]"\x0e2d\x0e07"!%ToneAndVowels_ @356* # $อง
|
|
184
|
+
noback pass2 @345-356-1245[%exceptForAuangNgongoo] @345-1245-356*
|
|
185
|
+
noback pass2 @345-356-1245[%exceptForAuangNgongoo%tonemarks] @345-1245-356*
|
|
186
|
+
|
|
187
|
+
# สระ เอ และควบแท้
|
|
188
|
+
# เ-็ก
|
|
189
|
+
noback context ["\x0E40"%thaiconsinants]"\x0E47\x0E01" @4*
|
|
190
|
+
noback context ["\x0E40"%thaiconsinants%thaiconsinants]"\x0E47\x0E01" @4*
|
|
191
|
+
# เ-็ง
|
|
192
|
+
noback context ["\x0E40"%thaiconsinants]"\x0E47\x0E07" @5*
|
|
193
|
+
noback context ["\x0E40"%thaiconsinants%thaiconsinants]"\x0E47\x0E07" @5*
|
|
194
|
+
# เ-็จ
|
|
195
|
+
noback context ["\x0E40"%thaiconsinants]"\x0E47\x0E08" @6*
|
|
196
|
+
noback context ["\x0E40"%thaiconsinants%thaiconsinants]"\x0E47\x0E08" @6*
|
|
197
|
+
# เ-็ด
|
|
198
|
+
noback context ["\x0E40"%thaiconsinants]"\x0E47\x0E14" @45*
|
|
199
|
+
noback context ["\x0E40"%thaiconsinants%thaiconsinants]"\x0E47\x0E14" @45*
|
|
200
|
+
# เ-็น
|
|
201
|
+
noback context ["\x0E40"%thaiconsinants]"\x0E47\x0E19" @56*
|
|
202
|
+
noback context ["\x0E40"%thaiconsinants%thaiconsinants]"\x0E47\x0E19" @56*
|
|
203
|
+
# เ-็ม
|
|
204
|
+
noback context ["\x0E40"%thaiconsinants]"\x0E47\x0E21" @456*
|
|
205
|
+
noback context ["\x0E40"%thaiconsinants%thaiconsinants]"\x0E47\x0E21" @456*
|
|
206
|
+
# เ-็บ
|
|
207
|
+
noback context ["\x0E40"%thaiconsinants]"\x0E47\x0E1A" @356*
|
|
208
|
+
noback context ["\x0E40"%thaiconsinants%thaiconsinants]"\x0E47\x0E1A" @356*
|
|
209
|
+
|
|
210
|
+
# สระ แอ และควบแท้
|
|
211
|
+
swapcd AfterAeSpell \x0e01\x0e07\x0e14\x0e1A\x0e2D 1245,12456,145,1236,135 #กงดบอ
|
|
212
|
+
# แ-ไม้เอก ง
|
|
213
|
+
noback context ["\x0E41"%thaiconsinants"\x0E48\x0E07"%AfterAeSpell]!%ToneAndVowels_ * # หากมีตัวสะกดที่กำหนด ตามหลัง
|
|
214
|
+
noback context ["\x0E41"%thaiconsinants]"\x0E48\x0E07"!%ToneAndVowels_ @4*
|
|
215
|
+
noback context ["\x0E41"%thaiconsinants%thaiconsinants"\x0E48\x0E07"%AfterAeSpell]!%ToneAndVowels_ * # หากมีตัวสะกดที่กำหนด ตามหลัง
|
|
216
|
+
noback context ["\x0E41"%thaiconsinants%thaiconsinants]"\x0E48\x0E07"!%ToneAndVowels_ @4*
|
|
217
|
+
# แ-ไม้โท ง
|
|
218
|
+
noback context ["\x0E41"%thaiconsinants"\x0E49\x0E07"%AfterAeSpell]!%ToneAndVowels_ * # หากมีตัวสะกดที่กำหนด ตามหลัง
|
|
219
|
+
noback context ["\x0E41"%thaiconsinants]"\x0E49\x0E07"!%ToneAndVowels_ @5*
|
|
220
|
+
noback context ["\x0E41"%thaiconsinants%thaiconsinants"\x0E49\x0E07"%AfterAeSpell]!%ToneAndVowels_ * # หากมีตัวสะกดที่กำหนด ตามหลัง
|
|
221
|
+
noback context ["\x0E41"%thaiconsinants%thaiconsinants]"\x0E49\x0E07"!%ToneAndVowels_ @5*
|
|
222
|
+
# แ-ไม้เอก น
|
|
223
|
+
noback context ["\x0E41"%thaiconsinants"\x0E48\x0E19"%AfterAeSpell]!%ToneAndVowels_ * # หากมีตัวสะกดที่กำหนด ตามหลัง
|
|
224
|
+
noback context ["\x0E41"%thaiconsinants]"\x0E48\x0E19"!%ToneAndVowels_ @6*
|
|
225
|
+
noback context ["\x0E41"%thaiconsinants%thaiconsinants"\x0E48\x0E19"%AfterAeSpell]!%ToneAndVowels_ * # หากมีตัวสะกดที่กำหนด ตามหลัง
|
|
226
|
+
noback context ["\x0E41"%thaiconsinants%thaiconsinants]"\x0E48\x0E19"!%ToneAndVowels_ @6*
|
|
227
|
+
# แ-ไม้โท น
|
|
228
|
+
noback context ["\x0E41"%thaiconsinants]"\x0E49\x0E19"!%ToneAndVowels_ @45*
|
|
229
|
+
noback context ["\x0E41"%thaiconsinants%thaiconsinants]"\x0E49\x0E19"!%ToneAndVowels_ @45*
|
|
230
|
+
# แ-ไม้โท ม
|
|
231
|
+
noback context ["\x0E41\x0E1E\x0E49\x0E21"]!%ToneAndVowels_ *
|
|
232
|
+
noback context ["\x0E41"%thaiconsinants]"\x0E49\x0E21"!%ToneAndVowels_ @56*
|
|
233
|
+
noback context ["\x0E41"%thaiconsinants%thaiconsinants]"\x0E49\x0E21"!%ToneAndVowels_ @56*
|
|
234
|
+
# แ-ไม้เอก ว
|
|
235
|
+
noback context ["\x0E41"%thaiconsinants]"\x0E48\x0E27"!%ToneAndVowels_ @456*
|
|
236
|
+
noback context ["\x0E41"%thaiconsinants%thaiconsinants]"\x0E48\x0E27"!%ToneAndVowels_ @456*
|
|
237
|
+
# แ-ไม้โท ว
|
|
238
|
+
noback context ["\x0E41"%thaiconsinants]"\x0E49\x0E27"!%ToneAndVowels_ @356*
|
|
239
|
+
noback context ["\x0E41"%thaiconsinants%thaiconsinants]"\x0E49\x0E27"!%ToneAndVowels_ @356*
|
|
240
|
+
|
|
241
|
+
# สระ โอ และควบแท้
|
|
242
|
+
# โ- ไม้เอก ง
|
|
243
|
+
noback context ["\x0e42\x0E07"]"\x0E48\x0E07"!%ToneAndVowels_ *@35-12456 #โง่ง
|
|
244
|
+
noback context ["\x0e42"%thaiconsinants]"\x0E48\x0E07"!%ToneAndVowels_ @4*
|
|
245
|
+
noback context ["\x0e42"%thaiconsinants%thaiconsinants]"\x0E48\x0E07"!%ToneAndVowels_ @4*
|
|
246
|
+
# โ- ไม้โท ง
|
|
247
|
+
noback context ["\x0e42"%thaiconsinants]"\x0E49\x0E07"!%ToneAndVowels_ @5*
|
|
248
|
+
noback context ["\x0e42"%thaiconsinants%thaiconsinants]"\x0E49\x0E07"!%ToneAndVowels_ @5*
|
|
249
|
+
# โ- ไม้เอก น
|
|
250
|
+
noback context ["\x0e42"%thaiconsinants]"\x0E48\x0e19"!%ToneAndVowels_ @6*
|
|
251
|
+
noback context ["\x0e42"%thaiconsinants%thaiconsinants]"\x0E48\x0e19"!%ToneAndVowels_ @6*
|
|
252
|
+
# โ- ไม้โท น
|
|
253
|
+
noback context ["\x0e42"%thaiconsinants]"\x0E49\x0e19"!%ToneAndVowels_ @45*
|
|
254
|
+
noback context ["\x0e42"%thaiconsinants%thaiconsinants]"\x0E49\x0e19"!%ToneAndVowels_ @45*
|
|
255
|
+
# โ- ไม้โท ม
|
|
256
|
+
noback context ["\x0e42"%thaiconsinants]"\x0E49\x0e21"!%ToneAndVowels_ @56*
|
|
257
|
+
noback context ["\x0e42"%thaiconsinants%thaiconsinants]"\x0E49\x0e21"!%ToneAndVowels_ @56*
|
|
258
|
+
# โ- ไม้โท ย
|
|
259
|
+
noback context ["\x0e42"%thaiconsinants]"\x0E49\x0e22"!%ToneAndVowels_ @456*
|
|
260
|
+
noback context ["\x0e42"%thaiconsinants%thaiconsinants]"\x0E49\x0e22"!%ToneAndVowels_ @456*
|
|
261
|
+
# โ- ไม้ตรี ย
|
|
262
|
+
noback context ["\x0e42"%thaiconsinants]"\x0e4A\x0e22"!%ToneAndVowels_ @356*
|
|
263
|
+
noback context ["\x0e42"%thaiconsinants%thaiconsinants]"\x0e4A\x0e22"!%ToneAndVowels_ @356*
|
|
264
|
+
|
|
265
|
+
# สระ อิ ย่อแทนในคำ
|
|
266
|
+
noback context [%thaiconsinants]"\x0e34\x0e48\x0e07" *@4-12 # สระอิไม้เอก ง
|
|
267
|
+
noback context [%thaiconsinants]"\x0e34\x0e49\x0e07" *@5-12 # สระอิไม้โท ง
|
|
268
|
+
noback context [%thaiconsinants]"\x0e34\x0e48\x0e19" *@6-12 # สระอิไม้เอก น
|
|
269
|
+
noback context [%thaiconsinants]"\x0e34\x0e49\x0e19" *@45-12 # สระอิไม้โท น
|
|
270
|
+
noback context [%thaiconsinants]"\x0e34\x0e48\x0e21" *@56-12 # สระอิไม้เอก ม
|
|
271
|
+
noback context [%thaiconsinants]"\x0e34\x0e49\x0e21" *@456-12 # สระอิไม้โท ม
|
|
272
|
+
noback context [%thaiconsinants]"\x0e34\x0e49\x0e27" *@356-12 # สระอิไม้โท ว
|
|
273
|
+
|
|
274
|
+
# สระ อึ ย่อแทนในคำ
|
|
275
|
+
noback context [%thaiconsinants]"\x0e36\x0e48\x0e07" *@4-246 # สระอึไม้เอก ง
|
|
276
|
+
noback context [%thaiconsinants]"\x0e36\x0e49\x0e07" *@5-246 # สระอึไม้โท ง
|
|
277
|
+
noback context [%thaiconsinants]"\x0e36\x0e49\x0e19" *@6-246 # สระอึไม้โท น
|
|
278
|
+
noback context [%thaiconsinants]"\x0e36\x0e4B\x0e19" *@45-246 # สระอึไม้จัตวา น
|
|
279
|
+
noback context [%thaiconsinants]"\x0e36\x0e48\x0e21" *@56-246 # สระอึไม้เอก ม
|
|
280
|
+
noback context [%thaiconsinants]"\x0e36\x0e49\x0e21" *@456-246 # สระอึไม้โท ม
|
|
281
|
+
noback context [%thaiconsinants]"\x0e36\x0e4B\x0e21" *@356-246 # สระอึไม้จัตวา ม
|
|
282
|
+
|
|
283
|
+
# สระ อือ ย่อแทนในคำ
|
|
284
|
+
noback context [%thaiconsinants]"\x0e37\x0e48\x0e2D" *@4-26 # สระอือไม้เอก อ
|
|
285
|
+
noback context [%thaiconsinants]"\x0e37\x0e49\x0e2D" *@5-26 # สระอือไม้โท อ
|
|
286
|
+
noback context [%thaiconsinants]"\x0e37\x0e48\x0e19" *@6-26 # สระอือไม้เอก น
|
|
287
|
+
noback context [%thaiconsinants]"\x0e37\x0e49\x0e19" *@45-26 # สระอือไม้โท น
|
|
288
|
+
noback context [%thaiconsinants]"\x0e37\x0e48\x0e21" *@56-26 # สระอือไม้เอก ม
|
|
289
|
+
noback context [%thaiconsinants]"\x0e37\x0e49\x0e21" *@456-26 # สระอือไม้โท ม
|
|
290
|
+
|
|
291
|
+
# สระ อุ ย่อแทนในคำ
|
|
292
|
+
noback context [%thaiconsinants]"\x0e38\x0e48\x0e07" *@4-14 # สระอุไม้เอก ง
|
|
293
|
+
noback context [%thaiconsinants]"\x0e38\x0e49\x0e07" *@5-14 # สระอุไม้โท ง
|
|
294
|
+
noback context [%thaiconsinants]"\x0e38\x0e48\x0e19" *@6-14 # สระอุไม้เอก น
|
|
295
|
+
noback context [%thaiconsinants]"\x0e38\x0e49\x0e19" *@45-14 # สระอุไม้โท น
|
|
296
|
+
noback context [%thaiconsinants]"\x0e38\x0e48\x0e21" *@56-14 # สระอุไม้เอก ม
|
|
297
|
+
noback context [%thaiconsinants]"\x0e38\x0e49\x0e21" *@456-14 # สระอุไม้โท ม
|
|
298
|
+
noback context [%thaiconsinants]"\x0e38\x0e48\x0e22" *@356-14 # สระอุไม้เอก ย
|
|
299
|
+
|
|
300
|
+
# สระ เอีย ย่อแทนในคำ()เพิ่มจากไฟล์แรก
|
|
301
|
+
noback pass2 [%thaiconsinants]@12356-359-12456!%ToneAndVowels_ *@4-12356 #12356 ไม้เอก ง
|
|
302
|
+
noback pass2 [%thaiconsinants]@12356-2569-12456!%ToneAndVowels_ *@5-12356 #12356 ไม้โท ง
|
|
303
|
+
noback pass2 [%thaiconsinants]@12356-359-1345!%ToneAndVowels_ *@6-12356 #12356 ไม้เอก น
|
|
304
|
+
noback pass2 [%thaiconsinants]@12356-2569-1345!%ToneAndVowels_ *@45-12356 #12356 ไม้โท น
|
|
305
|
+
noback pass2 [%thaiconsinants]@12356-359-134!%ToneAndVowels_ *@56-12356 #12356 ไม้เอก ม
|
|
306
|
+
noback pass2 [%thaiconsinants]@12356-359-2456!%ToneAndVowels_ *@456-12356 #12356 ไม้เอก ว
|
|
307
|
+
noback pass2 [%thaiconsinants]@12356-2569-2456!%ToneAndVowels_ *@356-12356 #12356 ไม้โท ว
|
|
308
|
+
|
|
309
|
+
# สระ เอือ ย่อแทนในคำ
|
|
310
|
+
swapdd FrLtrMaiEkUeaNgongoo 13,346,2346,145,1345,1246,1235,123 13,346,2346,145,1345,1246,1235,123 #ขชซดนฟรล
|
|
311
|
+
noback pass2 [%FrLtrMaiEkUeaNgongoo]@12345-35-12456!%ToneAndVowels_ *@4-12345
|
|
312
|
+
swapdd FrLtrMaiThoUeaNgongoo 1256,1236,1246,13456,135 1256,1236,1246,13456,135 #ตบฟยอ
|
|
313
|
+
noback pass2 [%FrLtrMaiThoUeaNgongoo]@12345-256-12456!%ToneAndVowels_ *@5-12345
|
|
314
|
+
swapdd FrLtrMaiEkUeaNonoo 13,12456,245,2345,1234,1346,1456,123 13,12456,245,2345,1234,1346,1456,123 #ขงจถผฝพล
|
|
315
|
+
noback pass2 [%FrLtrMaiEkUeaNonoo]@12345-35-1345!%ToneAndVowels_ *@6-12345
|
|
316
|
+
swapdd FrLtrMaiThoUeaNonoo 12346,13456,1235,135 12346,13456,1235,135 #ปยรอ
|
|
317
|
+
noback pass2 [%FrLtrMaiThoUeaNonoo]@12345-256-1345!%ToneAndVowels_ *@45-12345
|
|
318
|
+
swapdd FrLtrMaiEkUeaMoma 346,123,234 346,123,234 #ชลส
|
|
319
|
+
noback pass2 [%FrLtrMaiEkUeaMoma]@12345-35-134!%ToneAndVowels_ *@56-12345
|
|
320
|
+
noback pass2 @1245-36-1456-12345-35-134 @1245-36-1456-56-12345
|
|
321
|
+
swapdd FrLtrMaiEkUeaYoyak 34,1345,12346,134,1235,123 34,1345,12346,134,1235,123 #ฉนปมรล
|
|
322
|
+
noback pass2 [%FrLtrMaiEkUeaYoyak]@12345-35-13456!%ToneAndVowels_ *@456-12345
|
|
323
|
+
swapdd FrLtrMaiThoUeaYoyak 245,1246,123,135 245,1246,123,135 #จฟลอ
|
|
324
|
+
noback pass2 [%FrLtrMaiThoUeaYoyak]@12345-256-13456!%ToneAndVowels_ *@356-12345
|
|
325
|
+
|
|
326
|
+
# สระ เออ ย่อแทนในคำ )เพิ่มจากไฟล์แรก
|
|
327
|
+
noback pass2 [%thaiconsinants]@146-35-12456!%ToneAndVowels_ *@4-146 #146 ไม้เอก ง
|
|
328
|
+
noback pass2 [%thaiconsinants]@146-256-12456!%ToneAndVowels_ *@5-146 #146 ไม้โท ง
|
|
329
|
+
noback pass2 [%thaiconsinants]@146-35-1345!%ToneAndVowels_ *@6-146 #146 ไม้เอก น
|
|
330
|
+
noback pass2 [%thaiconsinants]@146-256-123!%ToneAndVowels_ *@45-146 #146 ไม้โท ล
|
|
331
|
+
noback pass2 [%thaiconsinants]@146-35-134!%ToneAndVowels_ *@56-146 #146 ไม้เอก ม
|
|
332
|
+
noback pass2 [%thaiconsinants]@146-256-134!%ToneAndVowels_ *@456-146 #146 ไม้โท ม
|
|
333
|
+
|
|
334
|
+
# ไม้หันอากาศ (ย่อแทนในคำ)
|
|
335
|
+
noback context [%thaiconsinants]"\x0e31\x0e13\x0e11\x0e4C" *@4-345 # ไม้หัน ณฑ์
|
|
336
|
+
noback context [%thaiconsinants]"\x0e31\x0e12\x0e19\x0e4C" *@5-345 # ไม้หัน ฒน์
|
|
337
|
+
noback pass2 @56[%thaiconsinants]@23456-1345-356 *@6-345 # ไม้หัน นทน์
|
|
338
|
+
noback pass2 @56[%thaiconsinants]@23456-1235-356 *@45-345 # ไม้หัน นทร์
|
|
339
|
+
noback pass2 @56[%thaiconsinants]@23456b-356 *@56-345 # ไม้หัน นธ์
|
|
340
|
+
noback pass2 @56[%thaiconsinants]@23456b-14-356 *@456-345 # ไม้หัน นธุ์
|
|
341
|
+
|
|
342
|
+
# ไม้โท (ย่อแทนในคำ)
|
|
343
|
+
noback context [%thaiconsinants]"\x0e49\x0e27\x0e07" *@4-256 # ไม้โท วง
|
|
344
|
+
noback context [%thaiconsinants]"\x0e49\x0e27\x0e19" *@5-256 # ไม้โท วน
|
|
345
|
+
noback context [%thaiconsinants]"\x0e49\x0e27\x0e22" *@6-256 # ไม้โท วย
|
|
346
|
+
noback context [%thaiconsinants]"\x0e49\x0e32\x0e21" *@45-256 # ไม้โท าม
|
|
347
|
+
noback context [%thaiconsinants]"\x0e49\x0e32\x0e27" *@56-256 # ไม้โท าว
|
|
348
|
+
|
|
349
|
+
# เบ็ดเตล็ด (ย่อแทนในคำ)
|
|
350
|
+
# noback always \x0e23\x0e23 3456 # -รร
|
|
351
|
+
noback context "\x0e2A\x0e21\x0e23\x0e23\x0e2D" @234-134-1235-1235-135 # สมรรอ
|
|
352
|
+
noback context [%thaiconsinants]"\x0e23\x0e23" *@3456 # -รร
|
|
353
|
+
noback context [%thaiconsinants]"\x0e34\x0e19\x0e17\x0e23\x0e4C" *@36-1235 # -สระ อิ นทร์
|
|
354
|
+
|
|
355
|
+
# พยางค์ที่เป็นส่วนประกอบของคำ (ตัวย่อมีขีด ไม่ต้องวรรค)
|
|
356
|
+
noback always \x0e01\x0e23\x0e30 1245-36 # กระ
|
|
357
|
+
noback always \x0e01\x0e32\x0e23 456-3 # การ
|
|
358
|
+
noback always \x0e01\x0e32\x0e23\x0e13\x0e4C 456-36 # การณ์
|
|
359
|
+
noback always \x0e04\x0e27\x0e32\x0e21 136-36 # ความ
|
|
360
|
+
noback always \x0e04\x0e38\x0e13 36-136 # คุณ
|
|
361
|
+
noback always \x0e14\x0e27\x0e07 145-36 # ดวง
|
|
362
|
+
noback pass2 @126-2456-145-36 @126-2456-145-2456-12456
|
|
363
|
+
noback always \x0e15\x0e23\x0e30 1256-36 # ตระ
|
|
364
|
+
noback always \x0e1B\x0e23\x0e30 12346-36 # ประ
|
|
365
|
+
noback always \x0e1E\x0e23\x0e30 1456-36 # พระ
|
|
366
|
+
noback always \x0e20\x0e39\x0e21\x0e34 6-1456-36 # ภูมิ
|
|
367
|
+
noback always \x0e25\x0e31\x0e01\x0e29\x0e13\x0e30 36-123 # ลักษณะ
|
|
368
|
+
noback always \x0e28\x0e32\x0e2A\x0e15\x0e23\x0e4C 36-6-234 # ศาสตร์
|
|
369
|
+
noback always \x0e40\x0e28\x0e23\x0e29\x0e10 6-234-36 # เศรษฐ
|
|
370
|
+
noback pass2 [%thaiconsinants]@36-1236-146-145 *@1235-1-1236-146-145 # ภาพระเบิด
|
|
371
|
+
noback pass2 [%thaiconsinants]@36-5-1369 *@1235-1-5-1369 # รูประฆัง
|
|
372
|
+
|
|
373
|
+
# ย่อคำพยางค์เดียว ใช้ อ ย
|
|
374
|
+
noback always \x0e2d\x0e22\x0e48\x0e32 4-35 # อย่า
|
|
375
|
+
noback pass2 @135-13456-35-16 @4-35 # อย่า
|
|
376
|
+
noback always \x0e2d\x0e22\x0e39\x0e48 5-35 # อยู่
|
|
377
|
+
noback pass2 @135-13456-25-35 @5-35 # อยู่
|
|
378
|
+
noback always \x0e2d\x0e22\x0e48\x0e32\x0e07 6-35 # อย่าง
|
|
379
|
+
noback pass2 @135-13456-35-16-12456 @6-35 # อย่าง
|
|
380
|
+
noback pass2 @6-35-135-1345 @4-35-12456-135-1345 # อย่างอน
|
|
381
|
+
noback always \x0e2d\x0e22\x0e32\x0e01 45-35 # อยาก
|
|
382
|
+
noback pass2 @135-13456-16-1245 @45-35 # อยาก
|
|
383
|
+
|
|
384
|
+
# ย่อคำพยางค์เดียว ใช้ สระ อา
|
|
385
|
+
noback context "\x0e21\x0e32\x0e01"!%ToneAndVowels_ @5-16 # มาก
|
|
386
|
+
noback context "\x0e08\x0e32\x0e01"!%ToneAndVowels_ @4-16 # จาก
|
|
387
|
+
noback pass2 @2456-16-4-16!%ToneAndVowels_ @2456-16-245-16-1245 # วาจาก
|
|
388
|
+
noback context !%Ahead_"\x0e2B\x0e21\x0e32\x0e01" @125-134-16-1245 # หมาก
|
|
389
|
+
|
|
390
|
+
noback pass2 @5-16-1236-12569 @134-16-1245-1236-12569 # มากบฏ
|
|
391
|
+
noback pass2 @5-16-135-145 @134-16-1245-135-145 # มากบฏ
|
|
392
|
+
noback context "\x0e2b\x0e32\x0e01"!%ToneAndVowels_ @6-16 # หาก
|
|
393
|
+
noback pass2 @6-16-1236-12569 @125-16-1245-1236-12569 # หากบฏ
|
|
394
|
+
noback context "\x0e2d\x0e32\x0e08"!%ToneAndVowels_ @45-16 # อาจ
|
|
395
|
+
noback context "\x0e15\x0e32\x0e21"!%ToneAndVowels_ @56-16 # ตาม
|
|
396
|
+
noback pass2 @56-16-135-12456 @1256-16-356-134 # ตามอง
|
|
397
|
+
noback context "\x0e16\x0e32\x0e21"!%ToneAndVowels_ @456-16 # ถาม
|
|
398
|
+
noback pass2 @456-16-1345-1256 @2345-16-134-1345-1256 # ถามนต
|
|
399
|
+
noback context "\x0e19\x0e32\x0e21"!%ToneAndVowels_ @356-16 # นาม
|
|
400
|
+
noback pass2 @234-356-16 @234-1345-16-134 # สนาม
|
|
401
|
+
noback pass2 @125-356-16 @125-1345-16-134 # สนาม
|
|
402
|
+
|
|
403
|
+
|
|
404
|
+
# ย่อคำพยางค์เดียว ใช้ สระ อี
|
|
405
|
+
noback always \x0e17\x0e35\x0e48 4-23 # ที่
|
|
406
|
+
noback always \x0e19\x0e35\x0e48 5-23 # นี่
|
|
407
|
+
noback always \x0e19\x0e35\x0e49 6-23 # นี้
|
|
408
|
+
|
|
409
|
+
# ย่อคำพยางค์เดียว ใช้ ไม้มลาย
|
|
410
|
+
noback always \x0e44\x0e14\x0e49 4-156 # ได้
|
|
411
|
+
noback always \x0e44\x0e27\x0e49 5-156 # ไว้
|
|
412
|
+
noback always \x0e44\x0e21\x0e48 6-156 # ไม่
|
|
413
|
+
noback always \x0e44\x0e21\x0e49 45-156 # ไม้
|
|
414
|
+
noback context "\x0e44\x0e01\x0e25"!%ToneAndVowels_ @56-156 # ไกล
|
|
415
|
+
noback always \x0e44\x0e17\x0e22 456-156 # ไทย
|
|
416
|
+
noback context "\x0e44\x0e2b\x0e21"!%ToneAndVowels_ @356-156 # ไหม
|
|
417
|
+
|
|
418
|
+
# ย่อคำพยางค์เดียว ใช้ไม้ม้วน
|
|
419
|
+
noback always \x0e43\x0e2b\x0e49 4-156-2 # ให้
|
|
420
|
+
noback always \x0e43\x0e0a\x0e49 5-156-2 # ใช้
|
|
421
|
+
noback always \x0e43\x0e0a\x0e48 6-156-2 # ใช่
|
|
422
|
+
noback context "\x0e43\x0e04\x0e23"!%ToneAndVowels_ @45-156-2 # ใคร
|
|
423
|
+
noback always \x0e43\x0e01\x0e25\x0e49 56-156-2 # ใกล้
|
|
424
|
+
noback always \x0e43\x0e2b\x0e0d\x0e48 456-156-2 # ใหญ่
|
|
425
|
+
noback always \x0e43\x0e2b\x0e21\x0e48 356-156-2 # ใหม่
|
|
426
|
+
|
|
427
|
+
# ย่อคำสองพยางค์ขึ้นไป ตัวย่อมีขีด ไม่ต้องวรรค
|
|
428
|
+
noback always \x0e04\x0e27\x0e32\x0e21\x0e2a\x0e32\x0e21\x0e32\x0e23\x0e16 136-36-234 # ความสามารถ
|
|
429
|
+
noback always \x0e04\x0e27\x0e32\x0e21\x0e2b\x0e21\x0e32\x0e22 136-36-134 # ความหมาย
|
|
430
|
+
noback always \x0e14\x0e27\x0e07\x0e08\x0e31\x0e19\x0e17\x0e23\x0e4c 145-36-245 # ดวงจันทร์
|
|
431
|
+
noback always \x0e14\x0e27\x0e07\x0e14\x0e32\x0e27 145-36-145 # ดวงดาว
|
|
432
|
+
noback always \x0e14\x0e27\x0e07\x0e2d\x0e32\x0e17\x0e34\x0e15\x0e22\x0e4c 145-36-135 # ดวงอาทิตย์
|
|
433
|
+
noback pass2 @23456b-3456-134-346-16-1256-12 @356-23456-36-346 # ธรรมชาติ
|
|
434
|
+
noback pass2 @23456b-3456-134-145-16 @356-23456-36-145 # ธรรมดา
|
|
435
|
+
noback always \x0e1b\x0e23\x0e30\x0e01\x0e32\x0e28 12346-36-1245 # ประกาศ
|
|
436
|
+
noback always \x0e1b\x0e23\x0e30\x0e0a\x0e32\x0e0a\x0e19 12346-36-346 # ประชาชน
|
|
437
|
+
noback always \x0e1b\x0e23\x0e30\x0e14\x0e34\x0e29\x0e10\x0e4c 12346-36-145 # ประดิษฐ์
|
|
438
|
+
noback always \x0e1b\x0e23\x0e30\x0e42\x0e22\x0e0a\x0e19\x0e4c 12346-36-13456 # ประโยชน์
|
|
439
|
+
noback always \x0e1e\x0e23\x0e30\x0e08\x0e31\x0e19\x0e17\x0e23\x0e4c 1456-36-245 # พระจันทร์
|
|
440
|
+
noback always \x0e20\x0e39\x0e21\x0e34\x0e1b\x0e31\x0e0d\x0e0d\x0e32 6-1456-36-12346 # ภูมิปัญญา
|
|
441
|
+
noback always \x0e20\x0e39\x0e21\x0e34\x0e20\x0e32\x0e04 6-1456-36-6-1456 # ภูมิภาค
|
|
442
|
+
noback always \x0e20\x0e39\x0e21\x0e34\x0e25\x0e33\x0e40\x0e19\x0e32 6-1456-36-123 # ภูมิลำเนา
|
|
443
|
+
noback always \x0e20\x0e39\x0e21\x0e34\x0e28\x0e32\x0e2a\x0e15\x0e23\x0e4c 6-1456-36-6-234 # ภูมิศาสตร์
|
|
444
|
+
noback always \x0e20\x0e39\x0e21\x0e34\x0e2d\x0e32\x0e01\x0e32\x0e28 6-1456-36-135 # ภูมิอากาศ
|
|
445
|
+
noback always \x0e23\x0e31\x0e10\x0e1a\x0e32\x0e25 1235-36-1236 # รัฐบาล
|
|
446
|
+
noback always \x0e23\x0e31\x0e10\x0e28\x0e32\x0e2a\x0e15\x0e23\x0e4c 1235-36-6-234 # รัฐศาสตร์
|
|
447
|
+
noback always \x0e27\x0e31\x0e12\x0e19\x0e18\x0e23\x0e23\x0e21 2456-36-356-23456 # วัฒนธรรม
|
|
448
|
+
noback always \x0e40\x0e28\x0e23\x0e29\x0e10\x0e01\x0e34\x0e08 6-234-36-1245 # เศรษฐกิจ
|
|
449
|
+
noback always \x0e40\x0e28\x0e23\x0e29\x0e10\x0e35 6-234-36-6-2345 # เศรษฐี
|
|
450
|
+
noback always \x0e40\x0e28\x0e23\x0e29\x0e10\x0e28\x0e32\x0e2a\x0e15\x0e23\x0e4c 6-234-36-6-234 # เศรษฐศาสตร์
|
|
451
|
+
noback always \x0e2a\x0e31\x0e0d\x0e0d\x0e32\x0e13 234-36-6-13456 # สัญญาณ
|
|
452
|
+
noback always \x0e2a\x0e32\x0e18\x0e32\x0e23\x0e13\x0e30 234-36-356-23456 # สาธารณะ
|
|
453
|
+
noback always \x0e2a\x0e31\x0e0d\x0e25\x0e31\x0e01\x0e29\x0e13\x0e4c 234-36-123 # สัญลักษณ์
|
|
454
|
+
noback pass2 @234-3456-234-1235-146-134569 @234-36-234 # สรรเสริญ
|
|
455
|
+
noback always \x0e40\x0e2b\x0e15\x0e38\x0e01\x0e32\x0e23\x0e13\x0e4c 125-36-1245 # เหตุการณ์
|
|
456
|
+
noback always \x0e40\x0e2b\x0e15\x0e38\x0e1c\x0e25 125-36-1234 # เหตุผล
|
|
457
|
+
noback always \x0E04\x0E13\x0E34\x0E15\x0E28\x0E32\x0E2A\x0E15\x0E23\x0E4C 136-6-1345-36-6-234 # คณิตศาสตร์
|
|
458
|
+
noback always \x0e17\x0e23\x0e31\x0e1e\x0e22\x0e32\x0e01\x0e23 23456-1235-36-1245 # ทรัพยากร
|
|
459
|
+
noback pass2 @12346-36-2456-345-1256-12-36-6-234 @12346-2456-36-6-234 # ประวัติศาสตร์
|
|
460
|
+
noback always \x0e1b\x0e23\x0e32\x0e01\x0e0f\x0e01\x0e32\x0e23\x0e13\x0e4c 12346-1245-36-1245 # ปรากฏการณ์
|
|
461
|
+
noback always \x0e27\x0e34\x0e17\x0e22\x0e32\x0e01\x0e32\x0e23 2456-23456-36-1245 # วิทยาการ
|
|
462
|
+
noback always \x0e27\x0e34\x0e17\x0e22\x0e32\x0e25\x0e31\x0e22 2456-23456-36-123 # วิทยาลัย
|
|
463
|
+
noback always \x0e27\x0e34\x0e17\x0e22\x0e32\x0e28\x0e32\x0e2a\x0e15\x0e23\x0e4c 2456-23456-36-6-234 # วิทยาศาสตร์
|
|
464
|
+
noback always \x0e04\x0e27\x0e32\x0e21\x0e21\x0e38\x0e48\x0e07\x0e2b\x0e21\x0e32\x0e22 136-36-134-134 # ความมุ่งหมาย
|
|
465
|
+
noback always \x0e04\x0e27\x0e32\x0e21\x0e2a\x0e32\x0e21\x0e31\x0e04\x0e04\x0e35 136-36-234-136 # ความสามัคคี
|
|
466
|
+
noback always \x0e1b\x0e23\x0e30\x0e0a\x0e32\x0e01\x0e23 12346-36-346-1245 # ประชากร ^
|
|
467
|
+
noback always \x0e1b\x0e23\x0e30\x0e0a\x0e32\x0e0a\x0e32\x0e15\x0e34 12346-36-346-346 # ประชาชาติ
|
|
468
|
+
noback always \x0e1b\x0e23\x0e30\x0e0a\x0e32\x0e18\x0e34\x0e1b\x0e44\x0e15\x0e22 12346-36-346-1256 # ประชาธิปไตย
|
|
469
|
+
noback always \x0e1b\x0e23\x0e30\x0e42\x0e22\x0e04 12346-36-13456-136 # ประโยค
|
|
470
|
+
noback always \x0e1b\x0e23\x0e30\x0e2b\x0e22\x0e31\x0e14 12346-36-125-13456 # ประหยัด
|
|
471
|
+
noback always \x0e1e\x0e23\x0e30\x0e21\x0e2b\x0e32\x0e01\x0e29\x0e31\x0e15\x0e23\x0e34\x0e22\x0e4c 1456-36-134-1245 # พระมหากษัตริย์
|
|
472
|
+
noback always \x0e1e\x0e23\x0e30\x0e01\x0e23\x0e38\x0e13\x0e32\x0e18\x0e34\x0e04\x0e38\x0e13 1456-36-1245-356-23456 # พระกรุณาธิคุณ
|
|
473
|
+
noback always \x0e1e\x0e23\x0e30\x0e23\x0e31\x0e15\x0e19\x0e15\x0e23\x0e31\x0e22 1456-36-1235-1256 # พระรัตนตรัย
|
|
474
|
+
noback always \x0e20\x0e39\x0e21\x0e34\x0e1b\x0e23\x0e30\x0e40\x0e17\x0e28 6-1456-36-12346-23456 # ภูมิประเทศ
|
|
475
|
+
noback always \x0e20\x0e39\x0e21\x0e34\x0e1b\x0e23\x0e30\x0e27\x0e31\x0e15\x0e34 6-1456-36-12346-2456 # ภูมิประวัติ
|
|
476
|
+
noback always \x0e23\x0e31\x0e10\x0e18\x0e23\x0e23\x0e21\x0e19\x0e39\x0e0d 1235-36-356-23456-1345 # รัฐธรรมนูญ
|
|
477
|
+
noback always \x0e23\x0e31\x0e10\x0e2a\x0e20\x0e32 1235-36-234-6-1456 # รัฐสภา
|
|
478
|
+
noback always \x0e2a\x0e32\x0e18\x0e32\x0e23\x0e13\x0e0a\x0e19 234-36-356-23456-346 # สาธารณชน
|
|
479
|
+
noback always \x0e2a\x0e32\x0e18\x0e32\x0e23\x0e13\x0e23\x0e31\x0e10 234-36-356-23456-1235 # สาธารณรัฐ
|
|
480
|
+
noback always \x0e2a\x0e32\x0e18\x0e32\x0e23\x0e13\x0e2a\x0e21\x0e1a\x0e31\x0e15\x0e34 234-36-356-23456-1236 # สาธารณสมบัติ
|
|
481
|
+
noback always \x0e1b\x0e23\x0e32\x0e01\x0e0f 12346-1245-36 # ปรากฏ
|
|
482
|
+
noback always \x0e1b\x0e31\x0e08\x0e08\x0e31\x0e22 12346-245-36 # ปัจจัย
|
|
483
|
+
noback always \x0e1b\x0e31\x0e08\x0e08\x0e38\x0e1a\x0e31\x0e19 12346-1236-36 # ปัจจุบัน
|
|
484
|
+
noback always \x0e1e\x0e31\x0e12\x0e19\x0e32 1456-1345-36 # พัฒนา
|
|
485
|
+
noback always \x0e1e\x0e2b\x0e39\x0e1e\x0e08\x0e19\x0e4c 1456-1456-36 # พหูพจน์
|
|
486
|
+
noback always \x0e20\x0e32\x0e1e\x0e1e\x0e08\x0e19\x0e4c 6-1456-1456-36 # ภาพพจน์
|
|
487
|
+
noback always \x0e27\x0e31\x0e12\x0e19\x0e32 2456-1345-36 # วัฒนา
|
|
488
|
+
noback always \x0e2a\x0e33\x0e04\x0e31\x0e0d 234-136-36 # สำคัญ
|
|
489
|
+
noback always \x0e2a\x0e31\x0e0d\x0e0d\x0e32 234-6-13456-36 # สัญญา
|
|
490
|
+
noback always \x0e2A\x0e31\x0e21\x0e1C\x0e31\x0e2A 234-1234-36 # สำผัส
|
|
491
|
+
noback always \x0e2a\x0e33\x0e2b\x0e23\x0e31\x0e1a 234-1235-36 # สำหรับ
|
|
492
|
+
noback always \x0e40\x0e2d\x0e01\x0e09\x0e31\x0e19\x0e17\x0e4c 135-34-36 # เอกฉันท์
|
|
493
|
+
noback always \x0e40\x0e2d\x0e01\x0e0a\x0e19 135-346-36 # เอกชน
|
|
494
|
+
noback always \x0e40\x0e2d\x0e01\x0e40\x0e17\x0e28 135-23456-36 # เอกเทศ
|
|
495
|
+
noback always \x0e40\x0e2d\x0e01\x0e1e\x0e08\x0e19\x0e4c 135-1456-36 # เอกพจน์
|
|
496
|
+
noback always \x0e40\x0e2d\x0e01\x0e20\x0e32\x0e1e 135-6-1456-36 # เอกภาพ
|
|
497
|
+
noback always \x0e40\x0e2d\x0e01\x0e23\x0e32\x0e0a 135-1235-36 # เอกราช
|
|
498
|
+
noback always \x0e40\x0e2d\x0e01\x0e25\x0e31\x0e01\x0e29\x0e13\x0e4c 135-123-36 # เอกลักษณ์
|
|
499
|
+
noback always \x0e40\x0e2d\x0e01\x0e2a\x0e32\x0e23 135-234-36 # เอกสาร
|
|
500
|
+
noback always \x0e1e\x0e34\x0e08\x0e32\x0e23\x0e13\x0e32 1456-12-36-6-1345 # พิจารณา
|
|
501
|
+
noback always \x0e2d\x0e38\x0e1b\x0e01\x0e23\x0e13\x0e4c 135-14-36-1245 # อุปกรณ์
|
|
502
|
+
noback always \x0e2d\x0e38\x0e1b\x0e17\x0e32\x0e19 135-14-36-23456 # อุปทาน
|
|
503
|
+
noback always \x0e2d\x0e38\x0e1b\x0e2a\x0e07\x0e04\x0e4c 135-14-36-234 # อุปสงค์
|
|
504
|
+
noback always \x0e27\x0e34\x0e27\x0e31\x0e12\x0e19\x0e32\x0e01\x0e32\x0e23 2456-12-36-2456-1245 # วิวัฒนาการ
|
|
505
|
+
noback pass2 @234-4-12-126-2456-145-123-256-135-134 @234-12-36-2456-123 # สิ่งแวดล้อม
|
|
506
|
+
noback pass2 @234-4-12-135-1356-1345-2456-13456-136-36-234-1-145-2456-1245 @234-12-36-135-234 # สิ่งอำนวยความสะดวก
|
|
507
|
+
noback always \x0e2d\x0e38\x0e15\x0e2a\x0e32\x0e2b\x0e30 135-14-36-234-125 # อุตสาหะ
|
|
508
|
+
noback always \x0e2d\x0e38\x0e15\x0e2a\x0e32\x0e2b\x0e01\x0e23\x0e23\x0e21 135-14-36-234-1245 # อุตสาหกรรม
|
|
509
|
+
noback always \x0e2d\x0e38\x0e1b\x0e2a\x0e23\x0e23\x0e04 135-14-36-234-136 # อุปสรรค
|
|
510
|
+
noback always \x0e1b\x0e23\x0e32\x0e28\x0e08\x0e32\x0e01 12346-6-234-245-36 # ปราศจาก
|
|
511
|
+
noback always \x0e1e\x0e23\x0e30\x0e21\x0e2b\x0e32\x0e01\x0e23\x0e38\x0e13\x0e32\x0e18\x0e34\x0e04\x0e38\x0e13 1456-36-134-1245-356-23456 # พระมหากรุณาธิคุณ
|
|
512
|
+
noback always \x0e2a\x0e32\x0e18\x0e32\x0e23\x0e13\x0e39\x0e1b\x0e42\x0e20\x0e04 234-36-356-23456-6-1345-6-1456 # สาธารณูปโภค ^
|
|
513
|
+
|
|
514
|
+
# หมวด 3 ย่อกลุ่มคำ พิจารณา ก่อนหมวดอื่น ใช้วรรคหน้าและวรรคหลัง
|
|
515
|
+
noback always \x0e01\x0e25\x0e48\x0e32\x0e27\x0e27\x0e48\x0e32 123456a-0-1245-2456-0-123456b # กล่าวว่า
|
|
516
|
+
noback pass2 @145-6-256-2456-35-16 @123456a-0-145-2456-0-123456b # ด้วยว่า
|
|
517
|
+
noback always \x0e16\x0e36\x0e07\x0e41\x0e21\x0e49\x0e27\x0e48\x0e32 123456a-0-2345-134-2456-0-123456b # ถึงแม้ว่า
|
|
518
|
+
noback pass2 @56-124-12346-1256-256-1345-2456-35-16 @123456a-0-12346-1256-2456-0-123456b # เป็นต้นว่า
|
|
519
|
+
noback always \x0e41\x0e21\x0e49\x0e27\x0e48\x0e32 123456a-0-134-2456-0-123456b # แม้ว่า
|
|
520
|
+
noback always \x0e2a\x0e21\x0e21\x0e38\x0e15\x0e34\x0e27\x0e48\x0e32 123456a-0-234-134-2456-0-123456b # สมมุติว่า
|
|
521
|
+
noback always \x0e41\x0e2a\x0e14\x0e07\x0e27\x0e48\x0e32 123456a-0-234-145-2456-0-123456b # แสดงว่า
|
|
522
|
+
noback pass3 @456-125-134-123456a-0-136-2456-0-123456b @123456a-0-134-136-2456-0-123456b # หมายความว่า
|
|
523
|
+
noback always \x0e04\x0e27\x0e32\x0e21\x0e27\x0e48\x0e32 123456a-0-136-2456-0-123456b # ความว่า
|
|
524
|
+
noback always \x0e40\x0e2b\x0e15\x0e38\x0e27\x0e48\x0e32 123456a-0-125-2456-0-123456b # เหตุว่า
|
|
525
|
+
noback always \x0e02\x0e49\x0e2d\x0e2a\x0e33\x0e04\x0e31\x0e0d 123456a-0-13-234-0-123456b # ข้อสำคัญ
|
|
526
|
+
noback always \x0e04\x0e27\x0e32\x0e21\x0e2a\x0e33\x0e04\x0e31\x0e0d 123456a-0-136-234-0-123456b # ความสำคัญ
|
|
527
|
+
noback always \x0e2a\x0e32\x0e23\x0e30\x0e2a\x0e33\x0e04\x0e31\x0e0d 123456a-0-234-1235-234-0-123456b # สาระสำคัญ
|
|
528
|
+
noback pass2 @234-4-12-234-136-36 @123456a-0-234-234-0-123456b # สิ่งสำคัญ
|
|
529
|
+
noback always \x0e09\x0e30\x0e19\x0e35\x0e49 123456a-0-34-0-123456b # ฉะนี้
|
|
530
|
+
noback pass2 @34-1-56-1345-256 @123456a-0-34-1345-0-123456b # ฉะนั้น
|
|
531
|
+
noback pass3 @134-12-123456a-0-34-1345-0-123456b @123456a-0-134-34-1345-0-123456b # มิฉะนั้น
|
|
532
|
+
noback always \x0e42\x0e14\x0e22\x0e40\x0e09\x0e1e\x0e32\x0e30 123456a-0-145-34-1456-0-123456b # โดยเฉพาะ
|
|
533
|
+
noback always \x0e42\x0e14\x0e22\x0e40\x0e09\x0e1e\x0e32\x0e30\x0e2d\x0e22\x0e48\x0e32\x0e07\x0e22\x0e34\x0e48\x0e07 123456a-0-145-34-1456-13456-0-123456b # โดยเฉพาะอย่างยิ่ง
|
|
534
|
+
noback always \x0e0a\x0e19\x0e34\x0e14\x0e2b\x0e19\x0e36\x0e48\x0e07\x0e0a\x0e19\x0e34\x0e14\x0e43\x0e14 123456a-0-346-1345-145-0-123456b # ชนิดหนึ่งชนิดใด
|
|
535
|
+
noback always \x0e0a\x0e19\x0e34\x0e14\x0e43\x0e14\x0e0a\x0e19\x0e34\x0e14\x0e2b\x0e19\x0e36\x0e48\x0e07 123456a-0-346-145-1345-0-123456b # ชนิดใดชนิดหนึ่ง
|
|
536
|
+
noback always \x0e1b\x0e23\x0e30\x0e01\x0e32\x0e23\x0e2b\x0e19\x0e36\x0e48\x0e07\x0e1b\x0e23\x0e30\x0e01\x0e32\x0e23\x0e43\x0e14 123456a-0-12346-1345-145-0-123456b # ประการหนึ่งประการใด
|
|
537
|
+
noback always \x0e1b\x0e23\x0e30\x0e01\x0e32\x0e23\x0e43\x0e14\x0e1b\x0e23\x0e30\x0e01\x0e32\x0e23\x0e2b\x0e19\x0e36\x0e48\x0e07 123456a-0-12346-145-1345-0-123456b # ประการใดประการหนึ่ง
|
|
538
|
+
noback always \x0e2d\x0e22\x0e48\x0e32\x0e07\x0e2b\x0e19\x0e36\x0e48\x0e07\x0e2d\x0e22\x0e48\x0e32\x0e07\x0e43\x0e14 123456a-0-13456-1345-145-0-123456b # อย่างหนึ่งอย่างใด
|
|
539
|
+
noback always \x0e2d\x0e22\x0e48\x0e32\x0e07\x0e43\x0e14\x0e2d\x0e22\x0e48\x0e32\x0e07\x0e2b\x0e19\x0e36\x0e48\x0e07 123456a-0-13456-145-1345-0-123456b # อย่างใดอย่างหนึ่ง
|
|
540
|
+
noback always \x0e40\x0e0a\x0e48\x0e19\x0e01\x0e31\x0e19 123456a-0-346-1245-0-123456b # เช่นกัน
|
|
541
|
+
noback always \x0e40\x0e0a\x0e48\x0e19\x0e40\x0e14\x0e35\x0e22\x0e27\x0e01\x0e31\x0e19 123456a-0-346-145-1245-0-123456b # เช่นเดียวกัน
|
|
542
|
+
noback always \x0e40\x0e0a\x0e48\x0e19\x0e19\x0e49\x0e31\x0e19 123456a-0-346-1345-0-123456b # เช่นนั้น
|
|
543
|
+
noback always \x0e40\x0e0a\x0e48\x0e19\x0e19\x0e49\x0e31\x0e19\x0e40\x0e2d\x0e07 123456a-0-346-1345-135-0-123456b # เช็นนั้นเอง
|
|
544
|
+
noback always \x0e40\x0e0a\x0e48\x0e19\x0e19\x0e35\x0e49 123456a-0-346-0-123456b # เช่นนี้
|
|
545
|
+
noback always \x0e40\x0e0a\x0e48\x0e19\x0e27\x0e48\x0e32 123456a-0-346-2456-0-123456b # เช่นว่า
|
|
546
|
+
noback pass2 @56-124-12346-1256-256-1345 @123456a-0-12346-1256-0-123456b # เป็นต้น
|
|
547
|
+
noback pass2 @5-145-1245-123-35-16-2456 @123456a-0-145-1245-0-123456b # ดังกล่าว
|
|
548
|
+
noback pass2 @5-145-123456a-0-1256-12346-1345-0-123456b @123456a-0-145-1256-1345-0-123456b # ดังต่อไปนี้
|
|
549
|
+
noback pass2 @5-145-56-1345-256 @123456a-0-145-1345-0-123456b # ดังนั้น
|
|
550
|
+
noback pass2 @5-145-6-23 @123456a-0-145-0-123456b # ดังนี้
|
|
551
|
+
noback always \x0e19\x0e2d\x0e01\x0e08\x0e32\x0e01\x0e19\x0e49\x0e31\x0e19 123456a-0-1345-245-1345-0-123456b # นอกจากนั้น
|
|
552
|
+
noback always \x0e19\x0e2d\x0e01\x0e08\x0e32\x0e01\x0e19\x0e35\x0e49 123456a-0-1345-245-0-123456b # นอกจากนี้
|
|
553
|
+
noback pass2 @5-125-123-4-16-56-1345-256 @123456a-0-123-245-1345-0-123456b # หลังจากนั้น
|
|
554
|
+
noback pass2 @5-125-123-4-16-6-23 @123456a-0-123-245-0-123456b # หลังจากนี้
|
|
555
|
+
noback always \x0e40\x0e19\x0e37\x0e48\x0e2d\x0e07\x0e08\x0e32\x0e01 123456a-0-1345-12456-245-0-123456b # เนื่องจาก
|
|
556
|
+
noback always \x0e1a\x0e31\x0e14\x0e19\x0e49\x0e31\x0e19 123456a-0-1236-1345-0-123456b # บัดนั้น
|
|
557
|
+
noback always \x0e1a\x0e31\x0e14\x0e19\x0e35\x0e49 123456a-0-1236-0-123456b # บัดนี้
|
|
558
|
+
noback always \x0e40\x0e21\x0e37\x0e48\x0e2d\x0e43\x0e14 123456a-0-134-145-0-123456b # เมื่อใด
|
|
559
|
+
noback always \x0e40\x0e21\x0e37\x0e48\x0e2d\x0e19\x0e49\x0e31\x0e19 123456a-0-134-1345-0-123456b # เมื่อนั้น
|
|
560
|
+
noback always \x0e40\x0e21\x0e37\x0e48\x0e2d\x0e44\x0e23 123456a-0-134-1235-0-123456b # เมื่อไร
|
|
561
|
+
noback pass3 @1456-1235-135-1-123456a-0-34-1345-0-123456b @123456a-0-1456-34-1345-0-123456b # เพราะฉะนั้น
|
|
562
|
+
noback always \x0e40\x0e1e\x0e23\x0e32\x0e30\x0e27\x0e48\x0e32 123456a-0-1456-2456-0-123456b # เพราะว่า
|
|
563
|
+
noback always \x0e40\x0e1e\x0e23\x0e32\x0e30\x0e40\x0e2b\x0e15\x0e38\x0e43\x0e14 123456a-0-1456-125-145-0-123456b # เพราะเหตุใด
|
|
564
|
+
noback always \x0e40\x0e1e\x0e23\x0e32\x0e30\x0e40\x0e2b\x0e15\x0e38\x0e27\x0e48\x0e32 123456a-0-1456-125-2456-0-123456b # เพราะเหตุว่า
|
|
565
|
+
noback always \x0e40\x0e1e\x0e23\x0e32\x0e30\x0e2d\x0e30\x0e44\x0e23 123456a-0-1456-135-1235-0-123456b # เพราะอะไร
|
|
566
|
+
noback always \x0e01\x0e25\x0e48\x0e32\x0e27\x0e16\x0e36\x0e07 123456a-0-1245-2345-0-123456b # กล่าวถึง
|
|
567
|
+
noback pass3 @456-125-134-2345-246-12456 @123456a-0-134-2345-0-123456b # หมายถึง
|
|
568
|
+
noback pass3 @456-125-134-124-125-1256-14 @123456a-0-134-125-0-123456b # หมายเหตุ
|
|
569
|
+
noback always \x0e2d\x0e22\x0e48\x0e32\x0e07\x0e44\x0e23\x0e01\x0e47\x0e14\x0e35 123456a-0-13456-1235-145-0-123456b # อย่างไรก็ดี
|
|
570
|
+
noback always \x0e2d\x0e22\x0e48\x0e32\x0e07\x0e44\x0e23\x0e01\x0e47\x0e15\x0e32\x0e21 123456a-0-13456-1235-1256-0-123456b # อย่างไรก็ตาม
|
|
571
|
+
noback always \x0e15\x0e32\x0e21\x0e17\x0e35\x0e48\x0e15\x0e49\x0e2d\x0e07\x0e01\x0e32\x0e23 123456a-0-1256-1256-1245-0-123456b # ตามที่ต้องการ
|
|
572
|
+
noback always \x0e15\x0e32\x0e21\x0e2a\x0e21\x0e04\x0e27\x0e23 123456a-0-1256-234-136-0-123456b # ตามสมควร
|
|
573
|
+
noback always \x0e17\x0e38\x0e01\x0e1b\x0e23\x0e30\x0e01\x0e32\x0e23 123456a-0-23456-12346-1245-0-123456b # ทุกประการ
|
|
574
|
+
noback always \x0e17\x0e38\x0e01\x0e2a\x0e34\x0e48\x0e07\x0e17\x0e38\x0e01\x0e2d\x0e22\x0e48\x0e32\x0e07 123456a-0-23456-234-13456-0-123456b # ทุกสิ่งทุกอย่าง
|
|
575
|
+
noback always \x0e19\x0e48\x0e32\x0e2a\x0e07\x0e2a\x0e32\x0e23 123456a-0-1345-234-234-0-123456b # น่าสงสาร
|
|
576
|
+
noback always \x0e19\x0e48\x0e32\x0e2a\x0e19\x0e43\x0e08 123456a-0-1345-234-245-0-123456b # น่าสนใจ
|
|
577
|
+
noback always \x0e19\x0e48\x0e32\x0e2a\x0e21\x0e40\x0e1e\x0e0a 123456a-0-1345-234-1456-0-123456b # น่าสมเพช
|
|
578
|
+
noback always \x0e19\x0e48\x0e32\x0e2a\x0e31\x0e07\x0e40\x0e27\x0e0a 123456a-0-1345-234-2456-0-123456b # น่าสังเวช
|
|
579
|
+
noback always \x0e1e\x0e23\x0e30\x0e1a\x0e23\x0e21\x0e09\x0e32\x0e22\x0e32\x0e25\x0e31\x0e01\x0e29\x0e13\x0e4c 123456a-0-1456-1236-34-123-0-123456b # พระบรมฉายาลักษณ์
|
|
580
|
+
noback always \x0e1e\x0e23\x0e30\x0e1a\x0e23\x0e21\x0e21\x0e2b\x0e32\x0e23\x0e32\x0e0a\x0e27\x0e31\x0e07 123456a-0-1456-1236-1235-2456-0-123456b # พระบรมมหาราชวัง
|
|
581
|
+
noback always \x0e1e\x0e23\x0e30\x0e1a\x0e23\x0e21\x0e2a\x0e32\x0e17\x0e34\x0e25\x0e31\x0e01\x0e29\x0e13\x0e4c 123456a-0-1456-1236-234-123-0-123456b # พระบรมสาทิลักษณ์
|
|
582
|
+
noback always \x0e1e\x0e23\x0e30\x0e1a\x0e23\x0e21\x0e2a\x0e32\x0e23\x0e35\x0e23\x0e34\x0e01\x0e18\x0e32\x0e15\x0e38 123456a-0-1456-1236-234-356-23456-0-123456b # พระบรมสารีริกธาตุ
|
|
583
|
+
noback always \x0e1e\x0e23\x0e30\x0e1a\x0e23\x0e21\x0e23\x0e32\x0e0a\x0e42\x0e2d\x0e07\x0e01\x0e32\x0e23 123456a-0-1456-1236-1235-135-0-123456b # พระบรมราชโองการ
|
|
584
|
+
noback always \x0e1e\x0e23\x0e30\x0e1a\x0e23\x0e21\x0e27\x0e07\x0e28\x0e32\x0e19\x0e38\x0e27\x0e07\x0e28\x0e4c 123456a-0-1456-1236-2456-2456-0-123456b # พระบรมวงศานุวงศ์
|
|
585
|
+
noback always \x0e1e\x0e23\x0e30\x0e23\x0e32\x0e0a\x0e01\x0e23\x0e13\x0e35\x0e22\x0e01\x0e34\x0e08 123456a-0-1456-1235-1245-0-123456b # พระราชกรณียกิจ
|
|
586
|
+
noback always \x0e1e\x0e23\x0e30\x0e23\x0e32\x0e0a\x0e14\x0e33\x0e23\x0e34 123456a-0-1456-1235-145-1235-0-123456b # พระราชดำริ
|
|
587
|
+
noback always \x0e1e\x0e23\x0e30\x0e23\x0e32\x0e0a\x0e14\x0e33\x0e23\x0e31\x0e2a 123456a-0-1456-1235-145-0-123456b # พระราชดำรัส
|
|
588
|
+
noback always \x0e1e\x0e23\x0e30\x0e23\x0e32\x0e0a\x0e14\x0e33\x0e40\x0e19\x0e34\x0e19 123456a-0-1456-1235-145-1345-0-123456b # พระราชดำเนิน
|
|
589
|
+
noback always \x0e1e\x0e23\x0e30\x0e23\x0e32\x0e0a\x0e17\x0e32\x0e19 123456a-0-1456-1235-23456-0-123456b # พระราชทาน
|
|
590
|
+
noback always \x0e1e\x0e23\x0e30\x0e23\x0e32\x0e0a\x0e1b\x0e0f\x0e34\x0e2a\x0e31\x0e19\x0e16\x0e32\x0e23 123456a-0-1456-1235-12346-234-0-123456b # พระราชปฏิสันถาร
|
|
591
|
+
noback always \x0e1e\x0e23\x0e30\x0e23\x0e32\x0e0a\x0e1b\x0e23\x0e30\x0e2a\x0e07\x0e04\x0e4c 123456a-0-1456-1235-12346-0-123456b # พระราชประสงค์
|
|
592
|
+
noback always \x0e1e\x0e23\x0e30\x0e23\x0e32\x0e0a\x0e1b\x0e23\x0e32\x0e23\x0e20 123456a-0-1456-1235-12346-1235-0-123456b # พระราชปรารภ
|
|
593
|
+
noback always \x0e1e\x0e23\x0e30\x0e23\x0e32\x0e0a\x0e27\x0e31\x0e07 123456a-0-1456-1235-2456-0-123456b # พระราชวัง
|
|
594
|
+
noback always \x0e1e\x0e23\x0e30\x0e23\x0e32\x0e0a\x0e2a\x0e32\x0e2a\x0e4c\x0e19 123456a-0-1456-1235-234-0-123456b # พระราชสาส์น
|
|
595
|
+
noback always \x0e1e\x0e23\x0e30\x0e23\x0e32\x0e0a\x0e2a\x0e33\x0e19\x0e31\x0e01 123456a-0-1456-1235-234-1345-0-123456b # พระราชสำนัก
|
|
596
|
+
noback always \x0e1e\x0e23\x0e30\x0e23\x0e32\x0e0a\x0e40\x0e2a\x0e32\x0e27\x0e19\x0e35\x0e22\x0e4c 123456a-0-1456-1235-234-2456-0-123456b # พระราชเสาวนีย์
|
|
597
|
+
noback always \x0e1e\x0e23\x0e30\x0e23\x0e32\x0e0a\x0e42\x0e2d\x0e07\x0e01\x0e32\x0e23 123456a-0-1456-1235-135-0-123456b # พระราชโองการ
|
|
598
|
+
noback always \x0e01\x0e23\x0e13\x0e35\x0e19\x0e35\x0e49 123456a-0-1245-1235-1345-0-123456b # กรณีนี้
|
|
599
|
+
noback always \x0e01\x0e25\x0e48\x0e32\x0e27\x0e04\x0e37\x0e2d 123456a-0-1245-136-0-123456b # กล่าวคือ
|
|
600
|
+
noback always \x0e04\x0e48\x0e2d\x0e19\x0e02\x0e49\x0e32\x0e07\x0e08\x0e30 123456a-0-136-13-245-0-123456b # ค่อนข้างจะ
|
|
601
|
+
noback always \x0e08\x0e19\x0e01\x0e23\x0e30\x0e17\x0e48\x0e31\x0e07 123456a-0-245-1245-23456-0-123456b # จนกระทั่ง
|
|
602
|
+
noback pass2 @5-1256-256-126-1256-35 @123456a-0-1256-1256-0-123456b # ตั้งแต่
|
|
603
|
+
noback always \x0e15\x0e48\x0e2d\x0e19\x0e35\x0e49\x0e44\x0e1b 123456a-0-1256-1345-12346-0-123456b # ต่อนี้ไป
|
|
604
|
+
noback always \x0e15\x0e48\x0e2d\x0e44\x0e1b\x0e19\x0e35\x0e49 123456a-0-1256-12346-1345-0-123456b # ต่อไปนี้
|
|
605
|
+
noback always \x0e19\x0e32\x0e19\x0e31\x0e1b\x0e01\x0e32\x0e23 123456a-0-1345-12346-1245-0-123456b # นานัปการ
|
|
606
|
+
noback always \x0e1b\x0e23\x0e30\x0e01\x0e2d\x0e1a\x0e14\x0e49\x0e27\x0e22 123456a-0-12346-1245-145-0-123456b # ประกอบด้วย
|
|
607
|
+
noback always \x0e1b\x0e31\x0e08\x0e08\x0e38\x0e1a\x0e31\x0e19\x0e19\x0e35\x0e49 123456a-0-12346-1236-1345-0-123456b # ปัจจุบันนี้
|
|
608
|
+
noback pass2 @234-134-1356-35-234-134-146 @123456a-0-234-134-134-0-123456b # สม่ำเสมอ
|
|
609
|
+
noback always \x0e2a\x0e38\x0e14\x0e17\x0e49\x0e32\x0e22\x0e19\x0e35\x0e49 123456a-0-234-23456-1345-0-123456b # สุดท้ายนี้
|
|
610
|
+
noback always \x0e2d\x0e38\x0e1b\x0e21\x0e32\x0e2d\x0e38\x0e1b\x0e44\x0e21\x0e22 123456a-0-135-12346-134-0-123456b # อุปมาอุปไมย
|
|
611
|
+
|
|
612
|
+
# ลบช่องว่าง ในกรณีที่ด้านหน้าและด้านหลังมีการใส่ช่องว่างไว้แล้ว
|
|
613
|
+
noback pass3 @0-123456a-0 @0-123456a
|
|
614
|
+
noback pass3 @0-123456b-0 @123456b-0
|
|
615
|
+
noback pass4 @123456a ?
|
|
616
|
+
noback pass4 @123456b ?
|