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,1050 @@
|
|
|
1
|
+
# liblouis: Afrikaans Braille Code (Grade 2)
|
|
2
|
+
#
|
|
3
|
+
# -----------
|
|
4
|
+
#-name: Afrikaans verkort
|
|
5
|
+
#-index-name: Afrikaans, contracted
|
|
6
|
+
#-display-name: Afrikaans contracted braille
|
|
7
|
+
#
|
|
8
|
+
#+language:af
|
|
9
|
+
#+type:literary
|
|
10
|
+
#+contraction:full
|
|
11
|
+
#+grade:2
|
|
12
|
+
#+system:ubc-af
|
|
13
|
+
#
|
|
14
|
+
# "UBC" stands for "Unified Braille Code" and is a generalization of UEB.
|
|
15
|
+
# See https://sabrailleauthority.org.za/unified-braille-code-ubc.
|
|
16
|
+
# ------------
|
|
17
|
+
#
|
|
18
|
+
# Afrikaans is one of the 11 official languages in South Africa and is
|
|
19
|
+
# among the top 3 most widely spoken local languages. It is a language
|
|
20
|
+
# closely related to Dutch and uses the same alphabet, but in addition
|
|
21
|
+
# it makes frequent use of the following diacritic marks on vowels:
|
|
22
|
+
# acute and grave accent, circumflex and umlaut.
|
|
23
|
+
#
|
|
24
|
+
# The first braille system for Afrikaans was developed in about
|
|
25
|
+
# 1935. After the adoption of the UEB in 2004 in Toronto, Canada, we
|
|
26
|
+
# also unified the Afrikaans braille code according to the principles
|
|
27
|
+
# of the UEB. The grade 1 code is identical to grade 1 UEB. Grade 2
|
|
28
|
+
# has 183 contractions. Each letter of the alphabet except the letter
|
|
29
|
+
# u (which is a word on its own) represents a contraction in grade
|
|
30
|
+
# 2. As with UEB, we eliminated the contractions which could cause
|
|
31
|
+
# ambiguity. In one respect Afrikaans braille is simpler than UEB, but
|
|
32
|
+
# in another respect it is more complex: It is simpler in that it does
|
|
33
|
+
# not have the complexity around shortforms found in UEB grade 2. It
|
|
34
|
+
# is more complex because of linguistic reasons. In Afrikaans compound
|
|
35
|
+
# words are frequently created on the fly and this can cause
|
|
36
|
+
# contraction issues at word boundaries.
|
|
37
|
+
#
|
|
38
|
+
# We do not use additional codes such as Nemeth or computer braille
|
|
39
|
+
# codes; we use our unified Afrikaans code also for technical
|
|
40
|
+
# material.
|
|
41
|
+
#
|
|
42
|
+
# Copyright (C) 2019 Greg Kearney <gkearney@gmail.com>
|
|
43
|
+
# Copyright (C) 2019-2021 South African Braille Authority <http://www.sabrailleauthority.org.za>
|
|
44
|
+
#
|
|
45
|
+
# This file is part of liblouis.
|
|
46
|
+
#
|
|
47
|
+
# liblouis is free software: you can redistribute it and/or modify it
|
|
48
|
+
# under the terms of the GNU Lesser General Public License as
|
|
49
|
+
# published by the Free Software Foundation, either version 2.1 of the
|
|
50
|
+
# License, or (at your option) any later version.
|
|
51
|
+
#
|
|
52
|
+
# liblouis is distributed in the hope that it will be useful, but
|
|
53
|
+
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
54
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
55
|
+
# Lesser General Public License for more details.
|
|
56
|
+
#
|
|
57
|
+
# You should have received a copy of the GNU Lesser General Public
|
|
58
|
+
# License along with liblouis. If not, see
|
|
59
|
+
# <http://www.gnu.org/licenses/>
|
|
60
|
+
#
|
|
61
|
+
# Maintained by Christo de Klerk <cjdk@mweb.co.za>
|
|
62
|
+
|
|
63
|
+
# Begin entries
|
|
64
|
+
|
|
65
|
+
# Some sign definitions which might otherwise conflict with Afrikaans contractions:
|
|
66
|
+
sign \x00b0 56-45-245 °
|
|
67
|
+
sign \x00a7 56-45-234 § section
|
|
68
|
+
sign \x2122 56-45-2345 ™
|
|
69
|
+
sign \x25cb 56-1246-123456 ○ circle
|
|
70
|
+
|
|
71
|
+
include afr-za-g1.ctb
|
|
72
|
+
include IPA-unicode-range.uti
|
|
73
|
+
|
|
74
|
+
multind 56-6 nocontractsign capsletter
|
|
75
|
+
|
|
76
|
+
seqdelimiter -—
|
|
77
|
+
seqdelimiter ‐ \x2010
|
|
78
|
+
seqdelimiter ‑ \x2011
|
|
79
|
+
seqdelimiter – \x2013
|
|
80
|
+
seqdelimiter — \x2014
|
|
81
|
+
seqbeforechars ([{"“'‘
|
|
82
|
+
seqafterchars )]}"”'’.,;:.!?…
|
|
83
|
+
|
|
84
|
+
noback correct "’" "'"
|
|
85
|
+
noback correct "ʼn" "'n"
|
|
86
|
+
|
|
87
|
+
attribute 1 AEIOUYÊËaeiouyêë vowels
|
|
88
|
+
attribute 2 BCDFGHJKLMNPQRSTVWXZbcdfghjklmnpqrstvwxz consonants
|
|
89
|
+
attribute 3 +=*,.;:?!"'“”‘’ punctuation with only lower dots (except hyphens)
|
|
90
|
+
|
|
91
|
+
# Shape symbols require a grade 1 indicator (Section 3.22.1)
|
|
92
|
+
contraction \x25a0 ■ filled (solid) square
|
|
93
|
+
contraction \x25a1 □ square
|
|
94
|
+
contraction \x25a7 ▧ shaded square (upper left to lower right)
|
|
95
|
+
contraction \x25b2 ▲ filled (solid) (equilateral) triangle
|
|
96
|
+
contraction \x25b3 △ regular (equilateral) triangle
|
|
97
|
+
contraction \x25cb ○ circle
|
|
98
|
+
contraction \x25cd ◍ shaded circle
|
|
99
|
+
|
|
100
|
+
# match expressions
|
|
101
|
+
|
|
102
|
+
#.
|
|
103
|
+
noback match %[^_] . %[^_#l] 56-256
|
|
104
|
+
|
|
105
|
+
#a
|
|
106
|
+
noback match %2 ai ER|er 1-24
|
|
107
|
+
noback match - al E%[^_.]|e%[^_.]|END|end|ER%[^_.]|er%[^_.]|EREG|ereg|ERS|ers|I%[^_.]|i%[^_.]|IAS|ias|IES|ies|IG|ig|ING|ing|IË|ië 1-123
|
|
108
|
+
noback match %a al AAT|aat|AT|at|IE|ie 1-123
|
|
109
|
+
noback match kr al E|e 1-123
|
|
110
|
+
noback match - an E%[^_.]|e%[^_.]|ER%[^_.]|er%[^_.]|ERS|ers|IAK|iak|IES|ies|IG|ig|IK[AU]|ik[au]|US|us 1-1345
|
|
111
|
+
noback match %[^_.](MEL|mel|Mel|[DdFfMm]) anie %[^_.] 1-1345-1456
|
|
112
|
+
|
|
113
|
+
#b
|
|
114
|
+
noback match - be FF|ff|KK|kk|KM|km|LL|ll|SS|ss|TT|tt|T%[^_.]|t%[^_.]|NE%[^_.]|ne%[^_.]|SIE%[^_.]|sie%[^_.]|SIES|sies|SIG%[^_.]|sig%[^_.]|SIG!T|sig!t|SWIL|swil|TE%[^_.]|te%[^_.]|TENH|tenh|TH|th 12-15
|
|
115
|
+
noback match %[^_.] be %2%[^_.]|[Ll]%2 12-15
|
|
116
|
+
noback match [dfghjklnprst] be [Ll]%[^_.]|[Ll]%2 12-15
|
|
117
|
+
noback match - bed %[^_.]|E%[^_.]|e%[^_.]|EL%[^_.]|el%[^_.]|ELA|ela|ELT|elt|EV|ev|[BDFGHJKLMNPSTVbdfghjklmnpstv] 12-15-145
|
|
118
|
+
noback match - bek %[^_.]|AF|af|ER|er|[Kk] 12-15-13
|
|
119
|
+
noback match - ben %[^_.]|%2 12-26
|
|
120
|
+
noback match - beo fi|lo|gr 12-15
|
|
121
|
+
noback match %a ber IES|ies|ING|ing|IË|ië 12-15-1235
|
|
122
|
+
noback match - ber %[^_.]|AAL|aal|ALE|ale|ALES|ales|ALIS|alis|![AEIOUYaeiouy] 12-12456
|
|
123
|
+
noback match - besig h 12-15-234-24-1245
|
|
124
|
+
noback match - best E%[^_.]|e%[^_.]|ES|es 12-15-34
|
|
125
|
+
noback match - betal e|ing 23-2345-1-123
|
|
126
|
+
noback match - bew e%[^_.]|end|erasie|erig 12-15-2456
|
|
127
|
+
noback match - binne %[^_.]|N!S|n!s|[AaBbDdFfGgHhJjKkLlMmOoPpRrSsTtVvWw] 12-35-1345-15
|
|
128
|
+
|
|
129
|
+
#d
|
|
130
|
+
noback match - dag END|end|ER|er|ING|ing|IO|io 145-1-1245
|
|
131
|
+
noback match %[^_.] dan IEL|iel|IËL|iël 145-1-1345
|
|
132
|
+
noback match - dani G|g 145-1-1345-24
|
|
133
|
+
noback match - dat ARIS|aris|EER|eer|ERING|ering|EUR|eur 456-2346
|
|
134
|
+
noback match - dat %1 145-1-2345
|
|
135
|
+
noback match - de REG|reg 145-15
|
|
136
|
+
noback match - die U|u 145-24-15
|
|
137
|
+
noback match AR|ar der END|end|ING|ing 145-15-1235
|
|
138
|
+
noback always disk 145-24-16
|
|
139
|
+
|
|
140
|
+
#e
|
|
141
|
+
noback match %[^_.] ek '[SsTt] 15-13
|
|
142
|
+
noback match WES|wes en [Ee]%[^_.]|ES%[^_.]|es%[^_.] 26
|
|
143
|
+
noback match [BbMmSs] en [Ee]%[^_.]|ES%[^_.]|es%[^_.] 15-1345
|
|
144
|
+
noback match %a en AME|ame|AAM|aam|ESTE|este|IG|ig|OMMER|ommer 15-1345
|
|
145
|
+
noback match %[^_.] en E%[^_.]|e%[^_.]|ERS|ers|ETJIE|etjie|IG|ig 15-1345
|
|
146
|
+
noback match [Ss] en ING|ing|[Uu] 15-1345
|
|
147
|
+
noback match [LlMm] en ER%[^_.]|er%[^_.]|ER!G|er!g|IG|ig|ING|ing 15-1345
|
|
148
|
+
noback match %2 enag %[^_.]|TE|te 15-1345-1-1245
|
|
149
|
+
noback match %a eni GEND|gend|GING|ging 15-1345-24
|
|
150
|
+
noback match %2 er EEKS|eeks 15-1235
|
|
151
|
+
noback match %a er EKENING|ekening|EKENA|ekena|EKENM|ekenm|ANGS|angs|OK%[^_.]|ok%[^_.]|OKK|okk|ESERW|eserw|OOS|oos|OSE|ose 15-1235
|
|
152
|
+
noback match %[^_.] era %[^_.]|S%[^_.]|s%[^_.] 15-1235-1
|
|
153
|
+
noback match ALLOK|allok|FISK|fisk|ID|id|IN|in|ION|ion|IT|it|L|l|MK|mk|PARK|park|R|r|REG|reg|RN|rn|SED|sed|SKAND|skand|SOEN|soen|TRAST|trast|V|v|%2U|%2u er END|end|ING|ing 15-1235
|
|
154
|
+
noback match SM|sm er END|end|IG|ig|ING|ing 15-1235
|
|
155
|
+
noback match UM|um er IES|ies|ING|ing 15-1235
|
|
156
|
+
noback match %a erisiko - 15-1235-24-234-24-13-135
|
|
157
|
+
|
|
158
|
+
#g
|
|
159
|
+
noback match - ge MM|mm|NIA|nia|SPE%[^_.]|spe%[^_.]|SPES%[^_.]|spes%[^_.]|TE%[^_.]|te%[^_.]|TIES|ties|WEL%[^_.]|wel%[^_.]|WELS|wels|WER%[^_.]|wer%[^_.]|WERS%[^_.]|wers%[^_.] 1245-15
|
|
160
|
+
noback match %[^_.] ge NE%[^_.]|ne%[^_.]|NER%[^_.]|ner%[^_.] 1245-15
|
|
161
|
+
noback match OE|oe|[DdGgSsTt] ge WEND|wend|WING|wing 1245-15
|
|
162
|
+
noback match BE|be ge REND|rend|RIG|rig 1245-15
|
|
163
|
+
noback match - ge WE%[^_.]|we%[^_.]|WENE|wene|WER%[^_.]|wer%[^_.]WING|wing 1245-15
|
|
164
|
+
noback match - gek %[^_.]|[HhKkSs] 1245-15-13
|
|
165
|
+
noback match REN|ren gel [Dd] 123456-123
|
|
166
|
+
noback match - gel D%[^_.]|d%[^_.]|DE%[^_.]|de%[^_.]|DELIK|delik|DEND|dend|DER|der|DIG|dig|DING|ding|DJIE|djie|DEENH|deenh|DOOR|door|DWAARD|dwaard|DWESE|dwese|[Dd][BbDdFfGgHhJjKkLlMmNnPpSsTtVv]|E%[^_.]|e%[^_.]|ER%[^_.]|er%[^_.]|LING|ling 1245-15-123
|
|
167
|
+
noback match - gen %[^_.]|%2 1245-26
|
|
168
|
+
noback match %a ger IË|ië 1245-15-1235
|
|
169
|
+
noback match LE|le|NE|ne ger END|end|ING|ing 1245-15-1235
|
|
170
|
+
noback match - ger %[^_.]|%2 1245-12456
|
|
171
|
+
noback match DRIN|drin|G|g|HON|hon ger IG|ig 1245-12456
|
|
172
|
+
noback match %[^_.] gewel DAK|dak|[BbGgHhJjKkLlMmNnPpRrSsTtVv] 1245-15-2456-15-123
|
|
173
|
+
noback match UIT|uit gewer [SsYy] 1245-15-2456-12456
|
|
174
|
+
noback match - gron E|d 1245-1235-25
|
|
175
|
+
|
|
176
|
+
#h
|
|
177
|
+
noback match - hal end|er|ing 125-1-123
|
|
178
|
+
noback match - her E%[^_.]|e%[^_.]|EREG|ereg|ETJIE|etjie 125-15-1235
|
|
179
|
+
|
|
180
|
+
#k
|
|
181
|
+
noback match - kamper END|end|ING|ing 13-1-134-1234-15-1235
|
|
182
|
+
noback match %[^_.] kana %[^_.] 13-1-1345-1
|
|
183
|
+
noback match %[^_.]|[FfGgMmTt]|IN|in ker END|end|ING|ing 13-15-1235
|
|
184
|
+
noback match - kom EDI|edi 5-13
|
|
185
|
+
noback match - kom [Aa]%[^_.]|AS%[^_.]|as%[^_.]|E|e|IE|ie|ING|ing 13-135-134
|
|
186
|
+
|
|
187
|
+
#l
|
|
188
|
+
|
|
189
|
+
#m
|
|
190
|
+
noback match - man e%[^_.]|end|ing 134-1-1345
|
|
191
|
+
noback match KAL|kal mer END|end|ING|ing 134-15-1235
|
|
192
|
+
noback match %[^_.]|ND|nd mer E%[^_.]|e%[^_.]|EN|en 134-15-1235
|
|
193
|
+
noback match - met E%[^_.]|e%[^_.]|END|end|ER|er|ING|ing|REKK|rekk 134-15-2345
|
|
194
|
+
|
|
195
|
+
#o
|
|
196
|
+
noback match %a of AKT|akt|IES%[^_.]|ies%[^_.]|IESE|iese|OON|oon|ONE|one 135-124
|
|
197
|
+
noback match GEL|gel|H|h|KL|kl|%[^_.]R|%[^_.]r|ST|st ofie - 135-124-1456
|
|
198
|
+
noback match DISTR|distr|PR|pr of EET|eet|ES|es|ET|et|IE|ie 12356
|
|
199
|
+
noback match %a on E%[^_.]|e%[^_.]|ES%[^_.]|es%[^_.]|END|end|IES|ies|IG|ig|IUM|ium|ER%[^_.]|er%[^_.]|ERS|ers|ING%[^_.]|ing%[^_.]|ING%2|ing%2 135-1345
|
|
200
|
+
noback match SEREM|serem on IE%[^_.]|ie%[^_.]|IE%2|ie%2 135-1345
|
|
201
|
+
noback match - on AAl|aal|ALE|ale|EEL|eel|ELE|ele|ÊR|êr 25
|
|
202
|
+
noback match %[^_.] outon [Oo] 1256-2345-25
|
|
203
|
+
|
|
204
|
+
#p
|
|
205
|
+
|
|
206
|
+
#r
|
|
207
|
+
noback match - reklame %2 1235-15-13-123-1-134-15
|
|
208
|
+
|
|
209
|
+
#s
|
|
210
|
+
noback match - self OON|oon|(ONE|one)%[^_.] 234-15-123-124
|
|
211
|
+
noback match %a ser end|ing 234-15-1235
|
|
212
|
+
noback match [AaIi] sien - 234-1456-1345
|
|
213
|
+
noback match [AaIi] sienet - 234-1456-45-1345
|
|
214
|
+
noback match arbeid sk - 234-13
|
|
215
|
+
noback match %a sk AART|aart|AMP|amp|ANAAL|anaal|ANALE|anale|APTEIN|aptein 234-13
|
|
216
|
+
noback match %a sk AJ|aj|AMER|amer|ANT|ant|APASI|apasi|ARTEL|artel|AS|as|ATALO|atalo|ELK|elk|EUS|eus|ETT|ett|N|n|OEL|oel 234-13
|
|
217
|
+
noback match %a sk ANSEL|ansel|ANTO|anto|EURIG|eurig|IND%[^_.]|ind%[^_.]|INDERS|inders|NEG|neg|NOOP|noop|NOPE|nope|OEK|oek|OEP|oep|OER|oer|OETS|oets|OFFER|offer|OFFIE|offie|OLOM|olom|OOPK|oopk|ORPS|orps|ORREL|orrel 234-13
|
|
218
|
+
noback match %a sk ODE|ode|OERS|oers|OLL|oll|OLONI|oloni|ONF|onf|ONS|ons|ONT|ont|OOR%[^_.]|oor%[^_.]|ORPOR|orpor|ORTING|orting|OS|os|RAAN|raan|RANE|rane|RAFF|raff|RAG%[^_.]|rag%[^_.]|RAGTE|ragte|RAGTIG|ragtig|REDIT|redit|RING|ring|RISIS|risis|ROEG|roeg|RUI|rui|RYT|ryt|UIKEN|uiken|UIP|uip|UNS|uns|W|w 234-13
|
|
219
|
+
noback match DE|de|WI|wi skund [EeIi] 16-136-1345-145
|
|
220
|
+
noback match %2 sk [Rr][Ee][Ee][Tt]%[^_.]|[Rr][Ee][Tt][Ee]%[^_.]|(US|us)%[^_.] 234-13
|
|
221
|
+
noback match FER|fer|ROT|rot|VI|vi sk UIL|uil 234-13
|
|
222
|
+
noback match %a skler A|a|E 234-13-123-12456
|
|
223
|
+
noback match %a skom [BbPpSs] 234-5-13
|
|
224
|
+
noback match %a skry [GgTt] 234-5-13456
|
|
225
|
+
noback match %a st AAK|aak|AAL|aal|AFEL|afel|AK%[^_.]|ak%[^_.]|AKK|akk|ALIG|alig|ARIE[FW]|arie[fw]|AS%[^_.]|as%[^_.]|ASS|ass|EGN|egn|EKEN|eken|EMPER|emper|EMPO|empo|ENNIS|ennis|ERREIN|errein|ESOU|esou|ITEL|itel|J|j|ONEEL|oneel|ONELE|onele|ORING|oring|RANS|rans|RANT|rant|REIN|rein|ROEP|roep|ROTS|rots|RUST|rust|AKTI|akti|ALENT|alent|EMA%[^_.]|ema%[^_.]|EMAS%[^_.]|emas%[^_.]|ENTOON|entoon|OGA%[^_.]|oga%[^_.]|OGAS|ogas|RUI%[^_.]|rui%[^_.]|RUIE|ruie|UIN|uin|W|w|YE%[^_.]|ye%[^_.] 234-2345
|
|
226
|
+
noback match ARBEID|arbeid st AND|and 34
|
|
227
|
+
noback match KIE|kie st AND|and 234-2345
|
|
228
|
+
noback match BO|bo|BOSSIE|bossie st EE|ee 234-2345
|
|
229
|
+
noback match !(%[^_.]EK|%[^_.]ek) st RADISI|radisi 234-2345
|
|
230
|
+
noback match %a ste AT|at|[Hh]|KORT|kort|OR|or|RAP|rap 234-235
|
|
231
|
+
noback match ![aeiou]|%[^_.] stene %[^_.] 34-15-1345-15
|
|
232
|
+
noback match %a ster m%[^_.]|me%[^_.]|min|myn 234-2345-12456
|
|
233
|
+
noback match %a stoe LAAG|laag|LAE|lae|LAT|lat|NA|na|R|r|TS|ts|[BDGJKSVbdgjksv] 234-2345-246
|
|
234
|
+
noback match - streng ER|er 34-1235-26-1245
|
|
235
|
+
|
|
236
|
+
#t
|
|
237
|
+
noback match - te [Ïï] 235
|
|
238
|
+
noback match AP|ap te KE%[^_.]|ke%[^_.]|KER|ker 2345-15
|
|
239
|
+
noback match - te GIES|gies|GN|gn|GRIT|grit|KK|kk|KS|ks|KT|kt|LLEND|llend|LLER|ller|LLING|lling|M%[^_.]|m%[^_.]|MB|mb|MM|mm|MP|mp|RIES|ries|SE%[^_.]|se%[^_.]|SES|ses|STAAT|staat|STATE|state|TIES|ties 2345-15
|
|
240
|
+
noback match KWIN|kwin te LE|le|SSENS|ssens|T|t 2345-15
|
|
241
|
+
noback match %[^_.]|ON|on te LBA|lba 2345-15
|
|
242
|
+
noback match %[^_.] te LG|lg 2345-15
|
|
243
|
+
noback match MON|mon|NO|no|TRAK|trak te RE|re|RI|ri 2345-15
|
|
244
|
+
noback match - tea %[^_.]|S|s|TER|ter|TR|tr 235-1
|
|
245
|
+
noback match %[^_.]|%[^_.]VER|%[^_.]ver teder - 2345-15-145-12456
|
|
246
|
+
noback match - teken %[^_.]|END|end|ING|ing|[DFGHJKLMPRSTVWdfghjklmprstvw] 2345-15-13-26
|
|
247
|
+
noback match %a tele %[^_.] 2345-15-123-15
|
|
248
|
+
noback match - tema %[^_.]|S|s 2345-15-134-1
|
|
249
|
+
noback match %[^_.] tema - 2345-15-134-1
|
|
250
|
+
noback match - ten %[^_.]|aar|are|ENT|ent|nn|![aeiou] 2345-26
|
|
251
|
+
noback match - ter %[^_.]|![AEIOUaeiou] 2345-12456
|
|
252
|
+
noback match NUG|nug|T|t|WA|wa ter E%[^_.]|e%[^_.]|END|end|ING|ing 2345-12456
|
|
253
|
+
noback match I|i|ON|on|REPE|repe|SELEK|selek|SPEK|spek|U|u|VER|ver ter END|end|ING|ing 2345-15-1235
|
|
254
|
+
noback match ma ter i[aeë] 2345-12456
|
|
255
|
+
noback match %a ter IG|ig 2345-12456
|
|
256
|
+
noback match %a teria %[^_.]|W|w 2345-15-1235-24-1
|
|
257
|
+
noback match - tog A%[^_.]|a%[^_.]|AS|as|AAM|aam|AME|ame|AMIE|maie|ER|er|ING|ing|RAAF|raaf|RAFEER|rafeer|RAFI|rafi|RAWE|rawe 2345-135-1245
|
|
258
|
+
noback match - tt ERA|era 2345-2345
|
|
259
|
+
|
|
260
|
+
#v
|
|
261
|
+
noback match - vaste ![AEIOUaeiou]|%[^_.] 1236-1-34-15
|
|
262
|
+
noback match %[^_.] vere [BbGgHhJjKkLlMmPpSsTtVv] 1236-15-1235-15
|
|
263
|
+
|
|
264
|
+
#w
|
|
265
|
+
noback match - waarder EN|en|ING|ing 2456-2-1235-145-15-1235
|
|
266
|
+
noback match - was EMMER|emmer 346
|
|
267
|
+
noback match %[^_.] was EM|em|IG|ig 2456-1-234
|
|
268
|
+
noback match BE|be|GE|ge|%2 wer E|e|ING|ing 2456-15-1235
|
|
269
|
+
|
|
270
|
+
# Low words
|
|
271
|
+
match %[^_]|%[^_~]%<*[([{] deur %[^_]|[)}\]]%>*%[^_~] 256
|
|
272
|
+
lowword deur 256
|
|
273
|
+
match %[^_]|%[^_~]%<*[([{] en %[^_]|[)}\]]%>*%[^_~] 26
|
|
274
|
+
noback match !%3 en !%3 26
|
|
275
|
+
match %[^_]|%[^_~]%<*[([{] te %[^_]|[)}\]]%>*%[^_~] 235
|
|
276
|
+
lowword te 235
|
|
277
|
+
match %[^_]|%[^_~]%<*[([{] se %[^_]|[)}\]]%>*%[^_~] 2356
|
|
278
|
+
lowword se 2356
|
|
279
|
+
match %[^_]|%[^_~]%<*[([{] hier %[^_]|[)}\]]%>*%[^_~] 236
|
|
280
|
+
lowword hier 236
|
|
281
|
+
match %[^_]|%[^_~]%<*[([{] in %[^_]|[)}\]]%>*%[^_~] 35
|
|
282
|
+
noback match !%3 in !%3 35
|
|
283
|
+
match %[^_]|%[^_~]%<*[([{] by %[^_]|[)}\]]%>*%[^_~] 356
|
|
284
|
+
lowword by 356
|
|
285
|
+
|
|
286
|
+
# Alphabet contractions (alone standing):
|
|
287
|
+
|
|
288
|
+
word as 1
|
|
289
|
+
word baie 12
|
|
290
|
+
word sal 14
|
|
291
|
+
word dan 145
|
|
292
|
+
word ek 15
|
|
293
|
+
word om 124
|
|
294
|
+
word geen 1245
|
|
295
|
+
word hy 125
|
|
296
|
+
word is 24
|
|
297
|
+
word jy 245
|
|
298
|
+
word kan 13
|
|
299
|
+
word liefde 123
|
|
300
|
+
word my 134
|
|
301
|
+
word nie 1345
|
|
302
|
+
word ook 135
|
|
303
|
+
word plek 1234
|
|
304
|
+
word ons 12345
|
|
305
|
+
word reeds 1235
|
|
306
|
+
word so 234
|
|
307
|
+
word tot 2345
|
|
308
|
+
word van 1236
|
|
309
|
+
word wil 2456
|
|
310
|
+
word het 1346
|
|
311
|
+
word sy 13456
|
|
312
|
+
word 'n 1356
|
|
313
|
+
|
|
314
|
+
# Alone-standing word sign contractions
|
|
315
|
+
word ander 12346
|
|
316
|
+
word want 123456
|
|
317
|
+
word eindelik 146
|
|
318
|
+
word iets 1456
|
|
319
|
+
word een 156
|
|
320
|
+
word erken 12456
|
|
321
|
+
word of 12356
|
|
322
|
+
word wat 246
|
|
323
|
+
word stil 34
|
|
324
|
+
|
|
325
|
+
# Apostrophe followed by a letter at the end of words
|
|
326
|
+
endword 's 3-234
|
|
327
|
+
endword 't 3-2345
|
|
328
|
+
|
|
329
|
+
# Higher group sign contractions not alone-standing
|
|
330
|
+
partword an 12346
|
|
331
|
+
partword ge 123456
|
|
332
|
+
partword of 12356
|
|
333
|
+
always die 2346
|
|
334
|
+
always met 23456
|
|
335
|
+
always sk 16
|
|
336
|
+
always aan 126
|
|
337
|
+
partword ei 146
|
|
338
|
+
partword ie 1456
|
|
339
|
+
always ee 156
|
|
340
|
+
always al 1246
|
|
341
|
+
always er 12456
|
|
342
|
+
always ou 1256
|
|
343
|
+
partword oe 246
|
|
344
|
+
always st 34
|
|
345
|
+
always was 346
|
|
346
|
+
always ui 345
|
|
347
|
+
|
|
348
|
+
# Lower sign group letter contractions
|
|
349
|
+
midword aa 2
|
|
350
|
+
begmidword be 23
|
|
351
|
+
begmidword on 25
|
|
352
|
+
begword deur 256
|
|
353
|
+
nofor always en 26
|
|
354
|
+
partword en 26
|
|
355
|
+
begmidword te 235
|
|
356
|
+
midword oo 2356
|
|
357
|
+
partword in 35
|
|
358
|
+
nofor always in 35
|
|
359
|
+
begmidword by 356
|
|
360
|
+
|
|
361
|
+
# Dot 5 contractions
|
|
362
|
+
always dag 5-145
|
|
363
|
+
always familie 5-124
|
|
364
|
+
always goeie 5-1245
|
|
365
|
+
always hul 5-125
|
|
366
|
+
always jul 5-245
|
|
367
|
+
always kom 5-13
|
|
368
|
+
always lewe 5-123
|
|
369
|
+
always moet 5-134
|
|
370
|
+
always nooit 5-1345
|
|
371
|
+
always onder 5-135
|
|
372
|
+
always party 5-1234
|
|
373
|
+
always reg 5-1235
|
|
374
|
+
always sien 5-234
|
|
375
|
+
always tyd 5-2345
|
|
376
|
+
always uur 5-136
|
|
377
|
+
always vol 5-1236
|
|
378
|
+
always werk 5-2456
|
|
379
|
+
always kry 5-13456
|
|
380
|
+
always nog 5-1356
|
|
381
|
+
always antwoord 5-12346
|
|
382
|
+
always wanneer 5-123456
|
|
383
|
+
always dieselfde 5-2346
|
|
384
|
+
always iemand 5-1456
|
|
385
|
+
|
|
386
|
+
# Dot 45 contractions
|
|
387
|
+
always doen 45-145
|
|
388
|
+
always graag 45-1245
|
|
389
|
+
always hulle 45-125
|
|
390
|
+
always julle 45-245
|
|
391
|
+
always net 45-1345
|
|
392
|
+
always self 45-234
|
|
393
|
+
always tussen 45-2345
|
|
394
|
+
always vir 45-1236
|
|
395
|
+
always woord 45-2456
|
|
396
|
+
always dit 45-2346
|
|
397
|
+
|
|
398
|
+
# Dot 456 contractions
|
|
399
|
+
always darem 456-145
|
|
400
|
+
always hard 456-125
|
|
401
|
+
always koning 456-13
|
|
402
|
+
always mens 456-134
|
|
403
|
+
always nuwe 456-1345
|
|
404
|
+
always oor 456-135
|
|
405
|
+
always praat 456-1234
|
|
406
|
+
always seker 456-234
|
|
407
|
+
always tog 456-2345
|
|
408
|
+
always voor 456-1236
|
|
409
|
+
always weer 456-2456
|
|
410
|
+
always dat 456-2346
|
|
411
|
+
|
|
412
|
+
# Dot 46 contractions
|
|
413
|
+
midendword heid 46-145
|
|
414
|
+
always tjie 46-15
|
|
415
|
+
midendword agtig 46-1245
|
|
416
|
+
midendword djie 46-1456
|
|
417
|
+
|
|
418
|
+
# Dot 56 contractions
|
|
419
|
+
midendword lik 56-13
|
|
420
|
+
|
|
421
|
+
# Words indicated by two or more signs
|
|
422
|
+
word alhoewel 1246-125-2456
|
|
423
|
+
word alles 1246-123
|
|
424
|
+
word almal 1246-134
|
|
425
|
+
word alreeds 1246-1235
|
|
426
|
+
word begin 23-1245
|
|
427
|
+
word behoort 23-125
|
|
428
|
+
word besluit 23-234-123
|
|
429
|
+
contraction BRL
|
|
430
|
+
contraction brl
|
|
431
|
+
word braille 12-1235-123
|
|
432
|
+
contraction BR
|
|
433
|
+
contraction br
|
|
434
|
+
word brief 12-1235
|
|
435
|
+
contraction DR
|
|
436
|
+
contraction dr
|
|
437
|
+
word daar 145-1235
|
|
438
|
+
word daardie 145-2346
|
|
439
|
+
word daarin 145-1235-35
|
|
440
|
+
contraction DN
|
|
441
|
+
contraction dn
|
|
442
|
+
word daarna 145-1345
|
|
443
|
+
contraction DM
|
|
444
|
+
contraction dm
|
|
445
|
+
word daarom 145-134
|
|
446
|
+
contraction DP
|
|
447
|
+
contraction dp
|
|
448
|
+
word daarop 145-1234
|
|
449
|
+
contraction DV
|
|
450
|
+
contraction dv
|
|
451
|
+
word daarvan 145-1236
|
|
452
|
+
word daarvoor 145-456-1236
|
|
453
|
+
word dadelik 145-56-13
|
|
454
|
+
contraction DW
|
|
455
|
+
contraction dw
|
|
456
|
+
word dikwels 145-2456
|
|
457
|
+
contraction DK
|
|
458
|
+
contraction dk
|
|
459
|
+
word duidelik 145-13
|
|
460
|
+
word gebruik 123456-12
|
|
461
|
+
word gedurende 123456-145
|
|
462
|
+
word gemaak 123456-134-13
|
|
463
|
+
word genoeg 123456-1345
|
|
464
|
+
word gewees 123456-2456-234
|
|
465
|
+
word geweet 123456-2456-2345
|
|
466
|
+
word geword 123456-2456-145
|
|
467
|
+
contraction GD
|
|
468
|
+
contraction gd
|
|
469
|
+
word goed 1245-145
|
|
470
|
+
contraction GRT
|
|
471
|
+
contraction grt
|
|
472
|
+
word groot 1245-1235-2345
|
|
473
|
+
word grootste 1245-1235-2345-34-15
|
|
474
|
+
contraction HR
|
|
475
|
+
contraction hr
|
|
476
|
+
word haar 125-1235
|
|
477
|
+
contraction HLT
|
|
478
|
+
contraction hlt
|
|
479
|
+
word heeltemal 125-123-2345
|
|
480
|
+
word hierdie 125-2346
|
|
481
|
+
contraction HW
|
|
482
|
+
contraction hw
|
|
483
|
+
word hoewel 125-2456
|
|
484
|
+
contraction HM
|
|
485
|
+
contraction hm
|
|
486
|
+
word hom 125-134
|
|
487
|
+
contraction JR
|
|
488
|
+
contraction jr
|
|
489
|
+
word jaar 245-1235
|
|
490
|
+
contraction KD
|
|
491
|
+
contraction kd
|
|
492
|
+
word kind 13-145
|
|
493
|
+
contraction KDS
|
|
494
|
+
contraction kds
|
|
495
|
+
word kinders 13-145-234
|
|
496
|
+
contraction KT
|
|
497
|
+
contraction kt
|
|
498
|
+
word kort 13-2345
|
|
499
|
+
contraction LT
|
|
500
|
+
contraction lt
|
|
501
|
+
word laat 123-2345
|
|
502
|
+
contraction MK
|
|
503
|
+
contraction mk
|
|
504
|
+
word maak 134-13
|
|
505
|
+
contraction MR
|
|
506
|
+
contraction mr
|
|
507
|
+
word maar 134-1235
|
|
508
|
+
word miskien 134-16
|
|
509
|
+
contraction MTK
|
|
510
|
+
contraction mtk
|
|
511
|
+
word moontlik 134-2345-13
|
|
512
|
+
contraction NTK
|
|
513
|
+
contraction ntk
|
|
514
|
+
word natuurlik 1345-2345-13
|
|
515
|
+
contraction MD
|
|
516
|
+
contraction md
|
|
517
|
+
word omdat 134-145
|
|
518
|
+
word omstandighede 135-134-34-145-15
|
|
519
|
+
contraction OMT
|
|
520
|
+
contraction omt
|
|
521
|
+
word omtrent 135-134-2345
|
|
522
|
+
word ontvang 25-2345-1236
|
|
523
|
+
contraction PR
|
|
524
|
+
contraction pr
|
|
525
|
+
word paar 1234-1235
|
|
526
|
+
contraction PB
|
|
527
|
+
contraction pb
|
|
528
|
+
word probeer 1234-12
|
|
529
|
+
word skryf 16-1235
|
|
530
|
+
word sodat 234-456-2346
|
|
531
|
+
contraction SS
|
|
532
|
+
contraction ss
|
|
533
|
+
word soos 234-234
|
|
534
|
+
contraction TN
|
|
535
|
+
contraction tn
|
|
536
|
+
word teen 2345-1345
|
|
537
|
+
contraction TW
|
|
538
|
+
contraction tw
|
|
539
|
+
word terwyl 2345-2456
|
|
540
|
+
word totdat 2345-456-2346
|
|
541
|
+
contraction VD
|
|
542
|
+
contraction vd
|
|
543
|
+
word vandag 1236-145
|
|
544
|
+
contraction WR
|
|
545
|
+
contraction wr
|
|
546
|
+
word waar 2456-1235
|
|
547
|
+
word waarheid 2456-1235-46-145
|
|
548
|
+
word waarin 2456-1235-35
|
|
549
|
+
contraction WM
|
|
550
|
+
contraction wm
|
|
551
|
+
word waarom 2456-134
|
|
552
|
+
contraction WP
|
|
553
|
+
contraction wp
|
|
554
|
+
word waarop 2456-1234
|
|
555
|
+
contraction WV
|
|
556
|
+
contraction wv
|
|
557
|
+
word waarvan 2456-1236
|
|
558
|
+
word waarvoor 2456-456-1236
|
|
559
|
+
contraction WS
|
|
560
|
+
contraction ws
|
|
561
|
+
word wees 2456-234
|
|
562
|
+
contraction WT
|
|
563
|
+
contraction wt
|
|
564
|
+
word weet 2456-2345
|
|
565
|
+
contraction WD
|
|
566
|
+
contraction wd
|
|
567
|
+
word word 2456-145
|
|
568
|
+
|
|
569
|
+
# Specific rules:
|
|
570
|
+
|
|
571
|
+
###'
|
|
572
|
+
nofor midendword 'tjie 3-46-15
|
|
573
|
+
word 'k 3-13
|
|
574
|
+
word 's 3-234
|
|
575
|
+
word 't 3-2345
|
|
576
|
+
|
|
577
|
+
###a
|
|
578
|
+
contraction a
|
|
579
|
+
contraction A
|
|
580
|
+
midword aai 2-24
|
|
581
|
+
sufword aal =
|
|
582
|
+
always aandele 126-145-15-123-15
|
|
583
|
+
always aansit 126-234-24-2345
|
|
584
|
+
always agter 1-1245-2345-12456
|
|
585
|
+
always adres =
|
|
586
|
+
always afskort 1-124-16-135-1235-2345
|
|
587
|
+
sufword aftel =
|
|
588
|
+
endword ala =
|
|
589
|
+
always aland 1-123-12346-145
|
|
590
|
+
midendword aleryk =
|
|
591
|
+
endword ales =
|
|
592
|
+
always alik 1-56-13
|
|
593
|
+
nofor always alge 1246-123456
|
|
594
|
+
always aliter 1-123-24-2345-12456
|
|
595
|
+
word almiskie 1246-134-24-16-1456
|
|
596
|
+
word amerika =
|
|
597
|
+
prfword ana =
|
|
598
|
+
midendword anett 1-45-1345-2345
|
|
599
|
+
always anger 12346-1245-12456 # aanhanger/bangerig/langer/visvangers/sangeres
|
|
600
|
+
always anies 1-1345-1456-234
|
|
601
|
+
always anomalie 12346-135-134-1246-1456
|
|
602
|
+
always arena =
|
|
603
|
+
always argitek 1-1235-1245-24-2345-15-13
|
|
604
|
+
begword arter =
|
|
605
|
+
begword asbes 1-234-12-15-234
|
|
606
|
+
always astrant 1-34-1235-12346-2345
|
|
607
|
+
always as't =
|
|
608
|
+
|
|
609
|
+
###b
|
|
610
|
+
contraction b
|
|
611
|
+
contraction B
|
|
612
|
+
always bafana 12-1-124-12346-1
|
|
613
|
+
begword baie =
|
|
614
|
+
always bakterie 12-1-13-2345-15-1235-1456
|
|
615
|
+
partword bakteri 12-1-13-2345-12456-24
|
|
616
|
+
always balie 12-1-123-1456
|
|
617
|
+
always bber 12-12-12456
|
|
618
|
+
begword beau =
|
|
619
|
+
always bedjie 12-15-46-1456
|
|
620
|
+
always bee 12-156
|
|
621
|
+
always beesk 12-156-234-13
|
|
622
|
+
always beginsel 23-1245-35-234-15-123
|
|
623
|
+
always begonia 23-1245-135-1345-24-1
|
|
624
|
+
always beher 23-125-15-1235
|
|
625
|
+
always bei 12-146
|
|
626
|
+
always bekering 23-13-15-1235-35-1245
|
|
627
|
+
always benedy 12-26-15-145-13456
|
|
628
|
+
begword beneri 12-15-1345-12456-24
|
|
629
|
+
word bere =
|
|
630
|
+
always besem =
|
|
631
|
+
always beseten 23-234-15-2345-26
|
|
632
|
+
always bestee 23-34-156
|
|
633
|
+
always bestek 23-34-15-13
|
|
634
|
+
sufword bester 12-15-34-12456
|
|
635
|
+
always beter 12-15-2345-12456
|
|
636
|
+
always beties 12-15-2345-1456-234
|
|
637
|
+
sufword betlehem =
|
|
638
|
+
always beu =
|
|
639
|
+
always bewing 12-15-2456-35-1245
|
|
640
|
+
always blaaskans 12-123-2-234-13-12346-234
|
|
641
|
+
always bleskop =
|
|
642
|
+
always blomerus =
|
|
643
|
+
always boere 12-246-1235-15
|
|
644
|
+
always bona =
|
|
645
|
+
always bonus =
|
|
646
|
+
always boskasie 12-135-16-1-234-1456
|
|
647
|
+
always boskop =
|
|
648
|
+
begword braille =
|
|
649
|
+
always buffet =
|
|
650
|
+
always burger 12-136-1235-1245-12456
|
|
651
|
+
|
|
652
|
+
###c
|
|
653
|
+
contraction c
|
|
654
|
+
contraction C
|
|
655
|
+
always chloro =
|
|
656
|
+
always chronie 14-125-1235-135-1345-1456
|
|
657
|
+
always chronol 14-125-1235-25-135-123
|
|
658
|
+
|
|
659
|
+
###d
|
|
660
|
+
contraction d
|
|
661
|
+
contraction D
|
|
662
|
+
always daar's 145-2-1235-3-234
|
|
663
|
+
always denne 145-26-1345-15
|
|
664
|
+
always deposito =
|
|
665
|
+
always diabetes 145-24-1-12-15-235-234
|
|
666
|
+
always diee 145-24-156
|
|
667
|
+
always diegene 2346-1245-15-1345-15
|
|
668
|
+
always diskoers 145-24-16-246-1235-234
|
|
669
|
+
always diskonter 145-24-16-25-2345-15-1235
|
|
670
|
+
always doeane 145-246-1-1345-15
|
|
671
|
+
always dreiner 145-1235-146-1345-15-1235
|
|
672
|
+
always duskant 145-136-16-12346-2345
|
|
673
|
+
word dwase =
|
|
674
|
+
|
|
675
|
+
###e
|
|
676
|
+
contraction e
|
|
677
|
+
word eerstens 156-1235-34-26-234
|
|
678
|
+
begmidword eerste 156-1235-34-15
|
|
679
|
+
contraction E
|
|
680
|
+
begword ekskl 15-13-16-123
|
|
681
|
+
begword engel 26-123456-123
|
|
682
|
+
midword enywer 15-1345-13456-2456-12456
|
|
683
|
+
sufword ere =
|
|
684
|
+
midendword ereg 15-5-1235
|
|
685
|
+
endword eryk =
|
|
686
|
+
always etienne 15-2345-24-26-1345-15
|
|
687
|
+
|
|
688
|
+
###f
|
|
689
|
+
contraction f
|
|
690
|
+
contraction F
|
|
691
|
+
midendword feries 124-15-1235-1456-234
|
|
692
|
+
always folio =
|
|
693
|
+
always folter 124-135-123-2345-12456
|
|
694
|
+
|
|
695
|
+
###g
|
|
696
|
+
contraction g
|
|
697
|
+
contraction G
|
|
698
|
+
always ganery 1245-1-1345-12456-13456
|
|
699
|
+
prfword gebel 123456-12-15-123
|
|
700
|
+
always gee 1245-156
|
|
701
|
+
always gei 1245-146
|
|
702
|
+
always gegewens 123456-1245-15-2456-26-234
|
|
703
|
+
always gemenebes 123456-134-15-1345-15-12-15-234
|
|
704
|
+
always geofis 123456-135-124-24-234
|
|
705
|
+
endword gese =
|
|
706
|
+
partword gest 123456-34
|
|
707
|
+
always getel 123456-2345-15-123
|
|
708
|
+
always getele 123456-235-123-15
|
|
709
|
+
always geu =
|
|
710
|
+
begword glas =
|
|
711
|
+
begword globale =
|
|
712
|
+
always gods =
|
|
713
|
+
begword gogga =
|
|
714
|
+
always grader =
|
|
715
|
+
always grimer =
|
|
716
|
+
always groeper 1245-1235-246-1234-15-1235
|
|
717
|
+
always grotere 1245-1235-135-2345-12456-15
|
|
718
|
+
always grys =
|
|
719
|
+
always g'n 1245-3-1345
|
|
720
|
+
|
|
721
|
+
###h
|
|
722
|
+
contraction h
|
|
723
|
+
contraction H
|
|
724
|
+
always hane =
|
|
725
|
+
always hanter 125-12346-2345-15-1235
|
|
726
|
+
always hare =
|
|
727
|
+
always hartstog 125-1-1235-2345-234-456-2345
|
|
728
|
+
always hawereg 125-1-2456-15-5-1235
|
|
729
|
+
always herenig 125-12456-15-1345-24-1245
|
|
730
|
+
always honger 125-25-1245-12456
|
|
731
|
+
always hoog 125-2356-1245
|
|
732
|
+
always hotel =
|
|
733
|
+
always houtskool 125-1256-2345-234-13-2356-123
|
|
734
|
+
always huis 125-345-234
|
|
735
|
+
always hy's 125-13456-3-234
|
|
736
|
+
always hy't 125-13456-3-2345
|
|
737
|
+
always h'm 125-3-134
|
|
738
|
+
|
|
739
|
+
###i
|
|
740
|
+
contraction i
|
|
741
|
+
contraction I
|
|
742
|
+
always iee 24-156
|
|
743
|
+
always ieu 24-15-136
|
|
744
|
+
always ieui 1456-345
|
|
745
|
+
always ingenieur 35-1245-26-24-15-136-1235
|
|
746
|
+
always inter 35-2345-12456
|
|
747
|
+
always isterie 24-34-15-1235-1456
|
|
748
|
+
always item =
|
|
749
|
+
|
|
750
|
+
###j
|
|
751
|
+
contraction j
|
|
752
|
+
contraction J
|
|
753
|
+
always ja'k 245-1-3-13
|
|
754
|
+
sufword jona =
|
|
755
|
+
always jonet 245-135-45-1345
|
|
756
|
+
always julie 245-136-123-1456
|
|
757
|
+
always jy's 245-13456-3-234
|
|
758
|
+
always jy't 245-13456-3-2345
|
|
759
|
+
|
|
760
|
+
###k
|
|
761
|
+
contraction k
|
|
762
|
+
contraction K
|
|
763
|
+
always kabinet 13-1-12-24-45-1345
|
|
764
|
+
always kalender 13-1246-26-145-12456
|
|
765
|
+
always kalium =
|
|
766
|
+
always kameralens 13-1-134-12456-1-123-26-234
|
|
767
|
+
always kaner 13-1-1345-12456
|
|
768
|
+
always karakter 13-1-1235-1-13-2345-12456
|
|
769
|
+
begmidword karoo 13-1-1235-2356
|
|
770
|
+
always kasty 13-1-34-13456
|
|
771
|
+
begword kenter 13-26-2345-12456
|
|
772
|
+
word kere =
|
|
773
|
+
always kieue 13-1456-136-15
|
|
774
|
+
begword kleinser 13-123-146-1345-234-15-1235
|
|
775
|
+
always klere 13-123-15-1235-15
|
|
776
|
+
begword klets =
|
|
777
|
+
begword koelte 13-246-123-235
|
|
778
|
+
always kompanie 5-13-1234-12346-1456
|
|
779
|
+
always konink 13-135-1345-35-13
|
|
780
|
+
always konstabel 13-25-34-1-23-123
|
|
781
|
+
always kosmeties 13-135-234-23456-1456-234
|
|
782
|
+
always kriminer 13-1235-24-134-35-15-1235
|
|
783
|
+
always kriskras =
|
|
784
|
+
always kryk =
|
|
785
|
+
always ktabel 13-2345-1-23-123
|
|
786
|
+
|
|
787
|
+
###l
|
|
788
|
+
contraction l
|
|
789
|
+
contraction L
|
|
790
|
+
word laaskeer 123-2-234-13-156-1235
|
|
791
|
+
always laning 123-1-1345-35-1245
|
|
792
|
+
always later 123-1-2345-12456
|
|
793
|
+
midword likwi 56-13-2456-24
|
|
794
|
+
always literat 123-24-2345-12456-1-2345
|
|
795
|
+
always lokomo =
|
|
796
|
+
always leraar 123-15-1235-2-1235
|
|
797
|
+
prfword lere =
|
|
798
|
+
always liegery 123-1456-1245-12456-13456
|
|
799
|
+
always logaritme =
|
|
800
|
+
always lokale =
|
|
801
|
+
sufword lone =
|
|
802
|
+
begword los =
|
|
803
|
+
always louter 123-1256-2345-12456
|
|
804
|
+
always luitenan 123-345-2345-26-12346
|
|
805
|
+
|
|
806
|
+
###m
|
|
807
|
+
contraction m
|
|
808
|
+
contraction M
|
|
809
|
+
always maar's 134-2-1235-3-234
|
|
810
|
+
always maaskaas 134-2-234-13-2-234
|
|
811
|
+
always magnet =
|
|
812
|
+
always makaber 134-1-13-1-12-12456
|
|
813
|
+
always maneskyn 134-1-1345-15-16-13456-1345
|
|
814
|
+
word maskas 134-1-16-1-234
|
|
815
|
+
begword mede =
|
|
816
|
+
always mekaartel 134-15-13-2-1235-2345-15-123
|
|
817
|
+
word menere 134-26-15-1235-15
|
|
818
|
+
always mentering 134-26-2345-15-1235-35-1245
|
|
819
|
+
always metjie 134-15-46-15
|
|
820
|
+
midword metoe 134-15-2345-246
|
|
821
|
+
sufword midderif =
|
|
822
|
+
always moedersknie 134-246-145-12456-234-13-1345-1456
|
|
823
|
+
always moestas 134-246-34-1-234
|
|
824
|
+
always monder 134-25-145-15-1235
|
|
825
|
+
begword monet 134-135-45-1345
|
|
826
|
+
always môrer 134-45-146-135-1235-15-1235
|
|
827
|
+
always motel =
|
|
828
|
+
|
|
829
|
+
###n
|
|
830
|
+
contraction n
|
|
831
|
+
contraction N
|
|
832
|
+
word nanag =
|
|
833
|
+
sufword nasien 1345-1-5-234
|
|
834
|
+
word nete =
|
|
835
|
+
always neties 1345-15-2345-1456-234
|
|
836
|
+
midendword netjie 1345-15-46-15
|
|
837
|
+
always nieu 1345-1456-136
|
|
838
|
+
word nering 1345-15-1235-35-1245
|
|
839
|
+
always nominale 1345-135-134-35-1-123-15
|
|
840
|
+
|
|
841
|
+
###o
|
|
842
|
+
contraction o
|
|
843
|
+
contraction O
|
|
844
|
+
always oei 246-24
|
|
845
|
+
always oeuvre =
|
|
846
|
+
always olonie 135-123-135-1345-1456
|
|
847
|
+
word ontering 25-2345-15-1235-35-1245
|
|
848
|
+
sufword onus =
|
|
849
|
+
midendword ooi 2356-24
|
|
850
|
+
word ooie =
|
|
851
|
+
begword oon =
|
|
852
|
+
always oorlogs 456-135-123-135-1245-234
|
|
853
|
+
always ooskus =
|
|
854
|
+
always opbel =
|
|
855
|
+
always optel =
|
|
856
|
+
sufword outo 1256-2345-135
|
|
857
|
+
|
|
858
|
+
###p
|
|
859
|
+
contraction p
|
|
860
|
+
contraction P
|
|
861
|
+
begword perde 1234-12456-145-15
|
|
862
|
+
word pere =
|
|
863
|
+
sufword ponie 1234-135-1345-1456
|
|
864
|
+
always prester 1234-1235-15-34-15-1235
|
|
865
|
+
always protest 1234-1235-135-235-34
|
|
866
|
+
always protes =
|
|
867
|
+
always pryskartel =
|
|
868
|
+
always puntener 1234-136-1345-2345-26-15-1235
|
|
869
|
+
|
|
870
|
+
###q
|
|
871
|
+
contraction q
|
|
872
|
+
contraction Q
|
|
873
|
+
always qu =
|
|
874
|
+
|
|
875
|
+
###r
|
|
876
|
+
contraction r
|
|
877
|
+
contraction R
|
|
878
|
+
always rebel =
|
|
879
|
+
always rebelleer 1235-15-23-123-123-156-1235
|
|
880
|
+
always redener 1235-15-145-26-15-1235
|
|
881
|
+
always regter 5-1235-2345-12456
|
|
882
|
+
always requiem =
|
|
883
|
+
always resteren 1235-15-34-15-1235-26
|
|
884
|
+
always riskant 1235-24-16-12346-2345
|
|
885
|
+
begword roter =
|
|
886
|
+
always ruskans 1235-136-234-13-12346-234
|
|
887
|
+
|
|
888
|
+
###s
|
|
889
|
+
contraction s
|
|
890
|
+
contraction S
|
|
891
|
+
always s'n 234-3-1345
|
|
892
|
+
always sameroep 234-1-134-15-1235-246-1234
|
|
893
|
+
always salomo =
|
|
894
|
+
always samen 234-1-134-26
|
|
895
|
+
prfword sere =
|
|
896
|
+
sufword serie 234-15-1235-1456
|
|
897
|
+
endword serie 234-15-1235-1456
|
|
898
|
+
always serum 234-15-1235-136-134
|
|
899
|
+
begword ses =
|
|
900
|
+
always sestig 234-15-34-24-1245
|
|
901
|
+
prfword sfere =
|
|
902
|
+
always silwer 234-24-123-2456-12456
|
|
903
|
+
always singel 234-35-123456-123
|
|
904
|
+
always singery 234-35-1245-12456-13456
|
|
905
|
+
always sirene =
|
|
906
|
+
always skafee 234-13-1-124-156
|
|
907
|
+
always skaker 16-1-13-15-1235
|
|
908
|
+
always skapit =
|
|
909
|
+
always skater 16-1-2345-12456
|
|
910
|
+
midendword skeerkring 234-13-156-1235-13-1235-35-1245
|
|
911
|
+
prfword skene 16-15-1345-15
|
|
912
|
+
always skl =
|
|
913
|
+
endword sklere =
|
|
914
|
+
always skomen 234-13-135-134-26 # eerskomende/laaskomende
|
|
915
|
+
always skomitee 234-5-13-24-2345-156
|
|
916
|
+
always skommis 234-5-13-134-24-234
|
|
917
|
+
always skontr 234-13-25-2345-1235
|
|
918
|
+
always skoste 234-13-135-34-15
|
|
919
|
+
always skredie 234-13-1235-15-2346
|
|
920
|
+
always skrobber 16-1235-135-12-12-15-1235
|
|
921
|
+
always skund =
|
|
922
|
+
always skursus =
|
|
923
|
+
always slanery 234-123-1-1345-12456-13456
|
|
924
|
+
always slinger 234-123-35-1245-12456
|
|
925
|
+
always somber 234-135-134-12-12456
|
|
926
|
+
always sorter =
|
|
927
|
+
always sous 234-1256-234
|
|
928
|
+
always spinnerak 234-1234-35-1345-15-1235-1-13
|
|
929
|
+
midendword stabel =
|
|
930
|
+
prfword stanery 34-1-1345-12456-13456
|
|
931
|
+
always stereo 34-15-1235-15-135
|
|
932
|
+
always stralek 34-1235-1-123-15-13
|
|
933
|
+
midword strekk =
|
|
934
|
+
always strofe 34-1235-135-124-15
|
|
935
|
+
always studer 34-136-145-15-1235
|
|
936
|
+
always styd 234-5-2345
|
|
937
|
+
begword sub =
|
|
938
|
+
begword sugg 234-136-1245-1245
|
|
939
|
+
prfword suite =
|
|
940
|
+
always surplus =
|
|
941
|
+
always sy's 234-13456-3-234
|
|
942
|
+
always sy't 234-13456-3-2345
|
|
943
|
+
|
|
944
|
+
###t
|
|
945
|
+
contraction t
|
|
946
|
+
contraction T
|
|
947
|
+
always tabel =
|
|
948
|
+
always tabellar 2345-1-23-123-123-1-1235
|
|
949
|
+
always tapisserie 2345-1-1234-24-234-234-12456-1456
|
|
950
|
+
always tee 2345-156
|
|
951
|
+
always tei 2345-146
|
|
952
|
+
endword teke 2345-15-13-15
|
|
953
|
+
always teken 2345-15-13-26
|
|
954
|
+
word tel =
|
|
955
|
+
word teling 2345-15-123-35-1245
|
|
956
|
+
begword telk =
|
|
957
|
+
midendword tenis 2345-26-24-234
|
|
958
|
+
always tepel =
|
|
959
|
+
word tere =
|
|
960
|
+
always terg 2345-12456-1245
|
|
961
|
+
sufword tering 2345-15-1235-35-1245
|
|
962
|
+
always terugker 235-1235-136-1245-13-15-1235
|
|
963
|
+
word tes =
|
|
964
|
+
begword tesour 2345-15-234-1256-1235
|
|
965
|
+
begword test 2345-15-34
|
|
966
|
+
always teu =
|
|
967
|
+
word tewens 2345-15-2456-26-234
|
|
968
|
+
always teë =
|
|
969
|
+
begword tinger 2345-35-1245-12456
|
|
970
|
+
always toonaangew 2345-2356-1345-126-1245-15-2456
|
|
971
|
+
always tower 2345-135-2456-12456
|
|
972
|
+
always tragedie 2345-1235-1-1245-15-2346
|
|
973
|
+
|
|
974
|
+
###u
|
|
975
|
+
always uiter 345-2345-12456
|
|
976
|
+
always uitsteken 345-2345-34-15-13-26
|
|
977
|
+
|
|
978
|
+
###v
|
|
979
|
+
contraction v
|
|
980
|
+
contraction V
|
|
981
|
+
always vang 1236-12346-1245
|
|
982
|
+
endword vange 1236-12346-123456
|
|
983
|
+
endword vangeneming 1236-12346-123456-1345-15-134-35-1245
|
|
984
|
+
begword vas =
|
|
985
|
+
prfword vaster 1236-1-34-12456
|
|
986
|
+
prfword vere =
|
|
987
|
+
begword vergetel 1236-12456-1245-15-235-123
|
|
988
|
+
always vergeten 1236-12456-1245-15-2345-26
|
|
989
|
+
always verkenningstog 1236-12456-13-26-1345-35-1245-234-456-2345
|
|
990
|
+
always vermetel 1236-12456-134-15-235-123
|
|
991
|
+
always vermiste 1236-12456-134-24-34-15
|
|
992
|
+
always verskal 1236-12456-234-13-1246
|
|
993
|
+
always vertel 1236-12456-2345-15-123
|
|
994
|
+
always vester 1236-15-34-15-1235
|
|
995
|
+
always veter 1236-15-2345-12456
|
|
996
|
+
always vinger 1236-35-1245-12456
|
|
997
|
+
always viskop =
|
|
998
|
+
always viskuit 1236-24-234-13-345-2345
|
|
999
|
+
always visteelt 1236-24-234-2345-156-123-2345
|
|
1000
|
+
endword vole =
|
|
1001
|
+
always vomer =
|
|
1002
|
+
always voornemens 456-1236-1345-15-134-26-234
|
|
1003
|
+
always vredestog 1236-1235-15-145-15-234-456-2345
|
|
1004
|
+
always vroue 1236-1235-1256-15
|
|
1005
|
+
always vrouens 1236-1235-1256-26-234
|
|
1006
|
+
always vrygewi 1236-1235-13456-1245-15-2456-24
|
|
1007
|
+
|
|
1008
|
+
###w
|
|
1009
|
+
contraction w
|
|
1010
|
+
contraction W
|
|
1011
|
+
always waar's 2456-2-1235-3-234
|
|
1012
|
+
always wassen 346-234-26
|
|
1013
|
+
always water 2456-1-2345-12456
|
|
1014
|
+
always wat-s 2456-1-2345-3-234
|
|
1015
|
+
always wederker 2456-15-145-12456-13-15-1235
|
|
1016
|
+
always welterge 2456-15-123-2345-12456-123456
|
|
1017
|
+
always werkgew 5-2456-1245-15-2456
|
|
1018
|
+
always weskus =
|
|
1019
|
+
always wins 2456-35-234
|
|
1020
|
+
always winste 2456-35-34-15
|
|
1021
|
+
always wysger =
|
|
1022
|
+
|
|
1023
|
+
###x
|
|
1024
|
+
contraction x
|
|
1025
|
+
contraction X
|
|
1026
|
+
|
|
1027
|
+
###y
|
|
1028
|
+
contraction y
|
|
1029
|
+
contraction Y
|
|
1030
|
+
begword yskou 13456-234-13-1256
|
|
1031
|
+
|
|
1032
|
+
###z
|
|
1033
|
+
contraction z
|
|
1034
|
+
contraction Z
|
|
1035
|
+
word zero =
|
|
1036
|
+
|
|
1037
|
+
###á
|
|
1038
|
+
always ál =
|
|
1039
|
+
|
|
1040
|
+
###ó
|
|
1041
|
+
always óf =
|
|
1042
|
+
|
|
1043
|
+
###ë
|
|
1044
|
+
always ëe =
|
|
1045
|
+
always ëi 45-25-15-24
|
|
1046
|
+
always ënter =
|
|
1047
|
+
|
|
1048
|
+
###ï
|
|
1049
|
+
always ïe 45-25-24-15
|
|
1050
|
+
always ïnter 45-25-24-1345-2345-12456
|