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,2261 @@
|
|
|
1
|
+
# liblouis: English, Grade 3 table
|
|
2
|
+
#
|
|
3
|
+
# Copyright (C) 2020-2026, Bue Vester-Andersen <bue@vester-andersen.dk>
|
|
4
|
+
# Copyright (C) 2026, Dima (Daredevilsprmcy) <dlazarev86@gmail.com>
|
|
5
|
+
# Copyright (C) 1995-2004 by The BRLTTY Team.
|
|
6
|
+
# Copyright (C) 2004 ViewPlus Technologies, Inc., www.viewplustech.com
|
|
7
|
+
# Copyright (C) 2004 Computers to Help People, Inc., www.chpi.org
|
|
8
|
+
|
|
9
|
+
# This file is part of liblouis.
|
|
10
|
+
#
|
|
11
|
+
# liblouis is free software: you can redistribute it and/or modify it
|
|
12
|
+
# under the terms of the GNU Lesser General Public License as
|
|
13
|
+
# published by the Free Software Foundation, either version 2.1 of the
|
|
14
|
+
# License, or (at your option) any later version.
|
|
15
|
+
#
|
|
16
|
+
# liblouis is distributed in the hope that it will be useful, but
|
|
17
|
+
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
18
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
19
|
+
# Lesser General Public License for more details.
|
|
20
|
+
#
|
|
21
|
+
# You should have received a copy of the GNU Lesser General Public
|
|
22
|
+
# License along with liblouis. If not, see
|
|
23
|
+
# <http://www.gnu.org/licenses/>.
|
|
24
|
+
|
|
25
|
+
# This table has been developed, mainly on the basis of the rules put
|
|
26
|
+
# forth in the publication Key to Grade Three Braille by
|
|
27
|
+
# L. W. Rodenberg. This publication can currently be found on the
|
|
28
|
+
# website www.grade3braille.com, together with some manually
|
|
29
|
+
# translated text examples, which have also been used heavily in
|
|
30
|
+
# creating this table. As far as I know, there is currently no
|
|
31
|
+
# official body maintaining English grade 3 Braille. it is my hope
|
|
32
|
+
# that this table may assist in spreading the use of grade 3 for fun
|
|
33
|
+
# and faster reading, and, perhaps someday, some official body will
|
|
34
|
+
# take grade 3 under its wings. This table is still somewhat
|
|
35
|
+
# experimental. Especially the outline feature of grade 3, i.e. the
|
|
36
|
+
# omitting of vowels, is still subject to development. The rules are
|
|
37
|
+
# somewhat losely defined, and there is plenty of room for personal
|
|
38
|
+
# customization. Creating this table, I have tried not to outline too
|
|
39
|
+
# aggressively. The goal has been to make a grade 3 table for general
|
|
40
|
+
# use, and which does not require the user to know beforehand, what he
|
|
41
|
+
# or she is reading. I am still finding quite a few outlining errors
|
|
42
|
+
# and inconsistencies, which sometimes create very strange and funny
|
|
43
|
+
# results. Please, note that this table is a forward translation table
|
|
44
|
+
# only. It cannot be used for back-translation, i.e. braille input on
|
|
45
|
+
# a computer or note-taker.
|
|
46
|
+
|
|
47
|
+
# This table was created using en-GB-g2.ctb as a template. In my
|
|
48
|
+
# opinion, it resembles grade 3 better than UEB, e.g. with more
|
|
49
|
+
# contractions, and the omission of capital marks. Since grade 3 is
|
|
50
|
+
# supposed to use grade 2 as the base, I have included all modern
|
|
51
|
+
# grade 2 contractions that I am aware off, including those which were
|
|
52
|
+
# not in use when grade 3 was first invented. The sequencing feature
|
|
53
|
+
# of grade 3, i.e. the omission of space between some words, is
|
|
54
|
+
# handled by inserting various braille markers in pass 1. These
|
|
55
|
+
# markers consist of dot patterns with virtual dots, and they are then
|
|
56
|
+
# processed and removed in subsequent passes. The outlining feature,
|
|
57
|
+
# i.e. the omission of some vowels, is a very flexible tool, and there
|
|
58
|
+
# is lots of room within the rules for a personal style. Outlining is
|
|
59
|
+
# handled using the nocross opcode and hyphenation patterns created
|
|
60
|
+
# for this specific purpose. This technique is also used to control
|
|
61
|
+
# cases where word contractions could theoretically be used as part of
|
|
62
|
+
# other words, e.g. "hear" in "heart", "over in "discover" or "other"
|
|
63
|
+
# in "psychotherapy". It is not always clear from the rules, when
|
|
64
|
+
# these imbedded word contractions could or should be used.
|
|
65
|
+
|
|
66
|
+
### Table Metadata
|
|
67
|
+
|
|
68
|
+
#-name: English contracted grade 3
|
|
69
|
+
#-index-name: English, contracted, grade 3
|
|
70
|
+
#-display-name: English grade 3 contracted braille
|
|
71
|
+
|
|
72
|
+
#+locale: en
|
|
73
|
+
#+type: literary
|
|
74
|
+
#+contraction: full
|
|
75
|
+
#+grade: 3
|
|
76
|
+
#+dots: 6
|
|
77
|
+
#+direction: forward
|
|
78
|
+
#-has-nocross: yes
|
|
79
|
+
|
|
80
|
+
include text_nabcc.dis All display opcodes
|
|
81
|
+
|
|
82
|
+
include en-chardefs.cti All character definition opcodes
|
|
83
|
+
|
|
84
|
+
# # special unicode signs to be used as sequence markers
|
|
85
|
+
sign \xf000 9 # Ordinary one-celled word sign open
|
|
86
|
+
sign \xf001 19 # Ordinary one-celled word sign close
|
|
87
|
+
sign \xf002 29 # Large sign (and/for/of/with open
|
|
88
|
+
sign \xf003 129 # Large sign close
|
|
89
|
+
sign \xf004 39 # Lower1 am/be/is/are/been/were/his/was open
|
|
90
|
+
sign \xf005 139 # Lower1 close
|
|
91
|
+
sign \xf006 239 # Lower2 (enough/in/come) open
|
|
92
|
+
sign \xf007 1239 # Lower2 close
|
|
93
|
+
sign \xf008 49 # Lower# (to/into/by) open
|
|
94
|
+
sign \xf009 149 # Lower3 close
|
|
95
|
+
sign \xf00a 249 # Two-celled word sign open
|
|
96
|
+
sign \xf00b 1249 # Two-celled word sign close
|
|
97
|
+
sign \xf00c 349 # Two-celled word sign used as partword
|
|
98
|
+
sign \xf00d 1349 # Lower prefix (be/com/con/dis)
|
|
99
|
+
sign \xf00e 2349 # Other prefix
|
|
100
|
+
sign \xf00f 12349 # "keep away" (prevent sequencing)
|
|
101
|
+
sign \xf010 59 # Lower1 close (no join)
|
|
102
|
+
sign \xf011 56f # Letsign
|
|
103
|
+
sign \xf012 6f # Dummy capsletter sign
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
attribute marker \xf000\xf001\xf002\xf003\xf004\xf005\xf006\xf007
|
|
107
|
+
attribute marker \xf008\xf009\xf00a\xf00b\xf00c\xf00d\xf00e\xf00f
|
|
108
|
+
attribute marker \xf010
|
|
109
|
+
attribute wordsignOpen \xf000\xf002\xf004\xf006\f008\xf00a
|
|
110
|
+
attribute wordsignClose \xf001\xf003\xf005\xf007\xf009\xf00b\xf010
|
|
111
|
+
attribute lowerOpen \xf004\xf006\xf008
|
|
112
|
+
attribute lowerClose \xf005\xf007\xf009\xf010
|
|
113
|
+
attribute prefix \xf00d\xf00e
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
hyphen \x2010 36 # 8208 hyphen
|
|
117
|
+
|
|
118
|
+
punctuation \x2212 36
|
|
119
|
+
noback always \x2212 36
|
|
120
|
+
always \s\x2212\s 36-36
|
|
121
|
+
midnum \x2013 36-3456
|
|
122
|
+
always \x2013 56-36 # 8211 smart minus sign
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
# Braille indicators
|
|
126
|
+
numsign 3456 number sign, just a dots operand
|
|
127
|
+
letsign 56f
|
|
128
|
+
capsletter 6f
|
|
129
|
+
begcapsword 6f-6f
|
|
130
|
+
endcapsword 6f-3
|
|
131
|
+
emphclass italic
|
|
132
|
+
emphclass underline
|
|
133
|
+
emphclass bold
|
|
134
|
+
|
|
135
|
+
begemphword italic 12349-46
|
|
136
|
+
endemphword italic 46-3
|
|
137
|
+
begemphphrase italic 12349-46-46
|
|
138
|
+
endemphphrase italic before 12349-46
|
|
139
|
+
lenemphphrase italic 4
|
|
140
|
+
|
|
141
|
+
begemphword underline 12349-46
|
|
142
|
+
endemphword underline 46-3
|
|
143
|
+
begemphphrase underline 12349-46-46
|
|
144
|
+
endemphphrase underline before 12349-46
|
|
145
|
+
lenemphphrase underline 4
|
|
146
|
+
|
|
147
|
+
begemphword bold 12349-46
|
|
148
|
+
endemphword bold 46-3
|
|
149
|
+
begemphphrase bold 12349-46-46
|
|
150
|
+
endemphphrase bold before 12349-46
|
|
151
|
+
lenemphphrase bold 4
|
|
152
|
+
|
|
153
|
+
begcomp 6-346
|
|
154
|
+
endcomp 6-346
|
|
155
|
+
|
|
156
|
+
# the decimal digits
|
|
157
|
+
include litdigits6Dots.uti
|
|
158
|
+
|
|
159
|
+
endnum st 34
|
|
160
|
+
endnum nd 1345-145
|
|
161
|
+
endnum rd 1235-145
|
|
162
|
+
endnum th 1456
|
|
163
|
+
endnum 's 3-234
|
|
164
|
+
|
|
165
|
+
# noletsignafter is apparently broken
|
|
166
|
+
noletsignafter .'
|
|
167
|
+
#noback pass2 @256-56f @256
|
|
168
|
+
noback pass2 @3-56f @3
|
|
169
|
+
|
|
170
|
+
# Contractions
|
|
171
|
+
contraction ie
|
|
172
|
+
word i.e. 24-256-15-256
|
|
173
|
+
contraction ok
|
|
174
|
+
word o.k. 135-256-13-256
|
|
175
|
+
contraction eg
|
|
176
|
+
|
|
177
|
+
# Roman Numerals
|
|
178
|
+
contraction ii
|
|
179
|
+
contraction iii
|
|
180
|
+
contraction iv
|
|
181
|
+
contraction vi
|
|
182
|
+
contraction vii
|
|
183
|
+
contraction viii
|
|
184
|
+
contraction ix
|
|
185
|
+
contraction xi
|
|
186
|
+
contraction xii
|
|
187
|
+
contraction xiii
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
# punctuation
|
|
191
|
+
prepunc " 236
|
|
192
|
+
postpunc " 356
|
|
193
|
+
always \s-" 36-36-356
|
|
194
|
+
always \s-” 36-36-356
|
|
195
|
+
always ..." 3-3-3-356
|
|
196
|
+
always …" 3-3-3-356
|
|
197
|
+
always ...” 3-3-3-356
|
|
198
|
+
always …” 3-3-3-356
|
|
199
|
+
always ?" 236-356
|
|
200
|
+
word " 236
|
|
201
|
+
begnum ' 3
|
|
202
|
+
prepunc ' 6-236
|
|
203
|
+
postpunc ' 356-3
|
|
204
|
+
postpunc '' 356
|
|
205
|
+
postpunc ''' 356-3-356
|
|
206
|
+
|
|
207
|
+
midnum , 2
|
|
208
|
+
noback always , 2
|
|
209
|
+
midnum . 46
|
|
210
|
+
always . 256
|
|
211
|
+
always ; 23
|
|
212
|
+
midnum : 25
|
|
213
|
+
always : 25
|
|
214
|
+
#endnum ! 6-235
|
|
215
|
+
noback always ! 235
|
|
216
|
+
begnum # 4
|
|
217
|
+
always # 4-3456
|
|
218
|
+
midnum / 456-34-3456
|
|
219
|
+
always / 456-34
|
|
220
|
+
always // 345
|
|
221
|
+
noback always ? 236
|
|
222
|
+
endnum % 0-25-1234
|
|
223
|
+
always % 25-1234
|
|
224
|
+
midnum ^ 346-3456
|
|
225
|
+
always ^ 456-126
|
|
226
|
+
always ~ 4-156
|
|
227
|
+
always & 4-12346
|
|
228
|
+
midnum * 0-56-236-3456
|
|
229
|
+
always * 35-35
|
|
230
|
+
repeated *** 35-35-0-35-35-0-35-35
|
|
231
|
+
prepunc ( 2356
|
|
232
|
+
postpunc ) 2356
|
|
233
|
+
begword ( 2356
|
|
234
|
+
endword ) 2356
|
|
235
|
+
always [ 6-2356
|
|
236
|
+
always ] 2356-3
|
|
237
|
+
always { 46-2356
|
|
238
|
+
always } 46-2356
|
|
239
|
+
prepunc `` 236
|
|
240
|
+
begword @ 4-2346
|
|
241
|
+
noback always @ 2346
|
|
242
|
+
always \\ 5-16
|
|
243
|
+
always | 5-123
|
|
244
|
+
repeated \x00a0 0 no break space
|
|
245
|
+
repeated --- 36-36-36
|
|
246
|
+
|
|
247
|
+
# repeated ___ 78-78-78
|
|
248
|
+
repeated ___ 46-46-46
|
|
249
|
+
|
|
250
|
+
repeated ::: 25-25-25
|
|
251
|
+
|
|
252
|
+
repeated === 56-2356-56-2356-56-2356
|
|
253
|
+
repeated ~~~ 4-156-4-156-4-156
|
|
254
|
+
always \s-\s 36-36
|
|
255
|
+
always \s-\scom 36-36-14-135-134
|
|
256
|
+
always ... 3-3-3
|
|
257
|
+
always .\s.\s. 3-3-3 . . .
|
|
258
|
+
# always \x2026 3-3-3 # 8230 MS Word smart ellipsis
|
|
259
|
+
|
|
260
|
+
# the hyphen
|
|
261
|
+
always \s–\s 36-36
|
|
262
|
+
#always - 36
|
|
263
|
+
repeated 36-36-36
|
|
264
|
+
always \s\s 36-36
|
|
265
|
+
midword - 36
|
|
266
|
+
joinword - 36
|
|
267
|
+
begword - 36
|
|
268
|
+
hyphen - 36
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
# mathematical symbols
|
|
273
|
+
#decpoint . 2 # removed to sort out translations such as p.11
|
|
274
|
+
noback always < 246
|
|
275
|
+
joinword = 56-2356
|
|
276
|
+
joinnum = 56-2356
|
|
277
|
+
noback always > 135
|
|
278
|
+
midnum + 0-56-235-3456
|
|
279
|
+
begnum + 56-235
|
|
280
|
+
joinnum + 56-235
|
|
281
|
+
joinword + 56-235
|
|
282
|
+
midnum - 36-3456 removed for verse references
|
|
283
|
+
midnum \x2013 36
|
|
284
|
+
#always - 36
|
|
285
|
+
joinnum × 56-236
|
|
286
|
+
joinword × 56-236
|
|
287
|
+
midnum ÷ 0-56-256-3456 division sign
|
|
288
|
+
joinnum ÷ 56-256
|
|
289
|
+
joinword ÷ 56-256
|
|
290
|
+
begnum £ 123
|
|
291
|
+
always £ 4-123 pounds
|
|
292
|
+
|
|
293
|
+
# other special characters
|
|
294
|
+
always © 45-14 copyright
|
|
295
|
+
sign ™ 45-2345 trademark
|
|
296
|
+
sign ® 45-1235 registered
|
|
297
|
+
always ¶ 1234-345 paragraph
|
|
298
|
+
always § 234-3 section
|
|
299
|
+
noback always ° 356 degrees
|
|
300
|
+
begnum $ 256
|
|
301
|
+
always $ 4-256
|
|
302
|
+
always ¢ 4-14 cents
|
|
303
|
+
sign € 4-15 euro
|
|
304
|
+
always € 4-15 euro
|
|
305
|
+
always ¥ 4-13456 yen
|
|
306
|
+
always µ 2-134 mu
|
|
307
|
+
|
|
308
|
+
# special character sequences
|
|
309
|
+
compbrl :// URLs
|
|
310
|
+
compbrl www.
|
|
311
|
+
|
|
312
|
+
compbrl .com
|
|
313
|
+
compbrl .edu
|
|
314
|
+
compbrl .gov
|
|
315
|
+
compbrl .mil
|
|
316
|
+
compbrl .net
|
|
317
|
+
compbrl .org
|
|
318
|
+
compbrl .doc
|
|
319
|
+
compbrl .xml
|
|
320
|
+
compbrl .xsl
|
|
321
|
+
compbrl .htm
|
|
322
|
+
compbrl .html
|
|
323
|
+
compbrl .tex
|
|
324
|
+
compbrl .txt
|
|
325
|
+
compbrl .gif
|
|
326
|
+
compbrl .jpg
|
|
327
|
+
compbrl .png
|
|
328
|
+
compbrl .wav
|
|
329
|
+
compbrl .tar
|
|
330
|
+
compbrl .zip
|
|
331
|
+
compbrl .uk
|
|
332
|
+
|
|
333
|
+
# include countries.cti
|
|
334
|
+
|
|
335
|
+
# Make all quotes and apostrophes uniform
|
|
336
|
+
attribute quotes \x201e\x0084\x201c\x0093\x201d\x0094\x00ab\x00bb
|
|
337
|
+
noback correct %quotes "\""
|
|
338
|
+
attribute apostrophes `\x201a\x0082\x2039\x008b\x2018\x0091\x2019\x0092\x203a\x009b\x00b4
|
|
339
|
+
noback correct %apostrophes "'"
|
|
340
|
+
|
|
341
|
+
# Grade 3 numbers
|
|
342
|
+
# 245 for 10 may be misread as 0, so it is suspended
|
|
343
|
+
# until some better rule can be made.
|
|
344
|
+
# match - 10 (%[^])|(!%[#])|(%[#]%[#])+ 245
|
|
345
|
+
match - 11 (%[^])|(!%[#])|(%[#]%[#])+ 13
|
|
346
|
+
match - 12 (%[^])|(!%[#])|(%[#]%[#])+ 123
|
|
347
|
+
match - 13 (%[^])|(!%[#])|(%[#]%[#])+ 134
|
|
348
|
+
match - 14 (%[^])|(!%[#])|(%[#]%[#])+ 1345
|
|
349
|
+
match - 15 (%[^])|(!%[#])|(%[#]%[#])+ 135
|
|
350
|
+
match - 16 (%[^])|(!%[#])|(%[#]%[#])+ 1234
|
|
351
|
+
match - 17 (%[^])|(!%[#])|(%[#]%[#])+ 12345
|
|
352
|
+
match - 18 (%[^])|(!%[#])|(%[#]%[#])+ 1235
|
|
353
|
+
match - 19 (%[^])|(!%[#])|(%[#]%[#])+ 234
|
|
354
|
+
match - 20 (%[^])|(!%[#])|(%[#]%[#])+ 2345
|
|
355
|
+
match - 21 (%[^])|(!%[#])|(%[#]%[#])+ 136
|
|
356
|
+
match - 22 (%[^])|(!%[#])|(%[#]%[#])+ 1236
|
|
357
|
+
match - 23 (%[^])|(!%[#])|(%[#]%[#])+ 1346
|
|
358
|
+
match - 24 (%[^])|(!%[#])|(%[#]%[#])+ 13456
|
|
359
|
+
match - 25 (%[^])|(!%[#])|(%[#]%[#])+ 1356
|
|
360
|
+
match - 26 (%[^])|(!%[#])|(%[#]%[#])+ 12346
|
|
361
|
+
match - 27 (%[^])|(!%[#])|(%[#]%[#])+ 123456
|
|
362
|
+
match - 28 (%[^])|(!%[#])|(%[#]%[#])+ 12356
|
|
363
|
+
match - 29 (%[^])|(!%[#])|(%[#]%[#])+ 2346
|
|
364
|
+
match - 30 (%[^])|(!%[#])|(%[#]%[#])+ 23456
|
|
365
|
+
match - 31 (%[^])|(!%[#])|(%[#]%[#])+ 16
|
|
366
|
+
match - 32 (%[^])|(!%[#])|(%[#]%[#])+ 126
|
|
367
|
+
match - 33 (%[^])|(!%[#])|(%[#]%[#])+ 146
|
|
368
|
+
match - 34 (%[^])|(!%[#])|(%[#]%[#])+ 1456
|
|
369
|
+
match - 35 (%[^])|(!%[#])|(%[#]%[#])+ 156
|
|
370
|
+
match - 36 (%[^])|(!%[#])|(%[#]%[#])+ 1246
|
|
371
|
+
match - 37 (%[^])|(!%[#])|(%[#]%[#])+ 12456
|
|
372
|
+
match - 38 (%[^])|(!%[#])|(%[#]%[#])+ 1256
|
|
373
|
+
match - 39 (%[^])|(!%[#])|(%[#]%[#])+ 246
|
|
374
|
+
match - 40 (%[^])|(!%[#])|(%[#]%[#])+ 2456
|
|
375
|
+
match - 41 (%[^])|(!%[#])|(%[#]%[#])+ 2
|
|
376
|
+
match - 42 (%[^])|(!%[#])|(%[#]%[#])+ 23
|
|
377
|
+
match - 43 (%[^])|(!%[#])|(%[#]%[#])+ 25
|
|
378
|
+
match - 44 (%[^])|(!%[#])|(%[#]%[#])+ 256
|
|
379
|
+
match - 45 (%[^])|(!%[#])|(%[#]%[#])+ 26
|
|
380
|
+
match - 46 (%[^])|(!%[#])|(%[#]%[#])+ 235
|
|
381
|
+
match - 47 (%[^])|(!%[#])|(%[#]%[#])+ 2356
|
|
382
|
+
match - 48 (%[^])|(!%[#])|(%[#]%[#])+ 236
|
|
383
|
+
match - 49 (%[^])|(!%[#])|(%[#]%[#])+ 35
|
|
384
|
+
match - 50 (%[^])|(!%[#])|(%[#]%[#])+ 356
|
|
385
|
+
|
|
386
|
+
# Extended number contractions
|
|
387
|
+
# Normally, only the numbers 11-50 are contracted using this
|
|
388
|
+
# technique. However, it is also possible to contract the numbers# 51-63, although the patterns for these are less obvious.
|
|
389
|
+
# If you want to use the contractions for the numbers 51-63,
|
|
390
|
+
# you can uncomment the following lines.
|
|
391
|
+
|
|
392
|
+
# Note that these rules are tested in en-g3.yaml, which includes them after including en-g3.ctb
|
|
393
|
+
|
|
394
|
+
# match - 51 (%[^])|(!%[#])|(%[#]%[#])+ 34
|
|
395
|
+
# match - 52 (%[^])|(!%[#])|(%[#]%[#])+ 346
|
|
396
|
+
# match - 53 (%[^])|(!%[#])|(%[#]%[#])+ 3456
|
|
397
|
+
# match - 54 (%[^])|(!%[#])|(%[#]%[#])+ 345
|
|
398
|
+
# match - 55 (%[^])|(!%[#])|(%[#]%[#])+ 3
|
|
399
|
+
# match - 56 (%[^])|(!%[#])|(%[#]%[#])+ 36
|
|
400
|
+
# match - 57 (%[^])|(!%[#])|(%[#]%[#])+ 4
|
|
401
|
+
# match - 58 (%[^])|(!%[#])|(%[#]%[#])+ 45
|
|
402
|
+
# match - 59 (%[^])|(!%[#])|(%[#]%[#])+ 456
|
|
403
|
+
# match - 60 (%[^])|(!%[#])|(%[#]%[#])+ 5
|
|
404
|
+
# match - 61 (%[^])|(!%[#])|(%[#]%[#])+ 46
|
|
405
|
+
# match - 62 (%[^])|(!%[#])|(%[#]%[#])+ 56
|
|
406
|
+
# match - 63 (%[^])|(!%[#])|(%[#]%[#])+ 6
|
|
407
|
+
|
|
408
|
+
# End of commented section
|
|
409
|
+
|
|
410
|
+
# Fractions
|
|
411
|
+
punctuation \x00bc 3456-1-256 VULGAR FRACTION ONE QUARTER
|
|
412
|
+
punctuation \x00bd 3456-1-23 VULGAR FRACTION ONE HALF
|
|
413
|
+
punctuation \x00be 3456-14-256 VULGAR FRACTION THREE QUARTERS
|
|
414
|
+
|
|
415
|
+
# All capsigns are currently removed.
|
|
416
|
+
# to enable capsigns, change capslettersign back to 6.
|
|
417
|
+
|
|
418
|
+
swapcc UpperLower ABCDEFGHIJKLMNOPQRSTUVWXYZ\x00c0\x00c1\x00c2\x00c3\x00c4\x00c5\x00c6\x00c7\x00c8\x00c9\x00ca\x00cb\x00cc\x00cd\x00ce\x00cf\x00d0\x00d1\x00d2\x00d3\x00d4\x00d5\x00d6\x00d8\x00d9\x00da\x00db\x00dc\x00dd\x00de\x008a\x008c abcdefghijklmnopqrstuvwxyz\x00e0\x00e1\x00e2\x00e3\x00e4\x00e5\x00e6\x00e7\x00e8\x00e9\x00ea\x00eb\x00ec\x00ed\x00ee\x00ef\x00f0\x00f1\x00f2\x00f3\x00f4\x00f5\x00f6\x00f8\x00f9\x00fa\x00fb\x00fc\x00fd\x00fe\x009a\x009c
|
|
419
|
+
swapcc UpperLowerExt \x0100\x0102\x0104\x0106\x0108\x010a\x010c\x010e\x0110\x0112\x0114\x0116\x0118\x011a\x011c\x011e\x0120\x0122\x0124\x0126\x0128\x012a\x012c\x012e\x0130\x0132\x0134\x0136\x0139\x013b\x013d\x013f\x0141\x0143\x0145\x0147\x014a\x014c\x014e\x0150\x0152\x0154\x0156\x0158\x015a\x015c\x015e\x0160\x0162\x0164\x0166\x0168\x016a\x016c\x016e\x0170\x0172\x0174\x0176\x0178\x0179\x017b\x017d\x0386\x0388\x0389\x038a\x038c\x038e\x038f\x0391\x0392\x0393\x0394\x0395\x0396\x0397\x0398\x0399\x039a\x039b\x039c\x039d\x039e\x039f\x03a0\x03a1\x03a3\x03a4\x03a5\x03a6\x03a7\x03a8\x03a9 \x0101\x0103\x0105\x0107\x0109\x010b\x010d\x010f\x0111\x0113\x0115\x0117\x0119\x011b\x011d\x011f\x0121\x0123\x0125\x0127\x0129\x012b\x012d\x012f\x0131\x0133\x0135\x0137\x013a\x013c\x013e\x0140\x0142\x0144\x0146\x0148\x014b\x014d\x014f\x0151\x0153\x0155\x0157\x0159\x015b\x015d\x015f\x0161\x0163\x0165\x0167\x0169\x016b\x016d\x016f\x0171\x0173\x0175\x0177\x00ff\x017a\x017c\x017e\x03ac\x03ad\x03ae\x03af\x03cc\x03cd\x03ce\x03b1\x03b2\x03b3\x03b4\x03b5\x03b6\x03b7\x03b8\x03b9\x03ba\x03bb\x03bc\x03bd\x03be\x03bf\x03c0\x03c1\x03c3\x03c4\x03c5\x03c6\x03c7\x03c8\x03c9
|
|
420
|
+
|
|
421
|
+
# Remove caps in word context
|
|
422
|
+
noback correct $sSpu[%UpperLower]$sSpu %UpperLower
|
|
423
|
+
noback correct `[%UpperLower]$sSpu %UpperLower
|
|
424
|
+
|
|
425
|
+
### One-celled word signs (one- and two-celled) ###
|
|
426
|
+
# Only some of them may be used as partword
|
|
427
|
+
word a 9-1-19
|
|
428
|
+
after letter endword \sa 1-19
|
|
429
|
+
joinword am 39-2-139
|
|
430
|
+
word am 1-134
|
|
431
|
+
after letter endword \sam 39-2-59
|
|
432
|
+
after letter before letter midword \sam\s 39-2-139
|
|
433
|
+
joinword an 9-2-19
|
|
434
|
+
joinword and 29-12346-129
|
|
435
|
+
word and 29-12346-129
|
|
436
|
+
nocross always and 12346
|
|
437
|
+
nocross begmidword anda 12346
|
|
438
|
+
nocross begmidword andi 12346
|
|
439
|
+
joinword are 39-256-139
|
|
440
|
+
word are 39-256-59
|
|
441
|
+
after letter endword \sare 39-256-59
|
|
442
|
+
after letter before letter midword \sare\s 39-256-139
|
|
443
|
+
joinword as 9-1356-19
|
|
444
|
+
word as 9-1356-19
|
|
445
|
+
before punctuation always at 1-2345
|
|
446
|
+
joinword at 9-3-19
|
|
447
|
+
joinword be 39-23-139
|
|
448
|
+
word be 39-23-59
|
|
449
|
+
after letter endword \sbe 39-23-59
|
|
450
|
+
after letter before letter midword \sbe\s 39-23-139
|
|
451
|
+
joinword been 39-235-139
|
|
452
|
+
word been 39-235-59
|
|
453
|
+
after letter endword \sbeen 39-235-59
|
|
454
|
+
after letter before letter midword \sbeen\s 39-235-139
|
|
455
|
+
word but 9-12-19
|
|
456
|
+
joinword by 49-356-149
|
|
457
|
+
word can 9-14-19
|
|
458
|
+
word child 9-16-19
|
|
459
|
+
# nocross always child 16
|
|
460
|
+
word come 239-36-1239
|
|
461
|
+
nocross always come 36
|
|
462
|
+
word do 9-145-19
|
|
463
|
+
word enough 239-26-1239
|
|
464
|
+
word every 9-15-19
|
|
465
|
+
joinword for 29-123456-129
|
|
466
|
+
word for 29-123456-129
|
|
467
|
+
nocross always for 123456
|
|
468
|
+
word from 9-124-19
|
|
469
|
+
word go 9-1245-19
|
|
470
|
+
word have 9-125-19
|
|
471
|
+
after letter endword \shave 125-19
|
|
472
|
+
always (his 2356-125-24-234
|
|
473
|
+
joinword his 39-236-139
|
|
474
|
+
word his 39-236-59
|
|
475
|
+
after letter endword \shis 39-236-59
|
|
476
|
+
after letter before letter midword \shis\s 39-236-139
|
|
477
|
+
word i 9-24-19
|
|
478
|
+
word in 239-35-1239
|
|
479
|
+
nocross always in 35
|
|
480
|
+
nocross begmidword ina 35
|
|
481
|
+
nocross begmidword ine 35
|
|
482
|
+
nocross begmidword ini 35
|
|
483
|
+
nocross begmidword ino 35
|
|
484
|
+
nocross begmidword inu 35
|
|
485
|
+
joinword is 39-25-139
|
|
486
|
+
word is 39-25-59
|
|
487
|
+
joinword into 49-35-235-149
|
|
488
|
+
word into 35-235
|
|
489
|
+
after letter endword \sis 39-25-59
|
|
490
|
+
after letter before letter midword \sis\s 39-25-139
|
|
491
|
+
joinword it 9-1346-19
|
|
492
|
+
word it 9-1346-19
|
|
493
|
+
word just 9-245-19
|
|
494
|
+
nocross always just 245
|
|
495
|
+
word knowledge 9-13-19
|
|
496
|
+
word like 9-123-19
|
|
497
|
+
nocross always like 123
|
|
498
|
+
word me 9-345-19
|
|
499
|
+
word more 9-134-19
|
|
500
|
+
word no 9-3456-19
|
|
501
|
+
word not 9-1345-19
|
|
502
|
+
word now 9-246-19
|
|
503
|
+
word o 12349-135-12349
|
|
504
|
+
joinword of 29-12356-129
|
|
505
|
+
word of 29-12356-129
|
|
506
|
+
nocross always of 12356
|
|
507
|
+
word on 9-135-19
|
|
508
|
+
word or 9-346-19
|
|
509
|
+
word out 9-1256-19
|
|
510
|
+
word people 9-1234-19
|
|
511
|
+
word quite 9-12345-19
|
|
512
|
+
word rather 9-1235-19
|
|
513
|
+
word shall 9-146-19
|
|
514
|
+
word so 9-234-19
|
|
515
|
+
word still 9-34-19
|
|
516
|
+
word that 9-2345-19
|
|
517
|
+
joinword the 29-2346-129
|
|
518
|
+
word the 29-2346-129
|
|
519
|
+
nocross always the 2346
|
|
520
|
+
word them 9-126-19
|
|
521
|
+
word this 9-1456-19
|
|
522
|
+
joinword to 49-235-149
|
|
523
|
+
word to 49-235-149
|
|
524
|
+
word us 9-136-19
|
|
525
|
+
word very 9-1236-19
|
|
526
|
+
joinword was 39-356-139
|
|
527
|
+
word was 39-356-59
|
|
528
|
+
after letter endword \swas 39-356-59
|
|
529
|
+
after letter before letter midword \swas\s 39-356-139
|
|
530
|
+
word we 9-12456-19
|
|
531
|
+
joinword were 39-2356-139
|
|
532
|
+
word were 39-2356-59
|
|
533
|
+
after letter endword \swere 39-2356-59
|
|
534
|
+
after letter before letter midword \swere\s 39-2356-139
|
|
535
|
+
always were? 2456-12456-15-236
|
|
536
|
+
word what 9-1246-19
|
|
537
|
+
word which 9-156-19
|
|
538
|
+
word will 9-2456-19
|
|
539
|
+
joinword with 29-23456-129
|
|
540
|
+
word with 29-23456-129
|
|
541
|
+
nocross always with 23456
|
|
542
|
+
word you 9-13456-19
|
|
543
|
+
|
|
544
|
+
# Two-celled word signs
|
|
545
|
+
# All may be used as partword.
|
|
546
|
+
|
|
547
|
+
# A
|
|
548
|
+
joinword act 249-4-1-1249
|
|
549
|
+
before punctuation word act 249-4-1
|
|
550
|
+
# noback pass2 !$s[@1-14-2345] @4-1
|
|
551
|
+
nocross always act 349-4-1
|
|
552
|
+
joinword all 249-456-1-1249
|
|
553
|
+
word all 249-456-1-1249
|
|
554
|
+
nocross always all 349-456-1
|
|
555
|
+
joinword allow 249-456-246-1249
|
|
556
|
+
word allow 249-456-246-1249
|
|
557
|
+
nocross always allow 349-456-246
|
|
558
|
+
joinword alone 249-5-2-1249
|
|
559
|
+
word alone 249-5-2-1249
|
|
560
|
+
nocross always alone 349-5-2
|
|
561
|
+
joinword along 249-456-2-1249
|
|
562
|
+
word along 249-456-2-1249
|
|
563
|
+
nocross always along 349-456-2
|
|
564
|
+
joinword among 249-5-1-1249
|
|
565
|
+
word among 249-5-1-1249
|
|
566
|
+
nocross always among 349-5-1
|
|
567
|
+
joinword another 249-45-2-1249
|
|
568
|
+
word another 249-45-2-1249
|
|
569
|
+
nocross always another 349-45-2
|
|
570
|
+
joinword any 249-4-12346-1249
|
|
571
|
+
word any 249-4-12346-1249
|
|
572
|
+
nocross always any 349-4-12346
|
|
573
|
+
joinword anybody 249-45-12346-1249
|
|
574
|
+
word anybody 249-45-12346-1249
|
|
575
|
+
joinword anyone 249-5-12346-1249
|
|
576
|
+
word anyone 249-5-12346-1249
|
|
577
|
+
joinword anything 249-456-12346-1249
|
|
578
|
+
word anything 249-456-12346-1249
|
|
579
|
+
joinword appear 249-45-1-1249
|
|
580
|
+
word appear 249-45-1-1249
|
|
581
|
+
nocross always appear 349-45-1
|
|
582
|
+
joinword ask 249-5-1356-1249
|
|
583
|
+
word ask 249-5-1356-1249
|
|
584
|
+
nocross always ask 349-5-1356
|
|
585
|
+
|
|
586
|
+
# B
|
|
587
|
+
joinword bear 249-45-12-1249
|
|
588
|
+
word bear 249-45-12-1249
|
|
589
|
+
nocross always bear 349-45-12
|
|
590
|
+
joinword become 249-5-23-1249
|
|
591
|
+
word become 249-5-23-1249
|
|
592
|
+
nocross begmidword become 349-5-23
|
|
593
|
+
joinword beginning 249-4-23-1249
|
|
594
|
+
word beginning 249-4-23-1249
|
|
595
|
+
nocross begmidword beginning 349-4-23
|
|
596
|
+
joinword believe 249-45-23-1249
|
|
597
|
+
word believe 249-45-23-1249
|
|
598
|
+
nocross always believe 349-45-23
|
|
599
|
+
joinword belong 249-456-23-1249
|
|
600
|
+
word belong 249-456-23-1249
|
|
601
|
+
nocross begmidword belong 349-456-23
|
|
602
|
+
joinword better 249-4-12-1249
|
|
603
|
+
word better 249-4-12-1249
|
|
604
|
+
nocross always better 349-4-12
|
|
605
|
+
joinword bring 249-5-12-1249
|
|
606
|
+
word bring 249-5-12-1249
|
|
607
|
+
nocross always bring 349-5-12
|
|
608
|
+
joinword brought 249-456-12-1249
|
|
609
|
+
word brought 249-456-12-1249
|
|
610
|
+
nocross always brought 349-456-12
|
|
611
|
+
|
|
612
|
+
# C
|
|
613
|
+
joinword came 249-456-36-1249
|
|
614
|
+
word came 249-456-36-1249
|
|
615
|
+
nocross always came 349-456-36
|
|
616
|
+
joinword cannot 249-456-14-1249
|
|
617
|
+
word cannot 249-456-14-1249
|
|
618
|
+
joinword change 249-4-16-1249
|
|
619
|
+
word change 249-4-16-1249
|
|
620
|
+
nocross always change 349-4-16
|
|
621
|
+
joinword character 249-5-16-1249
|
|
622
|
+
word character 249-5-16-1249
|
|
623
|
+
nocross always character 349-5-16
|
|
624
|
+
joinword charge 249-456-16-1249
|
|
625
|
+
word charge 249-456-16-1249
|
|
626
|
+
nocross always charge 349-456-16
|
|
627
|
+
joinword chief 249-45-16-1249
|
|
628
|
+
word chief 249-45-16-1249
|
|
629
|
+
nocross always chief 349-45-16
|
|
630
|
+
joinword christ 249-5-14-1249
|
|
631
|
+
word christ 249-5-14-1249
|
|
632
|
+
nocross always christ 349-5-14
|
|
633
|
+
joinword clear 249-45-14-1249
|
|
634
|
+
word clear 249-45-14-1249
|
|
635
|
+
nocross always clear 349-45-14
|
|
636
|
+
joinword comes 249-45-36-1249
|
|
637
|
+
word comes 249-45-36-1249
|
|
638
|
+
nocross always comes 349-45-36
|
|
639
|
+
joinword coming 249-4-36-1249
|
|
640
|
+
word coming 249-4-36-1249
|
|
641
|
+
nocross always coming 349-4-36
|
|
642
|
+
joinword common 249-5-36-1249
|
|
643
|
+
word common 249-5-36-1249
|
|
644
|
+
nocross always common 349-5-36
|
|
645
|
+
joinword concern 249-4-25-1249
|
|
646
|
+
word concern 249-4-25-1249
|
|
647
|
+
nocross always concern 349-4-25
|
|
648
|
+
joinword condition 249-5-25-1249
|
|
649
|
+
word condition 249-5-25-1249
|
|
650
|
+
nocross always condition 349-5-25
|
|
651
|
+
joinword consider 249-45-25-1249
|
|
652
|
+
word consider 249-45-25-1249
|
|
653
|
+
nocross always consider 349-45-25
|
|
654
|
+
nocross begmidword considera 349-45-25
|
|
655
|
+
joinword continue 249-456-25-1249
|
|
656
|
+
word continue 249-456-25-1249
|
|
657
|
+
nocross always continue 349-456-25
|
|
658
|
+
joinword course 249-4-14-1249
|
|
659
|
+
word course 249-4-14-1249
|
|
660
|
+
nocross always course 349-4-14
|
|
661
|
+
|
|
662
|
+
# D
|
|
663
|
+
joinword day 249-5-145-1249
|
|
664
|
+
word day 249-5-145-1249
|
|
665
|
+
nocross always day 349-5-145
|
|
666
|
+
joinword dear 249-45-256-1249
|
|
667
|
+
word dear 249-45-256-1249
|
|
668
|
+
nocross always dear 349-45-256
|
|
669
|
+
joinword did 249-456-145-1249
|
|
670
|
+
word did 249-456-145-1249
|
|
671
|
+
nocross always did 349-456-145
|
|
672
|
+
joinword differ 249-4-256-1249
|
|
673
|
+
word differ 249-4-256-1249
|
|
674
|
+
nocross always differ 349-4-256
|
|
675
|
+
joinword does 249-45-145-1249
|
|
676
|
+
word does 249-45-145-1249
|
|
677
|
+
nocross always does 349-45-145
|
|
678
|
+
joinword doing 249-4-145-1249
|
|
679
|
+
word doing 249-4-145-1249
|
|
680
|
+
nocross always doing 349-4-145
|
|
681
|
+
joinword done 249-456-145-1249
|
|
682
|
+
word done 249-456-145-1249
|
|
683
|
+
nocross always done 349-456-145
|
|
684
|
+
joinword down 249-456-256-1249
|
|
685
|
+
word down 249-456-256-1249
|
|
686
|
+
nocross always down 349-456-256
|
|
687
|
+
joinword during 249-5-256-1249
|
|
688
|
+
word during 249-5-256-1249
|
|
689
|
+
nocross always during 349-5-256
|
|
690
|
+
|
|
691
|
+
# E
|
|
692
|
+
joinword each 249-45-15-1249
|
|
693
|
+
word each 249-45-15-1249
|
|
694
|
+
nocross always each 349-45-15
|
|
695
|
+
joinword enclose 249-456-26-1249
|
|
696
|
+
word enclose 249-456-26-1249
|
|
697
|
+
nocross always enclose 349-456-26
|
|
698
|
+
joinword endeavor 249-45-26-1249
|
|
699
|
+
word endeavor 249-45-26-1249
|
|
700
|
+
nocross always endeavor 349-45-26
|
|
701
|
+
joinword enter 249-4-26-1249
|
|
702
|
+
word enter 249-4-26-1249
|
|
703
|
+
nocross always enter 349-4-26
|
|
704
|
+
joinword entire 249-5-26-1249
|
|
705
|
+
word entire 249-5-26-1249
|
|
706
|
+
nocross always entire 349-5-26
|
|
707
|
+
joinword especial 249-15-126-1249
|
|
708
|
+
word especial 249-15-126-1249
|
|
709
|
+
nocross always especial 349-15-126
|
|
710
|
+
joinword etc. 249-4-15-1249
|
|
711
|
+
word etc. 249-4-15-1249
|
|
712
|
+
nocross always etc. 349-4-15
|
|
713
|
+
joinword even 249-456-15-1249
|
|
714
|
+
word even 249-456-15-1249
|
|
715
|
+
nocross always even 349-456-15
|
|
716
|
+
joinword ever 249-5-15-1249
|
|
717
|
+
word ever 249-5-15-1249
|
|
718
|
+
nocross always ever 349-5-15
|
|
719
|
+
nocross begmidword evera 349-5-15
|
|
720
|
+
nocross begmidword evere 349-5-15
|
|
721
|
+
nocross begmidword evere 349-5-15
|
|
722
|
+
nocross begmidword everi 349-5-15
|
|
723
|
+
nocross begmidword evero 349-5-15
|
|
724
|
+
nocross begmidword everu 349-5-15
|
|
725
|
+
joinword example 249-456-1346-1249
|
|
726
|
+
word example 249-456-1346-1249
|
|
727
|
+
nocross always example 349-456-1346
|
|
728
|
+
joinword except 249-4-1346-1249
|
|
729
|
+
word except 249-4-1346-1249
|
|
730
|
+
nocross always except 349-4-1346
|
|
731
|
+
joinword extra 249-5-1346-1249
|
|
732
|
+
word extra 249-5-1346-1249
|
|
733
|
+
nocross always extra 349-5-1346
|
|
734
|
+
joinword extreme 249-45-1346-1249
|
|
735
|
+
word extreme 249-45-1346-1249
|
|
736
|
+
nocross always extreme 349-45-1346
|
|
737
|
+
|
|
738
|
+
# F
|
|
739
|
+
joinword father 249-5-124-1249
|
|
740
|
+
word father 249-5-124-1249
|
|
741
|
+
nocross always father 349-5-124
|
|
742
|
+
joinword fear 249-45-124-1249
|
|
743
|
+
word fear 249-45-124-1249
|
|
744
|
+
nocross always fear 349-45-124
|
|
745
|
+
joinword first 249-4-124-1249
|
|
746
|
+
word first 249-4-124-1249
|
|
747
|
+
nocross always first 349-4-124
|
|
748
|
+
joinword follow 249-456-124-1249
|
|
749
|
+
word follow 249-456-124-1249
|
|
750
|
+
nocross always follow 349-456-124
|
|
751
|
+
joinword foreign 249-5-123456-1249
|
|
752
|
+
word foreign 249-5-123456-1249
|
|
753
|
+
nocross always foreign 349-5-123456
|
|
754
|
+
joinword forget 249-4-123456-1249
|
|
755
|
+
word forget 249-4-123456-1249
|
|
756
|
+
nocross always forget 349-4-123456
|
|
757
|
+
joinword fortunate 249-456-123456-1249
|
|
758
|
+
word fortunate 249-456-123456-1249
|
|
759
|
+
nocross always fortunate 349-456-123456
|
|
760
|
+
joinword fortune 249-45-123456-1249
|
|
761
|
+
word fortune 249-45-123456-1249
|
|
762
|
+
nocross always fortune 349-45-123456
|
|
763
|
+
|
|
764
|
+
# G
|
|
765
|
+
joinword gave 249-456-2356-1249
|
|
766
|
+
word gave 249-456-2356-1249
|
|
767
|
+
nocross always gave 349-456-2356
|
|
768
|
+
joinword give 249-5-2356-1249
|
|
769
|
+
word give 249-5-2356-1249
|
|
770
|
+
nocross always give 349-5-2356
|
|
771
|
+
joinword given 249-456-2356-1249
|
|
772
|
+
word given 249-456-2356-1249
|
|
773
|
+
nocross always given 349-456-2356
|
|
774
|
+
joinword giving 249-4-2356-1249
|
|
775
|
+
word giving 249-4-2356-1249
|
|
776
|
+
nocross always giving 349-4-2356
|
|
777
|
+
joinword god 249-5-1245-1249
|
|
778
|
+
word god 249-5-1245-1249
|
|
779
|
+
nocross always god 349-5-1245
|
|
780
|
+
joinword goes 249-45-1245-1249
|
|
781
|
+
word goes 249-45-1245-1249
|
|
782
|
+
nocross always goes 349-45-1245
|
|
783
|
+
joinword going 249-4-1245-1249
|
|
784
|
+
word going 249-4-1245-1249
|
|
785
|
+
nocross always going 349-4-1245
|
|
786
|
+
joinword gone 249-456-1245-1249
|
|
787
|
+
word gone 249-456-1245-1249
|
|
788
|
+
nocross always gone 349-456-1245
|
|
789
|
+
joinword great 249-45-2356-1249
|
|
790
|
+
word great 249-45-2356-1249
|
|
791
|
+
nocross always great 349-45-2356
|
|
792
|
+
nocross endword great 1245-1235-2345
|
|
793
|
+
|
|
794
|
+
# H
|
|
795
|
+
joinword had 249-456-125-1249
|
|
796
|
+
word had 249-456-125-1249
|
|
797
|
+
nocross always had 349-456-125
|
|
798
|
+
joinword has 249-45-125-1249
|
|
799
|
+
word has 249-45-125-1249
|
|
800
|
+
joinword hasn 249-45-125-1345
|
|
801
|
+
word hasn 249-45-125-1345
|
|
802
|
+
# nocross always has 349-45-125
|
|
803
|
+
joinword having 249-4-125-1249
|
|
804
|
+
word having 249-4-125-1249
|
|
805
|
+
nocross always having 349-4-125
|
|
806
|
+
joinword he 249-4-236-1249
|
|
807
|
+
word he 249-4-236-1249
|
|
808
|
+
joinword hear 249-45-236-1249
|
|
809
|
+
word hear 249-45-236-1249
|
|
810
|
+
nocross always hear 349-45-236
|
|
811
|
+
joinword her 249-456-236-1249
|
|
812
|
+
word her 249-456-236-1249
|
|
813
|
+
joinword here 249-5-125-1249
|
|
814
|
+
word here 249-5-125-1249
|
|
815
|
+
nocross always here 349-5-125
|
|
816
|
+
joinword house 249-5-236-1249
|
|
817
|
+
word house 249-5-236-1249
|
|
818
|
+
nocross always house 349-5-236
|
|
819
|
+
joinword how 249-5-246-1249
|
|
820
|
+
word how 249-5-246-1249
|
|
821
|
+
# nocross always how 349-5-246
|
|
822
|
+
joinword however 249-45-246-1249
|
|
823
|
+
word however 249-45-246-1249
|
|
824
|
+
nocross always however 349-45-246
|
|
825
|
+
|
|
826
|
+
# I
|
|
827
|
+
joinword idea 249-45-24-1249
|
|
828
|
+
word idea 249-45-24-1249
|
|
829
|
+
nocross always idea 349-45-24
|
|
830
|
+
joinword if 249-4-24-1249
|
|
831
|
+
word if 249-4-24-1249
|
|
832
|
+
word if 349-4-24
|
|
833
|
+
joinword import 249-5-24-1249
|
|
834
|
+
word import 249-5-24-1249
|
|
835
|
+
nocross always import 349-5-24
|
|
836
|
+
joinword improve 249-456-24-1249
|
|
837
|
+
word improve 249-456-24-1249
|
|
838
|
+
nocross always improve 349-456-24
|
|
839
|
+
joinword inclose 249-456-26-1249
|
|
840
|
+
word inclose 249-456-26-1249
|
|
841
|
+
nocross always inclose 349-456-26
|
|
842
|
+
joinword inside 249-4-35-1249
|
|
843
|
+
word inside 249-4-35-1249
|
|
844
|
+
nocross always inside 349-4-35
|
|
845
|
+
joinword instant 249-5-35-1249
|
|
846
|
+
word instant 249-5-35-1249
|
|
847
|
+
nocross always instant 349-5-35
|
|
848
|
+
joinword instead 249-45-35-1249
|
|
849
|
+
word instead 249-45-35-1249
|
|
850
|
+
nocross always instead 349-45-35
|
|
851
|
+
joinword interest 249-456-35-1249
|
|
852
|
+
word interest 249-456-35-1249
|
|
853
|
+
nocross always interest 349-456-35
|
|
854
|
+
|
|
855
|
+
# J
|
|
856
|
+
joinword jesus 249-5-245-1249
|
|
857
|
+
word jesus 249-5-245-1249
|
|
858
|
+
joinword join 249-4-245-1249
|
|
859
|
+
word join 249-4-245-1249
|
|
860
|
+
nocross always join 349-4-245
|
|
861
|
+
joinword judge 249-45-245-1249
|
|
862
|
+
word judge 249-45-245-1249
|
|
863
|
+
nocross always judge 349-45-245
|
|
864
|
+
joinword judgment 249-456-245-1249
|
|
865
|
+
word judgment 249-456-245-1249
|
|
866
|
+
nocross always judgment 349-456-245
|
|
867
|
+
|
|
868
|
+
# K
|
|
869
|
+
joinword keep 249-45-13-1249
|
|
870
|
+
word keep 249-45-13-1249
|
|
871
|
+
nocross always keep 349-45-13
|
|
872
|
+
joinword kind 249-4-13-1249
|
|
873
|
+
word kind 249-4-13-1249
|
|
874
|
+
nocross always kind 349-4-13
|
|
875
|
+
joinword knew 249-456-13-1249
|
|
876
|
+
word knew 249-456-13-1249
|
|
877
|
+
nocross always knew 349-456-13
|
|
878
|
+
joinword know 249-5-13-1249
|
|
879
|
+
word know 249-5-13-1249
|
|
880
|
+
nocross always know 349-5-13
|
|
881
|
+
joinword known 249-456-13-1249
|
|
882
|
+
word known 249-456-13-1249
|
|
883
|
+
nocross always known 349-456-13
|
|
884
|
+
|
|
885
|
+
# L
|
|
886
|
+
joinword least 249-45-123-1249
|
|
887
|
+
word least 249-45-123-1249
|
|
888
|
+
nocross always least 349-45-123
|
|
889
|
+
joinword leave 249-45-1236-1249
|
|
890
|
+
word leave 249-45-1236-1249
|
|
891
|
+
nocross always leave 349-45-1236
|
|
892
|
+
joinword left 249-456-1236-1249
|
|
893
|
+
word left 249-456-1236-1249
|
|
894
|
+
nocross always left 349-456-1236
|
|
895
|
+
#joinword less 249-46-234-1249
|
|
896
|
+
#word less 249-46-234-1249
|
|
897
|
+
joinword life 249-4-123-1249
|
|
898
|
+
word life 249-4-123-1249
|
|
899
|
+
nocross always life 349-4-123
|
|
900
|
+
joinword live 249-4-1236-1249
|
|
901
|
+
word live 249-4-1236-1249
|
|
902
|
+
nocross always live 349-4-1236
|
|
903
|
+
joinword long 249-456-123-1249
|
|
904
|
+
word long 249-456-123-1249
|
|
905
|
+
nocross always long 349-456-123
|
|
906
|
+
joinword lord 249-5-123-1249
|
|
907
|
+
word lord 249-5-123-1249
|
|
908
|
+
nocross always lord 349-5-123
|
|
909
|
+
joinword love 249-5-1236-1249
|
|
910
|
+
word love 249-5-1236-1249
|
|
911
|
+
nocross always love 349-5-1236
|
|
912
|
+
|
|
913
|
+
# M
|
|
914
|
+
joinword made 249-456-23456-1249
|
|
915
|
+
word made 249-456-23456-1249
|
|
916
|
+
joinword make 249-5-23456-1249
|
|
917
|
+
word make 249-5-23456-1249
|
|
918
|
+
joinword many 249-456-134-1249
|
|
919
|
+
word many 249-456-134-1249
|
|
920
|
+
nocross always many 349-456-134
|
|
921
|
+
joinword may 249-4-134-1249
|
|
922
|
+
word may 249-4-134-1249
|
|
923
|
+
nocross always may 349-4-134
|
|
924
|
+
joinword mean 249-45-345-1249
|
|
925
|
+
word mean 249-45-345-1249
|
|
926
|
+
nocross always mean 349-45-345
|
|
927
|
+
joinword might 249-4-345-1249
|
|
928
|
+
word might 249-4-345-1249
|
|
929
|
+
nocross always might 349-4-345
|
|
930
|
+
joinword mind 249-5-345-1249
|
|
931
|
+
word mind 249-5-345-1249
|
|
932
|
+
nocross always mind 349-5-345
|
|
933
|
+
joinword most 249-45-134-1249
|
|
934
|
+
word most 249-45-134-1249
|
|
935
|
+
nocross always most 349-45-134
|
|
936
|
+
joinword mother 249-5-134-1249
|
|
937
|
+
word mother 249-5-134-1249
|
|
938
|
+
nocross always mother 349-5-134
|
|
939
|
+
joinword my 249-456-345-1249
|
|
940
|
+
word my 249-456-345-1249
|
|
941
|
+
#nocross always my 349-456-345
|
|
942
|
+
|
|
943
|
+
# N
|
|
944
|
+
joinword name 249-5-1345-1249
|
|
945
|
+
word name 249-5-1345-1249
|
|
946
|
+
nocross always name 349-5-1345
|
|
947
|
+
joinword near 249-45-1345-1249
|
|
948
|
+
word near 249-45-1345-1249
|
|
949
|
+
nocross always near 349-45-1345
|
|
950
|
+
joinword never 249-456-1345-1249
|
|
951
|
+
word never 249-456-1345-1249
|
|
952
|
+
nocross always never 349-456-1345
|
|
953
|
+
joinword next 249-4-1345-1249
|
|
954
|
+
word next 249-4-1345-1249
|
|
955
|
+
nocross always next 349-4-1345
|
|
956
|
+
joinword nobody 249-45-3456-1249
|
|
957
|
+
word nobody 249-45-3456-1249
|
|
958
|
+
joinword none 249-5-3456-1249
|
|
959
|
+
word none 249-5-3456-1249
|
|
960
|
+
nocross always none 349-5-3456
|
|
961
|
+
joinword nothing 249-456-3456-1249
|
|
962
|
+
word nothing 249-456-3456-1249
|
|
963
|
+
nocross always nothing 349-456-3456
|
|
964
|
+
joinword number 249-4-3456-1249
|
|
965
|
+
word number 249-4-3456-1249
|
|
966
|
+
nocross always number 349-4-3456
|
|
967
|
+
|
|
968
|
+
# O
|
|
969
|
+
joinword offer 249-4-12356-1249
|
|
970
|
+
word offer 249-4-12356-1249
|
|
971
|
+
nocross always offer 349-4-12356
|
|
972
|
+
joinword office 249-45-12356-1249
|
|
973
|
+
word office 249-45-12356-1249
|
|
974
|
+
nocross always office 349-45-12356
|
|
975
|
+
joinword official 249-456-12356-1249
|
|
976
|
+
word official 249-456-12356-1249
|
|
977
|
+
nocross always official 349-456-12356
|
|
978
|
+
joinword often 249-5-12356-1249
|
|
979
|
+
word often 249-5-12356-1249
|
|
980
|
+
nocross always often 349-5-12356
|
|
981
|
+
joinword old 249-4-135-1249
|
|
982
|
+
word old 249-4-135-1249
|
|
983
|
+
nocross always old 349-4-135
|
|
984
|
+
joinword one 249-5-135-1249
|
|
985
|
+
word one 249-5-135-1249
|
|
986
|
+
nocross always one 349-5-135
|
|
987
|
+
joinword order 249-5-346-1249
|
|
988
|
+
word order 249-5-346-1249
|
|
989
|
+
nocross always order 349-5-346
|
|
990
|
+
joinword ordinarily 249-456-346-1249
|
|
991
|
+
word ordinarily 249-456-346-1249
|
|
992
|
+
nocross always ordinarily 349-456-346
|
|
993
|
+
joinword ordinary 249-45-346-1249
|
|
994
|
+
word ordinary 249-45-346-1249
|
|
995
|
+
nocross always ordinary 349-45-346
|
|
996
|
+
joinword origin 249-4-346-1249
|
|
997
|
+
word origin 249-4-346-1249
|
|
998
|
+
nocross always origin 349-4-346
|
|
999
|
+
joinword other 249-45-135-1249
|
|
1000
|
+
word other 249-45-135-1249
|
|
1001
|
+
nocross always other 349-45-135
|
|
1002
|
+
joinword ounce 249-45-1256-1249
|
|
1003
|
+
word ounce 249-45-1256-1249
|
|
1004
|
+
nocross always ounce 45-1256
|
|
1005
|
+
joinword ought 249-5-1256-1249
|
|
1006
|
+
word ought 249-5-1256-1249
|
|
1007
|
+
nocross always ought 349-5-1256
|
|
1008
|
+
joinword our 249-456-1256-1249
|
|
1009
|
+
word our 249-456-1256-1249
|
|
1010
|
+
# nocross always our 349-456-1256
|
|
1011
|
+
joinword outside 249-4-1256-1249
|
|
1012
|
+
word outside 249-4-1256-1249
|
|
1013
|
+
nocross always outside 349-4-1256
|
|
1014
|
+
joinword over 249-456-135-1249
|
|
1015
|
+
word over 249-456-135-1249
|
|
1016
|
+
nocross always over 349-456-135
|
|
1017
|
+
nocross begmidword overa 349-456-135
|
|
1018
|
+
nocross begmidword overre 349-456-135-246
|
|
1019
|
+
joinword own 249-4-246-1249
|
|
1020
|
+
word own 249-4-246-1249
|
|
1021
|
+
nocross always own 349-4-246
|
|
1022
|
+
|
|
1023
|
+
# P
|
|
1024
|
+
joinword part 249-5-1234-1249
|
|
1025
|
+
word part 249-5-1234-1249
|
|
1026
|
+
nocross always part 349-5-1234
|
|
1027
|
+
joinword please 249-45-1234-1249
|
|
1028
|
+
word please 249-45-1234-1249
|
|
1029
|
+
nocross always please 349-45-1234
|
|
1030
|
+
|
|
1031
|
+
# Q
|
|
1032
|
+
joinword quality 249-456-12345-1249
|
|
1033
|
+
word quality 249-456-12345-1249
|
|
1034
|
+
nocross always quality 349-456-12345
|
|
1035
|
+
joinword question 249-5-12345-1249
|
|
1036
|
+
word question 249-5-12345-1249
|
|
1037
|
+
nocross always question 349-5-12345
|
|
1038
|
+
joinword quick 249-45-12345-1249
|
|
1039
|
+
word quick 249-45-12345-1249
|
|
1040
|
+
nocross always quick 349-45-12345
|
|
1041
|
+
joinword quiet 249-4-12345-1249
|
|
1042
|
+
word quiet 249-4-12345-1249
|
|
1043
|
+
nocross always quiet 349-4-12345
|
|
1044
|
+
|
|
1045
|
+
# R
|
|
1046
|
+
joinword read 249-45-1235-1249
|
|
1047
|
+
word read 249-45-1235-1249
|
|
1048
|
+
nocross always read 349-45-1235
|
|
1049
|
+
joinword regular 249-456-1235-1249
|
|
1050
|
+
word regular 249-456-1235-1249
|
|
1051
|
+
nocross always regular 349-456-1235
|
|
1052
|
+
joinword represent 249-4-1235-1249
|
|
1053
|
+
word represent 249-4-1235-1249
|
|
1054
|
+
nocross always represent 349-4-1235
|
|
1055
|
+
nocross always representa 349-4-1235 # For representative etc.
|
|
1056
|
+
joinword right 249-5-1235-1249
|
|
1057
|
+
word right 249-5-1235-1249
|
|
1058
|
+
nocross always right 349-5-1235
|
|
1059
|
+
|
|
1060
|
+
# S
|
|
1061
|
+
joinword same 249-4-234-1249
|
|
1062
|
+
word same 249-4-234-1249
|
|
1063
|
+
nocross always same 349-4-234
|
|
1064
|
+
joinword sea 249-45-234-1249
|
|
1065
|
+
word sea 249-45-234-1249
|
|
1066
|
+
nocross always sea 349-45-234
|
|
1067
|
+
joinword see 249-45-234-1249
|
|
1068
|
+
word see 249-45-234-1249
|
|
1069
|
+
nocross always see 349-45-234
|
|
1070
|
+
joinword seem 249-45-1356-1249
|
|
1071
|
+
word seem 249-45-1356-1249
|
|
1072
|
+
nocross always seem 349-45-1356
|
|
1073
|
+
joinword shalt 249-456-146-1249
|
|
1074
|
+
word shalt 249-456-146-1249
|
|
1075
|
+
nocross always shalt 349-456-146
|
|
1076
|
+
joinword share 249-45-146-1249
|
|
1077
|
+
word share 249-45-146-1249
|
|
1078
|
+
nocross always share 349-45-146
|
|
1079
|
+
joinword she 249-4-146-1249
|
|
1080
|
+
word she 249-4-146-1249
|
|
1081
|
+
word she 349-4-146
|
|
1082
|
+
joinword short 249-5-146-1249
|
|
1083
|
+
word short 249-5-146-1249
|
|
1084
|
+
nocross always short 349-5-146
|
|
1085
|
+
nocross begmidword shorta 349-5-146
|
|
1086
|
+
joinword side 249-4-1356-1249
|
|
1087
|
+
word side 249-4-1356-1249
|
|
1088
|
+
nocross always side 349-4-1356
|
|
1089
|
+
joinword some 249-5-234-1249
|
|
1090
|
+
word some 249-5-234-1249
|
|
1091
|
+
nocross always some 349-5-234
|
|
1092
|
+
# uncomment the following 4 lines to
|
|
1093
|
+
# get the two-celled word signs for
|
|
1094
|
+
# "someone" and "something".
|
|
1095
|
+
# joinword someone 249-5-3-1249
|
|
1096
|
+
# word someone 249-5-3-1249
|
|
1097
|
+
# nocross always someone 349-5-3
|
|
1098
|
+
# joinword something 249-4-3-1249
|
|
1099
|
+
# word something 249-4-3-1249
|
|
1100
|
+
# nocross always something 349-4-3
|
|
1101
|
+
joinword soon 249-456-1356-1249
|
|
1102
|
+
word soon 249-456-1356-1249
|
|
1103
|
+
nocross always soon 349-456-1356
|
|
1104
|
+
joinword speak 249-45-126-1249
|
|
1105
|
+
word speak 249-45-126-1249
|
|
1106
|
+
nocross always speak 349-45-126
|
|
1107
|
+
joinword special 249-5-126-1249
|
|
1108
|
+
word special 249-5-126-1249
|
|
1109
|
+
nocross always special 349-5-126
|
|
1110
|
+
nocross begmidword speciali 349-5-126
|
|
1111
|
+
joinword spirit 249-456-234-1249
|
|
1112
|
+
word spirit 249-456-234-1249
|
|
1113
|
+
nocross always spirit 349-456-234
|
|
1114
|
+
joinword spoke 249-456-126-1249
|
|
1115
|
+
word spoke 249-456-126-1249
|
|
1116
|
+
nocross always spoke 349-456-126
|
|
1117
|
+
joinword spoken 249-456-126-1249
|
|
1118
|
+
word spoken 249-456-126-1249
|
|
1119
|
+
nocross always spoken 349-456-126
|
|
1120
|
+
joinword straight 249-5-34-1249
|
|
1121
|
+
word straight 249-5-34-1249
|
|
1122
|
+
nocross always straight 349-5-34
|
|
1123
|
+
joinword strange 249-4-34-1249
|
|
1124
|
+
word strange 249-4-34-1249
|
|
1125
|
+
nocross always strange 349-4-34
|
|
1126
|
+
joinword strength 249-45-34-1249
|
|
1127
|
+
word strength 249-45-34-1249
|
|
1128
|
+
nocross always strength 349-45-34
|
|
1129
|
+
joinword strong 249-456-34-1249
|
|
1130
|
+
word strong 249-456-34-1249
|
|
1131
|
+
nocross always strong 349-456-34
|
|
1132
|
+
|
|
1133
|
+
# T
|
|
1134
|
+
joinword than 249-4-1456-1249
|
|
1135
|
+
word than 249-4-1456-1249
|
|
1136
|
+
nocross always than 249-4-1456
|
|
1137
|
+
joinword their 249-456-2346-1249
|
|
1138
|
+
word their 249-456-2346-1249
|
|
1139
|
+
nocross always their 349-456-2346
|
|
1140
|
+
joinword then 249-4-2346-1249
|
|
1141
|
+
word then 249-4-2346-1249
|
|
1142
|
+
# nocross always then 349-4-2346
|
|
1143
|
+
joinword there 249-5-2346-1249
|
|
1144
|
+
word there 249-5-2346-1249
|
|
1145
|
+
nocross always there 349-5-2346
|
|
1146
|
+
joinword these 249-45-2346-1249
|
|
1147
|
+
word these 249-45-2346-1249
|
|
1148
|
+
nocross always these 349-45-2346
|
|
1149
|
+
joinword they 249-4-126-1249
|
|
1150
|
+
word they 249-4-126-1249
|
|
1151
|
+
nocross always they 349-4-126
|
|
1152
|
+
joinword thing 249-45-3-1249
|
|
1153
|
+
word thing 249-45-3-1249
|
|
1154
|
+
# nocross always thing 349-45-3
|
|
1155
|
+
joinword things 249-456-3-1249
|
|
1156
|
+
word things 249-456-3-1249
|
|
1157
|
+
joinword those 249-45-1456-1249
|
|
1158
|
+
word those 249-45-1456-1249
|
|
1159
|
+
nocross always those 349-45-1456
|
|
1160
|
+
joinword though 249-456-1456-1249
|
|
1161
|
+
word though 249-456-1456-1249
|
|
1162
|
+
#nocross always though 349-456-1456
|
|
1163
|
+
joinword through 249-5-1456-1249
|
|
1164
|
+
word through 249-5-1456-1249
|
|
1165
|
+
nocross always through 349-5-1456
|
|
1166
|
+
joinword time 249-5-2345-1249
|
|
1167
|
+
word time 249-5-2345-1249
|
|
1168
|
+
nocross always time 349-5-2345
|
|
1169
|
+
joinword together 249-4-235-1249
|
|
1170
|
+
word together 249-4-235-1249
|
|
1171
|
+
nocross always together 349-4-235
|
|
1172
|
+
joinword too 249-45-235-1249
|
|
1173
|
+
word too 249-45-235-1249
|
|
1174
|
+
# nocross always too 349-45-235
|
|
1175
|
+
joinword towards 249-5-235-1249
|
|
1176
|
+
word towards 249-5-235-1249
|
|
1177
|
+
nocross always towards 349-5-235
|
|
1178
|
+
joinword treat 249-45-2345-1249
|
|
1179
|
+
word treat 249-45-2345-1249
|
|
1180
|
+
nocross always treat 349-45-2345
|
|
1181
|
+
joinword true 249-4-2345-1249
|
|
1182
|
+
word true 249-4-2345-1249
|
|
1183
|
+
nocross always true 349-4-2345
|
|
1184
|
+
joinword truly 249-456-2345-1249
|
|
1185
|
+
word truly 249-456-2345-1249
|
|
1186
|
+
joinword two 249-456-235-1249
|
|
1187
|
+
word two 249-456-235-1249
|
|
1188
|
+
nocross always two 349-456-235
|
|
1189
|
+
|
|
1190
|
+
# U
|
|
1191
|
+
joinword under 249-5-136-1249
|
|
1192
|
+
word under 249-5-136-1249
|
|
1193
|
+
nocross always under 349-5-136
|
|
1194
|
+
joinword unto 249-456-136-1249
|
|
1195
|
+
word unto 249-456-136-1249
|
|
1196
|
+
nocross always unto 349-456-136
|
|
1197
|
+
joinword up 249-4-136-1249
|
|
1198
|
+
word up 249-4-136-1249
|
|
1199
|
+
joinword upon 249-45-136-1249
|
|
1200
|
+
word upon 249-45-136-1249
|
|
1201
|
+
nocross always upon 249-45-136
|
|
1202
|
+
|
|
1203
|
+
# W
|
|
1204
|
+
joinword want 249-4-12456-1249
|
|
1205
|
+
word want 249-4-12456-1249
|
|
1206
|
+
nocross always want 349-4-12456
|
|
1207
|
+
joinword weak 249-45-12456-1249
|
|
1208
|
+
word weak 249-45-12456-1249
|
|
1209
|
+
nocross always weak 349-45-12456
|
|
1210
|
+
joinword week 249-45-12456-1249
|
|
1211
|
+
word week 249-45-12456-1249
|
|
1212
|
+
nocross always week 349-45-12456
|
|
1213
|
+
joinword well 249-456-12456-1249
|
|
1214
|
+
word well 249-456-12456-1249
|
|
1215
|
+
nocross always well 349-456-12456
|
|
1216
|
+
joinword went 249-5-12456-1249
|
|
1217
|
+
word went 249-5-12456-1249
|
|
1218
|
+
word went 349-5-12456
|
|
1219
|
+
joinword when 249-4-1246-1249
|
|
1220
|
+
word when 249-4-1246-1249
|
|
1221
|
+
nocross always when 349-4-1246
|
|
1222
|
+
joinword where 249-5-156-1249
|
|
1223
|
+
word where 249-5-156-1249
|
|
1224
|
+
nocross always where 349-5-156
|
|
1225
|
+
joinword whether 249-45-1246-1249
|
|
1226
|
+
word whether 249-45-1246-1249
|
|
1227
|
+
nocross always whether 349-45-1246
|
|
1228
|
+
joinword while 249-456-1246-1249
|
|
1229
|
+
word while 249-456-1246-1249
|
|
1230
|
+
nocross always while 349-456-1246
|
|
1231
|
+
joinword who 249-4-156-1249
|
|
1232
|
+
word who 249-4-156-1249
|
|
1233
|
+
#nocross always who 349-4-156
|
|
1234
|
+
joinword whole 249-456-156-1249
|
|
1235
|
+
word whole 249-456-156-1249
|
|
1236
|
+
nocross always whole 349-456-156
|
|
1237
|
+
joinword whose 249-45-156-1249
|
|
1238
|
+
word whose 249-45-156-1249
|
|
1239
|
+
joinword why 249-5-1246-1249
|
|
1240
|
+
word why 249-5-1246-1249
|
|
1241
|
+
nocross always why 349-5-1246
|
|
1242
|
+
joinword willing 249-4-2456-1249
|
|
1243
|
+
word willing 249-4-2456-1249
|
|
1244
|
+
nocross always willing 349-4-2456
|
|
1245
|
+
joinword within 249-4-23456-1249
|
|
1246
|
+
word within 249-4-23456-1249
|
|
1247
|
+
nocross always within 349-4-23456
|
|
1248
|
+
joinword without 249-45-23456-1249
|
|
1249
|
+
word without 249-45-23456-1249
|
|
1250
|
+
nocross always without 349-45-23456
|
|
1251
|
+
joinword word 249-45-2456-1249
|
|
1252
|
+
word word 249-45-2456-1249
|
|
1253
|
+
nocross always word 349-45-2456
|
|
1254
|
+
joinword work 249-5-2456-1249
|
|
1255
|
+
word work 249-5-2456-1249
|
|
1256
|
+
nocross always work 349-5-2456
|
|
1257
|
+
joinword world 249-456-2456-1249
|
|
1258
|
+
word world 249-456-2456-1249
|
|
1259
|
+
nocross always world 349-456-2456
|
|
1260
|
+
joinword write 249-5-356-1249
|
|
1261
|
+
word write 249-5-356-1249
|
|
1262
|
+
nocross always write 349-5-356
|
|
1263
|
+
joinword writes 249-45-356-1249
|
|
1264
|
+
word writes 249-45-356-1249
|
|
1265
|
+
nocross always writes 349-45-356
|
|
1266
|
+
joinword writing 249-4-356-1249
|
|
1267
|
+
word writing 249-4-356-1249
|
|
1268
|
+
nocross always writing 349-4-356
|
|
1269
|
+
joinword written 249-456-356-1249
|
|
1270
|
+
word written 249-456-356-1249
|
|
1271
|
+
nocross always written 349-456-356
|
|
1272
|
+
joinword wrote 249-456-356-1249
|
|
1273
|
+
word wrote 249-456-356-1249
|
|
1274
|
+
nocross always wrote 349-456-356
|
|
1275
|
+
|
|
1276
|
+
# Y
|
|
1277
|
+
joinword year 249-45-13456-1249
|
|
1278
|
+
word year 249-45-13456-1249
|
|
1279
|
+
nocross always year 349-45-13456
|
|
1280
|
+
joinword yet 249-4-13456-1249
|
|
1281
|
+
word yet 249-4-13456-1249
|
|
1282
|
+
nocross always yet 349-4-13456
|
|
1283
|
+
joinword young 249-5-13456-1249
|
|
1284
|
+
word young 249-5-13456-1249
|
|
1285
|
+
nocross always young 349-5-13456
|
|
1286
|
+
joinword your 249-456-13456-1249
|
|
1287
|
+
word your 249-456-13456-1249
|
|
1288
|
+
|
|
1289
|
+
### Word contractions with two or more letters ###
|
|
1290
|
+
# It is not clear which of these may appear as partwords.
|
|
1291
|
+
# If a contraction could be used as a partword (e.g. "whereabouts),
|
|
1292
|
+
#it is entered both as word and as "nocross always".
|
|
1293
|
+
# This section also contains derived words
|
|
1294
|
+
# from word signs. These contractions are
|
|
1295
|
+
# not in themselves treated as word signs.
|
|
1296
|
+
word about 1-12
|
|
1297
|
+
nocross always about 1-12
|
|
1298
|
+
word above 1-12-1236
|
|
1299
|
+
word according 1-14
|
|
1300
|
+
nocross always according 1-14
|
|
1301
|
+
word account 1-14-14
|
|
1302
|
+
nocross always account 1-14-14
|
|
1303
|
+
word accounted 1-14-14-1246
|
|
1304
|
+
nocross always accounted 1-14-14-1246
|
|
1305
|
+
word accounting 1-14-14-346
|
|
1306
|
+
nocross always accounting 1-14-14-346
|
|
1307
|
+
word acknowledge 1-14-13
|
|
1308
|
+
nocross always acknowledge 1-14-13
|
|
1309
|
+
word acknowledged 1-14-13-145
|
|
1310
|
+
nocross always acknowledged 1-14-13-145
|
|
1311
|
+
word acknowledging 1-14-13-1245
|
|
1312
|
+
nocross always acknowledging 1-14-13-1245
|
|
1313
|
+
word acknowledgment 1-14-13-56-2345
|
|
1314
|
+
nocross always acknowledgment 1-14-13-56-2345
|
|
1315
|
+
word across 1-14-1235
|
|
1316
|
+
word after 1-124
|
|
1317
|
+
nocross always after 1-124
|
|
1318
|
+
word afternoon 1-124-1345
|
|
1319
|
+
nocross always afternoon 1-124-1345
|
|
1320
|
+
word afterward 1-124-2456
|
|
1321
|
+
nocross always afterward 1-124-2456
|
|
1322
|
+
word again 1-1245
|
|
1323
|
+
word against 1-1245-34
|
|
1324
|
+
nocross always against 1-1245-34
|
|
1325
|
+
word agree 1-1245-1235
|
|
1326
|
+
nocross always agree 1-1245-1235
|
|
1327
|
+
word agreeable 1-1245-1235-3456
|
|
1328
|
+
nocross always agreeable 1-1245-1235-3456
|
|
1329
|
+
word almost 1-123-134
|
|
1330
|
+
word already 1-123-1235
|
|
1331
|
+
word also 1-123
|
|
1332
|
+
nocross always also 1-123
|
|
1333
|
+
word although 1-123-1456
|
|
1334
|
+
word altogether 1-123-2345
|
|
1335
|
+
word always 1-123-2456
|
|
1336
|
+
word answer 1-1345-234
|
|
1337
|
+
nocross always answer 1-1345-234
|
|
1338
|
+
word anxious 1-1345-1346
|
|
1339
|
+
nocross always anxious 1-1345-1346
|
|
1340
|
+
word anymore 349-4-12346-134
|
|
1341
|
+
word because 1349-23-14
|
|
1342
|
+
word becoming 349-5-23-1245
|
|
1343
|
+
nocross always becoming 349-5-23-1245
|
|
1344
|
+
word before 1349-23-124
|
|
1345
|
+
word behind 1349-23-125
|
|
1346
|
+
word believing 349-45-23-1245
|
|
1347
|
+
nocross always believing 349-45-23-1245
|
|
1348
|
+
nocross always believa 349-45-23 # Believable etc.
|
|
1349
|
+
word below 23-123
|
|
1350
|
+
nocross always below 23-123
|
|
1351
|
+
word beneath 1349-23-1345
|
|
1352
|
+
word beside 1349-23-234
|
|
1353
|
+
nocross always beside 1349-23-234
|
|
1354
|
+
word best 12-34
|
|
1355
|
+
nocross always best 12-34
|
|
1356
|
+
word between 1349-23-2345
|
|
1357
|
+
nocross always between 1349-23-2345
|
|
1358
|
+
word beyond 1349-23-13456
|
|
1359
|
+
word blind 12-123
|
|
1360
|
+
nocross always blind 12-123
|
|
1361
|
+
word book 12-13
|
|
1362
|
+
nocross always book 12-13
|
|
1363
|
+
word both 12-1456
|
|
1364
|
+
nocross always both 12-1456
|
|
1365
|
+
word braille 12-1235-123
|
|
1366
|
+
nocross always braille 12-1235-123
|
|
1367
|
+
word business 12-56-234
|
|
1368
|
+
nocross always business 12-56-234
|
|
1369
|
+
word changing 349-4-16-1245
|
|
1370
|
+
nocross always changing 349-4-16-1245
|
|
1371
|
+
word charging 349-456-16-1245
|
|
1372
|
+
nocross always charging 349-456-16-1245
|
|
1373
|
+
word children 16-1345
|
|
1374
|
+
nocross always children 16-1345
|
|
1375
|
+
word church 16-16
|
|
1376
|
+
nocross always church 16-16
|
|
1377
|
+
word city 14-56-13456
|
|
1378
|
+
word conceive 1349-25-14-1236
|
|
1379
|
+
nocross always conceive 1349-25-14-1236
|
|
1380
|
+
nocross always conceiva 1349-25-14-1236 # conceivable etc.
|
|
1381
|
+
word conceiving 1349-25-14-1236-1245
|
|
1382
|
+
nocross always conceiving 1349-25-14-1236-1245
|
|
1383
|
+
word continuing 349-456-25-1245
|
|
1384
|
+
nocross always continuing 349-456-25-1245
|
|
1385
|
+
word could 14-145
|
|
1386
|
+
nocross always could 14-145
|
|
1387
|
+
contraction cd
|
|
1388
|
+
word coursing 349-4-14-1245
|
|
1389
|
+
word deceive 145-14-1236
|
|
1390
|
+
nocross always deceive 145-14-1236
|
|
1391
|
+
nocross always deceiva 1349-145-14-1236 # deceivable etc.
|
|
1392
|
+
word deceiving 145-14-1236-1245
|
|
1393
|
+
nocross always deceiving 145-14-1236-1245
|
|
1394
|
+
word difficult 145-235-14
|
|
1395
|
+
nocross always difficult 145-235-14
|
|
1396
|
+
word either 15-24
|
|
1397
|
+
word enclosing 349-456-26-1245
|
|
1398
|
+
nocross always enclosing 349-456-26-1245
|
|
1399
|
+
word evermore 349-5-15-134
|
|
1400
|
+
word everybody 15-12-145-13456
|
|
1401
|
+
word everything 15-1456-346
|
|
1402
|
+
word exampling 349-456-1346-1245
|
|
1403
|
+
nocross always exampling 349-456-1346-1245
|
|
1404
|
+
word exceeding 1346-145-346
|
|
1405
|
+
nocross always exceeding 1346-145-346
|
|
1406
|
+
word faith 124-1456
|
|
1407
|
+
nocross always faith 124-1456
|
|
1408
|
+
word few 124-2456
|
|
1409
|
+
nocross always few 124-2456
|
|
1410
|
+
word five 124-1236
|
|
1411
|
+
nocross always five 124-1236
|
|
1412
|
+
word forward 123456-2456
|
|
1413
|
+
nocross always forward 123456-2456
|
|
1414
|
+
word friend 124-1235
|
|
1415
|
+
nocross always friend 124-1235
|
|
1416
|
+
contraction fr
|
|
1417
|
+
word frequent 124-1235-12345
|
|
1418
|
+
nocross always frequent 124-1235-12345
|
|
1419
|
+
contraction frq
|
|
1420
|
+
nocross midendword full 124-456
|
|
1421
|
+
word furthermore 124-136-1235-2346-1235-134
|
|
1422
|
+
word general 1245-26
|
|
1423
|
+
nocross always general 1245-26
|
|
1424
|
+
word get 1245-2345
|
|
1425
|
+
nocross always get 1245-2345
|
|
1426
|
+
word getting 1245-356-346
|
|
1427
|
+
nocross always getting 1245-356-346
|
|
1428
|
+
word glory 1245-123
|
|
1429
|
+
nocross always glory 1245-123
|
|
1430
|
+
word good 1245-145
|
|
1431
|
+
nocross always good 1245-145
|
|
1432
|
+
word govern 1245-135-1236
|
|
1433
|
+
nocross always govern 1245-135-1236
|
|
1434
|
+
word grace 1245-1235
|
|
1435
|
+
nocross always grace 1245-1235
|
|
1436
|
+
word help 125-123-1234
|
|
1437
|
+
nocross always help 125-123-1234
|
|
1438
|
+
word hers 125-12456-234
|
|
1439
|
+
word herself 125-12456-124
|
|
1440
|
+
word him 125-134
|
|
1441
|
+
word himself 125-134-124
|
|
1442
|
+
word holy 125-123
|
|
1443
|
+
nocross always holy 125-123
|
|
1444
|
+
word home 125-134-15
|
|
1445
|
+
nocross always home 125-134-15
|
|
1446
|
+
word homes 125-134-1356
|
|
1447
|
+
nocross always homes 125-134-1356
|
|
1448
|
+
word hope 125-1234-15
|
|
1449
|
+
nocross always hope 125-1234-15
|
|
1450
|
+
word hoped 125-1234-1246
|
|
1451
|
+
nocross always hoped 125-1234-1246
|
|
1452
|
+
word hopes 125-1234-1356
|
|
1453
|
+
nocross always hopes 125-1234-1356
|
|
1454
|
+
word hoping 125-1234-1245
|
|
1455
|
+
nocross always hoping 125-1234-1245
|
|
1456
|
+
word housing 349-5-236-1245
|
|
1457
|
+
nocross always housing 349-5-236-1245
|
|
1458
|
+
word immediate 24-134-134
|
|
1459
|
+
nocross always immediate 24-134-134
|
|
1460
|
+
word important 5-24-1345-2345
|
|
1461
|
+
nocross always important 5-24-1345-2345
|
|
1462
|
+
word improving 349-456-24-1245
|
|
1463
|
+
nocross always improving 349-456-24-1245
|
|
1464
|
+
word inclosing 349-456-26-1245
|
|
1465
|
+
nocross always inclosing 349-456-26-1245
|
|
1466
|
+
word indeed 35-145
|
|
1467
|
+
nocross always indeed 35-145
|
|
1468
|
+
word its 1346-234
|
|
1469
|
+
word itself 1346-124
|
|
1470
|
+
word judging 349-45-245-1245
|
|
1471
|
+
nocross always judging 349-45-245-1245
|
|
1472
|
+
word justice 245-36
|
|
1473
|
+
nocross always justice 245-36
|
|
1474
|
+
word justly 245-45
|
|
1475
|
+
nocross always justly 245-45
|
|
1476
|
+
word leaving 349-45-1236-1245
|
|
1477
|
+
nocross always leaving 349-45-1236-1245
|
|
1478
|
+
word let 123-2345
|
|
1479
|
+
nocross always let 123-2345
|
|
1480
|
+
word letter 123-1235
|
|
1481
|
+
nocross always letter 123-1235
|
|
1482
|
+
word letting 123-356-346
|
|
1483
|
+
nocross always letting 123-356-346
|
|
1484
|
+
word likely 123-45
|
|
1485
|
+
nocross always likely 123-45
|
|
1486
|
+
word likewise 123-2456-156
|
|
1487
|
+
nocross always likewise 123-2456-156
|
|
1488
|
+
word little 123-123
|
|
1489
|
+
nocross always little 123-123
|
|
1490
|
+
word littling 123-123-1245
|
|
1491
|
+
nocross always littling 123-123-1245
|
|
1492
|
+
word living 349-4-1236-1245
|
|
1493
|
+
nocross always living 349-4-1236-1245
|
|
1494
|
+
word look 123-13
|
|
1495
|
+
nocross always look 123-13
|
|
1496
|
+
word loving 349-5-1236-1245
|
|
1497
|
+
nocross always loving 349-5-1236-1245
|
|
1498
|
+
word makes 134-13-1356
|
|
1499
|
+
nocross always makes 134-13-1356
|
|
1500
|
+
word making 134-13-346
|
|
1501
|
+
nocross always making 134-13-346
|
|
1502
|
+
word member 134-134
|
|
1503
|
+
nocross always member 134-134
|
|
1504
|
+
word moreover 134-135
|
|
1505
|
+
word much 134-16
|
|
1506
|
+
nocross always much 134-16
|
|
1507
|
+
word must 134-34
|
|
1508
|
+
nocross always must 134-34
|
|
1509
|
+
word myself 134-13456-124
|
|
1510
|
+
nocross always myself 134-13456-124
|
|
1511
|
+
word naming 349-5-1345-1245
|
|
1512
|
+
nocross always naming 349-5-1345-1245
|
|
1513
|
+
word necessarily 1345-15-14-45
|
|
1514
|
+
nocross always necessarily 1345-15-14-45
|
|
1515
|
+
word necessary 1345-15-14
|
|
1516
|
+
nocross always necessary 1345-15-14
|
|
1517
|
+
word neither 1345-15-24
|
|
1518
|
+
nocross always neither 1345-15-24
|
|
1519
|
+
word nevertheless 456-1345-46
|
|
1520
|
+
nocross always nevertheless 456-1345-46
|
|
1521
|
+
word new 1345-2456
|
|
1522
|
+
nocross always new 1345-2456
|
|
1523
|
+
word nor 1345-1235
|
|
1524
|
+
word north 1345-1235-1456
|
|
1525
|
+
nocross always north 1345-1235-1456
|
|
1526
|
+
word note 1345-356
|
|
1527
|
+
nocross always note 1345-356
|
|
1528
|
+
word notes 1345-2345-1356
|
|
1529
|
+
nocross always notes 1345-2345-1356
|
|
1530
|
+
word notwithstanding 1345-346
|
|
1531
|
+
word o'clock 135-3-14
|
|
1532
|
+
word once 135-36
|
|
1533
|
+
nocross always once 135-36
|
|
1534
|
+
word oneself 5-135-124
|
|
1535
|
+
nocross always oneself 5-135-124
|
|
1536
|
+
word only 135-45
|
|
1537
|
+
nocross always only 135-45
|
|
1538
|
+
nocross always ouncing 45-1256-1245
|
|
1539
|
+
word ourselves 1256-1235-1236-234
|
|
1540
|
+
nocross always ourselves 1256-1235-1236-234
|
|
1541
|
+
word paid 1234-145
|
|
1542
|
+
nocross always paid 1234-145
|
|
1543
|
+
word particular 5-1234-1235
|
|
1544
|
+
nocross always particular 5-1234-1235
|
|
1545
|
+
word perceive 1234-12456-14-1236
|
|
1546
|
+
nocross always perceive 1234-12456-14-1236
|
|
1547
|
+
nocross always perceiva 1234-12456-14-1236
|
|
1548
|
+
word perceiving 1234-12456-14-1236-1245
|
|
1549
|
+
nocross always perceiving 1234-12456-14-1236-1245
|
|
1550
|
+
word perhaps 1234-12456-125
|
|
1551
|
+
nocross always perhaps 1234-12456-125
|
|
1552
|
+
word peoples 1234-234
|
|
1553
|
+
word pity 1234-56-13456
|
|
1554
|
+
word pleasing 349-45-1234-1245
|
|
1555
|
+
nocross always pleasing 349-45-1234-1245
|
|
1556
|
+
word possible 1234-3456
|
|
1557
|
+
nocross always possible 1234-3456
|
|
1558
|
+
word possibly 1234-46-13456
|
|
1559
|
+
nocross always possibly 1234-46-13456
|
|
1560
|
+
word present 4-1234-234
|
|
1561
|
+
nocross always present 4-1234-234
|
|
1562
|
+
word prevent 4-1234-1236
|
|
1563
|
+
nocross always prevent 4-1234-1236
|
|
1564
|
+
word probable 456-1234-3456
|
|
1565
|
+
nocross always probable 456-1234-3456
|
|
1566
|
+
word probably 456-1234-46-13456
|
|
1567
|
+
word put 1234-2345
|
|
1568
|
+
nocross always put 1234-2345
|
|
1569
|
+
word putting 1234-356-346
|
|
1570
|
+
nocross always putting 1234-356-346
|
|
1571
|
+
word receive 1235-14-1236
|
|
1572
|
+
nocross always receive 1235-14-1236
|
|
1573
|
+
nocross always receiva 1235-14-1236
|
|
1574
|
+
word receiving 1235-14-1236-1245
|
|
1575
|
+
nocross always receiving 1235-14-1236-1245
|
|
1576
|
+
word receiver 1235-14-1236-1235
|
|
1577
|
+
nocross always receiver 1235-14-1236-1235
|
|
1578
|
+
word rejoice 1235-245-14
|
|
1579
|
+
nocross always rejoice 1235-245-14
|
|
1580
|
+
word rejoicing 1235-245-14-1245
|
|
1581
|
+
nocross always rejoicing 1235-245-14-1245
|
|
1582
|
+
word rule 1235-12345 # Aparrently only this form is contracted
|
|
1583
|
+
# nocross always rule 1235-12345
|
|
1584
|
+
word said 234-145
|
|
1585
|
+
nocross always said 234-145
|
|
1586
|
+
word seven 234-1236-26
|
|
1587
|
+
nocross always seven 234-1236-26
|
|
1588
|
+
word should 146-145
|
|
1589
|
+
nocross always should 146-145
|
|
1590
|
+
word sideward 4-1356-2456
|
|
1591
|
+
nocross always sideward 4-1356-2456
|
|
1592
|
+
word siding 349-4-1356-1245
|
|
1593
|
+
nocross always siding 349-4-1356-1245
|
|
1594
|
+
word sign 234-1245-1345
|
|
1595
|
+
nocross always sign 234-1245-1345
|
|
1596
|
+
nocross begmidword signa 234-1245-1345
|
|
1597
|
+
word six 234-1346
|
|
1598
|
+
nocross always six 234-1346
|
|
1599
|
+
word somebody 234-12-145-13456
|
|
1600
|
+
nocross always somebody 234-12-145-13456
|
|
1601
|
+
word somehow 234-125-246
|
|
1602
|
+
nocross always somehow 234-125-246
|
|
1603
|
+
word someone 234-5-135
|
|
1604
|
+
word sons 234-1345-234
|
|
1605
|
+
nocross always someone 234-5-135
|
|
1606
|
+
word something 234-1456-346
|
|
1607
|
+
nocross always something 234-1456-346
|
|
1608
|
+
word sometimes 234-2345-234
|
|
1609
|
+
nocross always sometimes 234-2345-234
|
|
1610
|
+
word somewhat 234-1246
|
|
1611
|
+
nocross always somewhat 234-1246
|
|
1612
|
+
word somewhere 234-5-156
|
|
1613
|
+
nocross always somewhere 234-5-156
|
|
1614
|
+
word son 234-1345
|
|
1615
|
+
word subject 234-12-245-14-2345
|
|
1616
|
+
nocross always subject 234-12-245-14-2345
|
|
1617
|
+
nocross always subjecta 234-12-245-14-2345
|
|
1618
|
+
nocross always subjecti 234-12-245-14-2345
|
|
1619
|
+
word such 234-16
|
|
1620
|
+
nocross always such 234-16
|
|
1621
|
+
word suggest 234-2356-34
|
|
1622
|
+
nocross always suggest 234-2356-34
|
|
1623
|
+
nocross always suggesta 234-2356-34
|
|
1624
|
+
nocross always suggesti 234-2356-34
|
|
1625
|
+
word surely 234-136-45
|
|
1626
|
+
nocross always surely 234-136-45
|
|
1627
|
+
word themselves 126-1236-234
|
|
1628
|
+
word therefore 2346-124
|
|
1629
|
+
nocross always therefore 2346-124
|
|
1630
|
+
word think 1456-13
|
|
1631
|
+
nocross always think 1456-13
|
|
1632
|
+
nocross always thinka 1456-13
|
|
1633
|
+
word three 1456-1235
|
|
1634
|
+
nocross always three 1456-1235
|
|
1635
|
+
word thus 1456-234
|
|
1636
|
+
nocross always thus 1456-234
|
|
1637
|
+
word thyself 1456-13456-124
|
|
1638
|
+
word timing 349-5-2345-1245
|
|
1639
|
+
nocross always timing 349-5-2345-1245
|
|
1640
|
+
sufword to-day 2345-135-36-145
|
|
1641
|
+
sufword to-morrow 2345-135-36-134
|
|
1642
|
+
sufword to-night 2345-135-36-1345
|
|
1643
|
+
nocross always today 2345-145
|
|
1644
|
+
nocross always tomorrow 2345-134
|
|
1645
|
+
contraction tm
|
|
1646
|
+
nocross always tonight 2345-1345
|
|
1647
|
+
word took 2345-13
|
|
1648
|
+
nocross always took 2345-13
|
|
1649
|
+
word trust 2345-1235-34
|
|
1650
|
+
nocross always trust 2345-1235-34
|
|
1651
|
+
word truth 2345-1235-1456
|
|
1652
|
+
nocross always truth 2345-1235-1456
|
|
1653
|
+
word turn 2345-1235-1345
|
|
1654
|
+
nocross always turn 2345-1235-1345
|
|
1655
|
+
word undo 346-145
|
|
1656
|
+
word unjust 346-245
|
|
1657
|
+
nocross always unjust 346-245
|
|
1658
|
+
word unless 346-46
|
|
1659
|
+
nocross always unless 346-46-234
|
|
1660
|
+
word unlike 346-123
|
|
1661
|
+
nocross always unlike 346-123
|
|
1662
|
+
word until 346-2345
|
|
1663
|
+
word valuable 1236-123-3456
|
|
1664
|
+
nocross always valuable 1236-123-3456
|
|
1665
|
+
word value 1236-123
|
|
1666
|
+
nocross always value 1236-123
|
|
1667
|
+
word valuing 1236-123-1245
|
|
1668
|
+
nocross always valuing 1236-123-1245
|
|
1669
|
+
word various 1236-345
|
|
1670
|
+
nocross always various 1236-345
|
|
1671
|
+
word west 2456-34
|
|
1672
|
+
nocross always west 2456-34
|
|
1673
|
+
word whatever 1246-5-15
|
|
1674
|
+
nocross always whatever 1246-5-15
|
|
1675
|
+
word whatsoever 1246-234-135-5-15
|
|
1676
|
+
nocross always whatsoever 1246-234-135-5-15
|
|
1677
|
+
word wherefore 156-124
|
|
1678
|
+
nocross always wherefore 156-124
|
|
1679
|
+
word wherever 156-1235
|
|
1680
|
+
nocross always wherever 156-1235
|
|
1681
|
+
word whichever 156-5-15
|
|
1682
|
+
nocross always whichever 156-5-15
|
|
1683
|
+
word whom 156-134
|
|
1684
|
+
nocross always whom 156-134
|
|
1685
|
+
word woman 2456-134-1345
|
|
1686
|
+
nocross always woman 2456-134-1345
|
|
1687
|
+
word women 2456-134-26
|
|
1688
|
+
nocross always women 2456-134-26
|
|
1689
|
+
word would 2456-145
|
|
1690
|
+
nocross always would 2456-145
|
|
1691
|
+
word yesterday 13456-145
|
|
1692
|
+
nocross always yesterday 13456-145
|
|
1693
|
+
word yours 13456-1235-234
|
|
1694
|
+
word yourself 13456-1235-124
|
|
1695
|
+
word yourselves 13456-1235-1236-234
|
|
1696
|
+
|
|
1697
|
+
### Partword contractions including contractions for outlining ###
|
|
1698
|
+
|
|
1699
|
+
# A
|
|
1700
|
+
nocross midendword able 3456
|
|
1701
|
+
nocross endword ably 46-13456
|
|
1702
|
+
nocross partword acti 349-4-1
|
|
1703
|
+
#nocross midendword ade 245
|
|
1704
|
+
#nocross midendword age 2356
|
|
1705
|
+
nocross endword aged 1245-1246
|
|
1706
|
+
nocross endword ages 1245-1356
|
|
1707
|
+
nocross midword ai 4
|
|
1708
|
+
nocross midendword ally 6-13456
|
|
1709
|
+
nocross midendword ance 46-15
|
|
1710
|
+
nocross midendword ances 46-1356
|
|
1711
|
+
nocross partword ar 345
|
|
1712
|
+
# nocross partword ary 5
|
|
1713
|
+
nocross midendword ate 356
|
|
1714
|
+
#nocross endword ated 2345-1246
|
|
1715
|
+
nocross endword ates 2345-1356
|
|
1716
|
+
nocross midendword ation 6-1345
|
|
1717
|
+
nocross midword ationa 6-1345
|
|
1718
|
+
nocross midword au 4
|
|
1719
|
+
nocross midendword ave 1236
|
|
1720
|
+
nocross midendword ay 4
|
|
1721
|
+
|
|
1722
|
+
# B
|
|
1723
|
+
nocross begmidword ba 12
|
|
1724
|
+
nocross midword bb 23
|
|
1725
|
+
nocross midword bba 23
|
|
1726
|
+
nocross midword bbe 23
|
|
1727
|
+
nocross midword bbi 23
|
|
1728
|
+
nocross midword bbo 23
|
|
1729
|
+
nocross midword bbu 23
|
|
1730
|
+
nocross begmidword be 1349-23
|
|
1731
|
+
nocross midendword bet 12-2345
|
|
1732
|
+
nocross midword bi 12
|
|
1733
|
+
nocross midendword ble 3456
|
|
1734
|
+
nocross midendword bly 46-13456
|
|
1735
|
+
nocross midword bo 12
|
|
1736
|
+
nocross midword bu 12
|
|
1737
|
+
|
|
1738
|
+
# C
|
|
1739
|
+
nocross begmidword ca 14
|
|
1740
|
+
nocross midword cc 25
|
|
1741
|
+
nocross midword cca 25
|
|
1742
|
+
nocross midword cce 25
|
|
1743
|
+
nocross midword cci 25
|
|
1744
|
+
nocross midword cco 25
|
|
1745
|
+
nocross midword ccu 25
|
|
1746
|
+
nocross midword ce 14 # Vowel omission conflicts with terminal ce
|
|
1747
|
+
nocross endword ce 36
|
|
1748
|
+
nocross always certain 14-12456
|
|
1749
|
+
nocross always ch 16
|
|
1750
|
+
nocross begmidword cha 16
|
|
1751
|
+
nocross midword che 16
|
|
1752
|
+
nocross midword chi 16
|
|
1753
|
+
nocross midword cho 16
|
|
1754
|
+
nocross midword chu 16
|
|
1755
|
+
nocross midword ci 14
|
|
1756
|
+
nocross midword co 14
|
|
1757
|
+
nocross begmidword com 2349-36
|
|
1758
|
+
nocross begmidword con 1349-25
|
|
1759
|
+
nocross midword cu 14
|
|
1760
|
+
nocross endword cy 36
|
|
1761
|
+
|
|
1762
|
+
# D
|
|
1763
|
+
nocross begmidword da 145
|
|
1764
|
+
nocross midword dd 256
|
|
1765
|
+
nocross midword dda 256
|
|
1766
|
+
nocross midword dde 256
|
|
1767
|
+
nocross midword ddi 256
|
|
1768
|
+
nocross midword ddo 256
|
|
1769
|
+
nocross midword ddu 256
|
|
1770
|
+
nocross begword de 2349-245
|
|
1771
|
+
nocross begword dere 2349-245-246
|
|
1772
|
+
nocross begword conde 25-245
|
|
1773
|
+
nocross begword inde 35-245
|
|
1774
|
+
nocross begword unde 346-245
|
|
1775
|
+
nocross midword de 145
|
|
1776
|
+
nocross endword de 245
|
|
1777
|
+
nocross endword dely 245-45
|
|
1778
|
+
nocross midendword dement 245-56-2345
|
|
1779
|
+
nocross midendword deness 245-56-234
|
|
1780
|
+
nocross midendword del 145-123
|
|
1781
|
+
nocross midendword dem 145-134
|
|
1782
|
+
nocross midendword dex 145-1346
|
|
1783
|
+
nocross midword di 145
|
|
1784
|
+
nocross begmidword dis 1349-256
|
|
1785
|
+
nocross midword do 145
|
|
1786
|
+
nocross midword du 145
|
|
1787
|
+
|
|
1788
|
+
# E
|
|
1789
|
+
nocross midword ea 2
|
|
1790
|
+
nocross always ear 15-345 #UEB style
|
|
1791
|
+
nocross partword ed 1246
|
|
1792
|
+
nocross begmidword eda 1246
|
|
1793
|
+
nocross midendword ede 245
|
|
1794
|
+
nocross begmidword edi 1246
|
|
1795
|
+
nocross begmidword edo 1246
|
|
1796
|
+
nocross begmidword edu 1246
|
|
1797
|
+
nocross midword ee 5
|
|
1798
|
+
#nocross midendword ege 2356
|
|
1799
|
+
nocross midword ei 5
|
|
1800
|
+
nocross partword en 26
|
|
1801
|
+
nocross begmidword ena 26
|
|
1802
|
+
nocross midendword ence 56-15
|
|
1803
|
+
nocross midendword ences 56-1356
|
|
1804
|
+
nocross begmidword ene 26
|
|
1805
|
+
nocross begmidword eni 26
|
|
1806
|
+
nocross begmidword eno 26
|
|
1807
|
+
nocross begmidword enu 26
|
|
1808
|
+
nocross midword eo 5
|
|
1809
|
+
nocross always er 12456
|
|
1810
|
+
nocross midword era 12456
|
|
1811
|
+
nocross midword ere 12456
|
|
1812
|
+
nocross midword eri 12456
|
|
1813
|
+
nocross midword ero 12456
|
|
1814
|
+
nocross midword eru 12456
|
|
1815
|
+
nocross endword es 1356
|
|
1816
|
+
#nocross midendword ess 46
|
|
1817
|
+
nocross endword est 34
|
|
1818
|
+
#nocross midendword ete 356
|
|
1819
|
+
nocross midword eu 5
|
|
1820
|
+
nocross begword ex 2349-1346
|
|
1821
|
+
nocross begmidword preex 2349-4-1234-1346
|
|
1822
|
+
nocross begmidword reex 2349-246-1346
|
|
1823
|
+
nocross begmidword unex 2349-346-1346
|
|
1824
|
+
nocross midword ey 5
|
|
1825
|
+
|
|
1826
|
+
# F
|
|
1827
|
+
nocross begmidword fa 124
|
|
1828
|
+
nocross midword fe 124
|
|
1829
|
+
nocross midword ff 235
|
|
1830
|
+
nocross midword ffe 235
|
|
1831
|
+
nocross midword ffi 235
|
|
1832
|
+
nocross midword fi 124
|
|
1833
|
+
nocross always fif 124-124
|
|
1834
|
+
nocross midword fo 124
|
|
1835
|
+
nocross midword fu 124
|
|
1836
|
+
nocross midendword ful 124-123
|
|
1837
|
+
|
|
1838
|
+
# G
|
|
1839
|
+
nocross begmidword ga 1245
|
|
1840
|
+
nocross midword ge 1245
|
|
1841
|
+
#nocross midword geb 1245-12
|
|
1842
|
+
#nocross midword gec 1245-14
|
|
1843
|
+
#nocross midendword ged 1245-1246
|
|
1844
|
+
#nocross midword gep 1245-1234
|
|
1845
|
+
#nocross midword get 1245-2345
|
|
1846
|
+
#nocross endword ges 1245-1356
|
|
1847
|
+
#nocross midword gett 1245-356
|
|
1848
|
+
nocross endword ge 2356
|
|
1849
|
+
nocross midendword geful 2356-124-123
|
|
1850
|
+
nocross midendword gefully 2356-124-456-13456
|
|
1851
|
+
nocross midendword gely 2356-45
|
|
1852
|
+
nocross midendword gement 2356-56-2345
|
|
1853
|
+
nocross midendword geness 2356-56-234
|
|
1854
|
+
nocross endword ges 1245-1356
|
|
1855
|
+
nocross midword gg 2356
|
|
1856
|
+
nocross midword gga 2356
|
|
1857
|
+
nocross midword gge 2356
|
|
1858
|
+
nocross midword ggi 2356
|
|
1859
|
+
nocross midword ggo 2356
|
|
1860
|
+
nocross midword ggu 2356
|
|
1861
|
+
nocross always gh 126
|
|
1862
|
+
nocross midword gi 1245
|
|
1863
|
+
nocross midword go 1245
|
|
1864
|
+
nocross midword gu 1245
|
|
1865
|
+
|
|
1866
|
+
# H
|
|
1867
|
+
nocross begmidword ha 125
|
|
1868
|
+
nocross midword he 125
|
|
1869
|
+
nocross midword hi 125
|
|
1870
|
+
nocross midword ho 125
|
|
1871
|
+
nocross midword hu 125
|
|
1872
|
+
|
|
1873
|
+
# I
|
|
1874
|
+
nocross midword ia 6
|
|
1875
|
+
nocross endword ian 6
|
|
1876
|
+
nocross midendword ible 3456
|
|
1877
|
+
#nocross endword ide 245
|
|
1878
|
+
nocross midword ie 6
|
|
1879
|
+
#nocross midendword ied 24-1246
|
|
1880
|
+
#nocross endword ies 24-1356
|
|
1881
|
+
#nocross midendword ige 2356
|
|
1882
|
+
nocross always igh 126
|
|
1883
|
+
nocross endword inal 35-123
|
|
1884
|
+
nocross endword inals 35-123-234
|
|
1885
|
+
nocross midendword inan 35-1345
|
|
1886
|
+
nocross partword ing 346
|
|
1887
|
+
nocross midword io 6
|
|
1888
|
+
nocross endword ion 6
|
|
1889
|
+
nocross endword ire 24
|
|
1890
|
+
nocross endword ise 156
|
|
1891
|
+
#nocross endword ist 34
|
|
1892
|
+
#nocross endword ists 34-234
|
|
1893
|
+
#nocross midendword ite 356
|
|
1894
|
+
nocross midendword ity 56
|
|
1895
|
+
nocross midword iu 6
|
|
1896
|
+
nocross endword ize 156
|
|
1897
|
+
|
|
1898
|
+
# J
|
|
1899
|
+
nocross begmidword ja 245
|
|
1900
|
+
nocross midword je 245
|
|
1901
|
+
nocross midword ji 245
|
|
1902
|
+
nocross midword jo 245
|
|
1903
|
+
nocross midword ju 245
|
|
1904
|
+
|
|
1905
|
+
# K
|
|
1906
|
+
nocross begmidword ka 13
|
|
1907
|
+
nocross midword ke 13
|
|
1908
|
+
nocross midword ki 13
|
|
1909
|
+
nocross midword ko 13
|
|
1910
|
+
nocross midword ku 13
|
|
1911
|
+
|
|
1912
|
+
# L
|
|
1913
|
+
nocross begmidword la 123
|
|
1914
|
+
nocross midword le 123
|
|
1915
|
+
nocross endword le 12345
|
|
1916
|
+
#nocross midword leg 123-1245
|
|
1917
|
+
nocross endword lely 12345-45
|
|
1918
|
+
nocross midendword leless 12345-46-234
|
|
1919
|
+
nocross midendword lement 12345-56-2345
|
|
1920
|
+
nocross midendword leness 12345-56-234
|
|
1921
|
+
#nocross endword les 123-1356
|
|
1922
|
+
nocross midendword less 46-234
|
|
1923
|
+
nocross midword li 123
|
|
1924
|
+
nocross midendword ll 456
|
|
1925
|
+
nocross midword lla 456
|
|
1926
|
+
nocross midword lle 456
|
|
1927
|
+
nocross midword lli 456
|
|
1928
|
+
nocross midword llo 456
|
|
1929
|
+
nocross midword lo 123
|
|
1930
|
+
nocross midword lu 123
|
|
1931
|
+
nocross endword ly 45
|
|
1932
|
+
|
|
1933
|
+
# M
|
|
1934
|
+
nocross begmidword ma 134
|
|
1935
|
+
nocross midword me 134
|
|
1936
|
+
nocross midendword ment 56-2345
|
|
1937
|
+
nocross midendword mental 56-2345-123
|
|
1938
|
+
nocross midendword mentali 56-2345-123
|
|
1939
|
+
nocross midword mi 134
|
|
1940
|
+
nocross midword mo 134
|
|
1941
|
+
nocross midword mu 134
|
|
1942
|
+
|
|
1943
|
+
# N
|
|
1944
|
+
nocross begmidword na 1345
|
|
1945
|
+
nocross midword ne 1345
|
|
1946
|
+
nocross midendword ness 56-234
|
|
1947
|
+
nocross midword ni 1345
|
|
1948
|
+
nocross midword no 1345
|
|
1949
|
+
nocross midword nu 1345
|
|
1950
|
+
|
|
1951
|
+
# O
|
|
1952
|
+
nocross midword oa 45
|
|
1953
|
+
#nocross endword ode 245
|
|
1954
|
+
nocross midword oe 45
|
|
1955
|
+
#nocross midendword oge 2356
|
|
1956
|
+
nocross midword oi 45
|
|
1957
|
+
nocross midendword ong 56-1245
|
|
1958
|
+
nocross begmidword origina 349-4-346
|
|
1959
|
+
nocross midword oo 45
|
|
1960
|
+
#nocross midendword ose 156
|
|
1961
|
+
#nocross midendword ote 356
|
|
1962
|
+
nocross partword ou 1256
|
|
1963
|
+
nocross midendword ouncing 45-1256-1245
|
|
1964
|
+
nocross midendword ound 46-145
|
|
1965
|
+
nocross begmidword ounda 46-145
|
|
1966
|
+
nocross begmidword ounde 46-145
|
|
1967
|
+
nocross begmidword oundi 46-145
|
|
1968
|
+
nocross begmidword oundo 46-145
|
|
1969
|
+
nocross begmidword oundu 46-145
|
|
1970
|
+
nocross midendword ount 46-2345
|
|
1971
|
+
nocross begmidword ounta 46-2345
|
|
1972
|
+
nocross begmidword ounte 46-2345
|
|
1973
|
+
nocross begmidword ounti 46-2345
|
|
1974
|
+
nocross begmidword ounto 46-2345
|
|
1975
|
+
nocross begmidword ountu 46-2345
|
|
1976
|
+
nocross endword ous 1256
|
|
1977
|
+
nocross midendword ousful 1256-124-123
|
|
1978
|
+
nocross midendword ousfully 1256-124-456-13456
|
|
1979
|
+
nocross midendword ously 1256-45
|
|
1980
|
+
nocross midendword ousness 1256-56-234
|
|
1981
|
+
nocross begword out 2349-1256
|
|
1982
|
+
nocross partword ow 246
|
|
1983
|
+
nocross midword oy 45
|
|
1984
|
+
|
|
1985
|
+
# P
|
|
1986
|
+
nocross begmidword pa 1234
|
|
1987
|
+
nocross midword pe 1234
|
|
1988
|
+
nocross midword pi 1234
|
|
1989
|
+
nocross midword ple 1234-123 # compensate for le
|
|
1990
|
+
nocross midword po 1234
|
|
1991
|
+
nocross midword pp 36
|
|
1992
|
+
nocross begword pre 2349-4-1234
|
|
1993
|
+
nocross begmidword compre 36-4-1234
|
|
1994
|
+
nocross begword incompre 35-36-4-1234
|
|
1995
|
+
nocross begmidword repre 246-4-1234
|
|
1996
|
+
nocross begword unpre 346-4-1234
|
|
1997
|
+
nocross begmidword pro 2349-456-1234
|
|
1998
|
+
nocross midword pu 1234
|
|
1999
|
+
|
|
2000
|
+
# Q
|
|
2001
|
+
nocross begmidword qu 12345
|
|
2002
|
+
nocross begmidword qua 12345
|
|
2003
|
+
nocross midword que 12345
|
|
2004
|
+
nocross midword qui 12345
|
|
2005
|
+
nocross midword quo 12345
|
|
2006
|
+
|
|
2007
|
+
# R
|
|
2008
|
+
nocross begmidword ra 1235
|
|
2009
|
+
nocross begword re 2349-246
|
|
2010
|
+
nocross begmidword disre 256-246
|
|
2011
|
+
nocross begmidword prere 4-1234-246
|
|
2012
|
+
nocross begmidword unre 346-246
|
|
2013
|
+
nocross begword rede 2349-246-245
|
|
2014
|
+
nocross midword re 1235
|
|
2015
|
+
#nocross midendword red 1235-1246
|
|
2016
|
+
# nocross midendword rel 1235-123
|
|
2017
|
+
nocross begmidword representa 349-4-1235
|
|
2018
|
+
nocross endword res 1235-1356
|
|
2019
|
+
#nocross midendword ret 1235-2345
|
|
2020
|
+
nocross midword ri 1235
|
|
2021
|
+
nocross begmidword righto 5-1235
|
|
2022
|
+
nocross midword ro 1235
|
|
2023
|
+
nocross midword rr 236
|
|
2024
|
+
nocross midword rra 326
|
|
2025
|
+
nocross midword rre 326
|
|
2026
|
+
nocross midword rri 236
|
|
2027
|
+
nocross midword rro 236
|
|
2028
|
+
nocross midword rru 236
|
|
2029
|
+
nocross midword ru 1235
|
|
2030
|
+
nocross midendword ry 5
|
|
2031
|
+
|
|
2032
|
+
# S
|
|
2033
|
+
nocross begmidword sa 234
|
|
2034
|
+
nocross midword se 234
|
|
2035
|
+
nocross endword se 156
|
|
2036
|
+
nocross midendword seful 156-124-123
|
|
2037
|
+
nocross midendword sefully 156-124-456-13456
|
|
2038
|
+
nocross midendword sefulness 156-124-123-56-234
|
|
2039
|
+
nocross midendword seless 156-46-234
|
|
2040
|
+
nocross midendword sely 156-45
|
|
2041
|
+
nocross midendword selessness 156-46-234-56-234
|
|
2042
|
+
nocross midendword sement 156-56-2345
|
|
2043
|
+
nocross midendword seness 156-56-234
|
|
2044
|
+
#nocross midendword sed 234-1246
|
|
2045
|
+
#nocross endword ses 234-1356
|
|
2046
|
+
#nocross midendword set 234-2345
|
|
2047
|
+
nocross partword sh 146
|
|
2048
|
+
nocross begmidword sha 146
|
|
2049
|
+
nocross midword she 146
|
|
2050
|
+
nocross midword shi 146
|
|
2051
|
+
nocross midword sho 146
|
|
2052
|
+
nocross midword shu 146
|
|
2053
|
+
nocross midword si 234
|
|
2054
|
+
nocross midendword sion 46-1345
|
|
2055
|
+
nocross midword siona 46-1345
|
|
2056
|
+
nocross midword sioni 46-1345
|
|
2057
|
+
nocross midword so 234
|
|
2058
|
+
nocross begmidword sp 126
|
|
2059
|
+
nocross begmidword spa 126
|
|
2060
|
+
nocross midword spe 126
|
|
2061
|
+
nocross midword spi 126
|
|
2062
|
+
nocross midword spo 126
|
|
2063
|
+
nocross midword spu 126
|
|
2064
|
+
nocross midendword ss 46
|
|
2065
|
+
nocross midword ssa 46
|
|
2066
|
+
nocross midword sse 46
|
|
2067
|
+
nocross midword ssi 46
|
|
2068
|
+
nocross midword sso 46
|
|
2069
|
+
nocross midword ssu 46
|
|
2070
|
+
nocross partword st 34
|
|
2071
|
+
nocross begmidword sta 34
|
|
2072
|
+
nocross midword ste 34
|
|
2073
|
+
nocross midword sti 34
|
|
2074
|
+
nocross midword sto 34
|
|
2075
|
+
nocross midword stu 34
|
|
2076
|
+
nocross midword su 234
|
|
2077
|
+
|
|
2078
|
+
# T
|
|
2079
|
+
nocross begmidword ta 2345
|
|
2080
|
+
nocross midword te 2345
|
|
2081
|
+
nocross endword te 356
|
|
2082
|
+
nocross midendword tely 356-45
|
|
2083
|
+
nocross midendword teness 356-56-234
|
|
2084
|
+
nocross midendword tement 356-56-2345
|
|
2085
|
+
#nocross midendword ted 2345-1246
|
|
2086
|
+
#nocross midendword tel 2345-123
|
|
2087
|
+
#nocross midword tell 2345-456
|
|
2088
|
+
#nocross midendword tem 2345-134
|
|
2089
|
+
nocross endword tes 2345-1356
|
|
2090
|
+
nocross partword th 1456
|
|
2091
|
+
nocross begmidword tha 1456
|
|
2092
|
+
nocross midword thi 1456
|
|
2093
|
+
nocross partword thir 1456-1235
|
|
2094
|
+
nocross midword tho 1456
|
|
2095
|
+
nocross midword thu 1456
|
|
2096
|
+
nocross midword ti 2345
|
|
2097
|
+
nocross midendword tion 56-1345
|
|
2098
|
+
nocross midword tiona 56-1345
|
|
2099
|
+
nocross midword tioni 56-1345
|
|
2100
|
+
nocross midword to 2345
|
|
2101
|
+
nocross midword tt 356
|
|
2102
|
+
nocross midword tta 356
|
|
2103
|
+
nocross midword tte 356
|
|
2104
|
+
nocross midword tti 356
|
|
2105
|
+
nocross midword tto 356
|
|
2106
|
+
nocross midword ttu 356
|
|
2107
|
+
nocross midword tu 2345
|
|
2108
|
+
nocross midendword ty 56
|
|
2109
|
+
|
|
2110
|
+
# U
|
|
2111
|
+
nocross midword ua 56
|
|
2112
|
+
#nocross endword ude 245
|
|
2113
|
+
nocross midword ue 56
|
|
2114
|
+
#nocross midendword uge 2356
|
|
2115
|
+
nocross midword ui 56
|
|
2116
|
+
nocross begword un 2349-346
|
|
2117
|
+
nocross begword una 2349-346
|
|
2118
|
+
nocross begword une 2349-346
|
|
2119
|
+
nocross begword uni 2349-346
|
|
2120
|
+
nocross begword uno 2349-346
|
|
2121
|
+
nocross begword unu 2349-346
|
|
2122
|
+
nocross midword uo 56
|
|
2123
|
+
nocross endword ure 136
|
|
2124
|
+
nocross endword urely 136-45
|
|
2125
|
+
#nocross midendword ute 356
|
|
2126
|
+
nocross midword uu 56
|
|
2127
|
+
nocross midword uy 56
|
|
2128
|
+
|
|
2129
|
+
# V
|
|
2130
|
+
nocross begmidword va 1236
|
|
2131
|
+
nocross midendword ve 1236
|
|
2132
|
+
nocross midword vi 1236
|
|
2133
|
+
nocross midword vo 1236
|
|
2134
|
+
nocross midword vu 1236
|
|
2135
|
+
|
|
2136
|
+
# W
|
|
2137
|
+
nocross begmidword wa 2456
|
|
2138
|
+
nocross midendword ward 2456
|
|
2139
|
+
nocross midword we 2456
|
|
2140
|
+
nocross begmidword wh 156
|
|
2141
|
+
nocross begmidword wha 156
|
|
2142
|
+
nocross midword whe 156
|
|
2143
|
+
nocross midword whi 156
|
|
2144
|
+
nocross midword who 156
|
|
2145
|
+
nocross midword whu 156
|
|
2146
|
+
nocross midword wi 2456
|
|
2147
|
+
nocross midword wo 2456
|
|
2148
|
+
nocross midword wu 2456
|
|
2149
|
+
|
|
2150
|
+
# X
|
|
2151
|
+
nocross midword xe 1346
|
|
2152
|
+
nocross midword xi 1346
|
|
2153
|
+
|
|
2154
|
+
# Z
|
|
2155
|
+
nocross begmidword za 1356
|
|
2156
|
+
nocross midendword ze 156
|
|
2157
|
+
nocross midword zi 1356
|
|
2158
|
+
nocross midword zo 1356
|
|
2159
|
+
nocross midword zu 1356
|
|
2160
|
+
|
|
2161
|
+
### exceptions
|
|
2162
|
+
word comfort 12349-36-123456-2345
|
|
2163
|
+
word for\sthat 29-123456-0-2345-19
|
|
2164
|
+
word for\sthis 29-123456-0-1456-19
|
|
2165
|
+
word for\smore 29-123456-0-134-19
|
|
2166
|
+
joinword it\schange 9-1346-0-4-16-1249
|
|
2167
|
+
word it\schange 9-1346-0-4-16-1249
|
|
2168
|
+
nocross always it\schange 9-1346-0-349-4-16
|
|
2169
|
+
word it\stend 9-1346-0-2345-26-145
|
|
2170
|
+
nocross begword it\stend 9-1346-0-2345-26-145
|
|
2171
|
+
word make-up 134-13-15-36-136-1234
|
|
2172
|
+
word near\sor 249-45-1345-0-346-19
|
|
2173
|
+
word next\sor 249-4-1345-0-346-19
|
|
2174
|
+
word one\sfrom 249-5-135-0-124-19
|
|
2175
|
+
word part\sor 249-5-1234-0-346-19
|
|
2176
|
+
word please\sdo 249-45-1234-0-145-19
|
|
2177
|
+
word right\sfully 249-5-1235-1249-0-124-136-456-13456
|
|
2178
|
+
word time\sor 249-5-2345-0-346-19
|
|
2179
|
+
word well\sor 249-456-12456-0-346-19
|
|
2180
|
+
word exchange 12349-1346-349-4-16
|
|
2181
|
+
nocross begword exchange 12349-1346-349-4-16
|
|
2182
|
+
|
|
2183
|
+
always \s\x2013\s 36-36 # 8211 en dash
|
|
2184
|
+
always \s\x2014\s 36-36 # em dash
|
|
2185
|
+
# nobreak 6-46-56-e,6-46-56
|
|
2186
|
+
|
|
2187
|
+
# Problems handled with context
|
|
2188
|
+
# noback context $U2-20[]"'"$l @6-3
|
|
2189
|
+
noback context _$l["."]$l @256 U.S.
|
|
2190
|
+
noback context _$d["a"] @56-1
|
|
2191
|
+
noback context _$d["A"] @56-1
|
|
2192
|
+
|
|
2193
|
+
# problems handled with multipass opcodes
|
|
2194
|
+
|
|
2195
|
+
# remove dummy caps
|
|
2196
|
+
noback pass2 @6f-3 ?
|
|
2197
|
+
noback pass2 @6f ?
|
|
2198
|
+
|
|
2199
|
+
noback pass2 @36-36-36 @36-36
|
|
2200
|
+
noback pass2 @6-236-3456 @3-3456
|
|
2201
|
+
#corrects Capital A's after a number ending up with letter sign AFTER Caps sign
|
|
2202
|
+
# noback pass2 @6-56 @56-6 conflicts with "iety"
|
|
2203
|
+
# Remove space between word and italic signs
|
|
2204
|
+
#noback pass2 [@0-46-3] @46@3
|
|
2205
|
+
#noback pass2 [@46@0] @46
|
|
2206
|
+
|
|
2207
|
+
# Connect one-celled word sign with large sign
|
|
2208
|
+
noback pass2 @19-0-29 ?
|
|
2209
|
+
|
|
2210
|
+
# Come/enough/in may join wordsigns and compound word signs.
|
|
2211
|
+
noback pass2 @1239-0%wordsignOpen ?
|
|
2212
|
+
noback pass2 @1239-0-349 ?
|
|
2213
|
+
noback pass2 [@1239-0%prefix]$lpdsm1-2@349 ?
|
|
2214
|
+
|
|
2215
|
+
# to/into/by may be joined only by lower word signs.
|
|
2216
|
+
noback pass2 %lowerClose@49 ?
|
|
2217
|
+
noback pass2 %lowerClose@0-49 ?
|
|
2218
|
+
noback pass2 %wordsignClose@49 @0
|
|
2219
|
+
|
|
2220
|
+
# be/con/dis may only be joined by "the" or a lower sign
|
|
2221
|
+
noback pass2 @2346-129-1349 @2346
|
|
2222
|
+
noback pass2 %lowerClose@1349 ?
|
|
2223
|
+
noback pass2 %lowerClose@0-1349 ?
|
|
2224
|
+
noback pass2 %marker@1349 @0
|
|
2225
|
+
|
|
2226
|
+
# Handle sequences starting with lower1 (am/be/is...)
|
|
2227
|
+
noback pass2 @0-39-2[@139-9]@24 ?
|
|
2228
|
+
noback pass2 `@39-2[@139-9]@24 ?
|
|
2229
|
+
noback pass2 @0-39-25[@139]%wordsignOpen ?
|
|
2230
|
+
noback pass2 `@39-25[@139]%wordsignOpen ?
|
|
2231
|
+
noback pass2 @0-39-25[@139]@349 ?
|
|
2232
|
+
noback pass2 `@39-25[@139]@349 ?
|
|
2233
|
+
noback pass2 @0-39-256[@139]%wordsignOpen ?
|
|
2234
|
+
noback pass2 `@39-256[@139]%wordsignOpen ?
|
|
2235
|
+
noback pass2 @0-39-256[@139]@349 ?
|
|
2236
|
+
noback pass2 `@39-256[@139]@349 ?
|
|
2237
|
+
noback pass2 @0-39$d[@139]$lpmS @0
|
|
2238
|
+
noback pass2 `@39$d[@139]$lpmS @0
|
|
2239
|
+
|
|
2240
|
+
# "was a" may not start a sequence.
|
|
2241
|
+
noback pass2 @0-39-356[@139-9]@1-19 @0
|
|
2242
|
+
noback pass2 `@39-356[@139-9]@1-19 @0
|
|
2243
|
+
|
|
2244
|
+
# "was", "were" and "by" may not end a sequence
|
|
2245
|
+
noback pass2 $lpmdS[@39]@356-139-0 @0
|
|
2246
|
+
noback pass2 $lpmdS[@39]@356-139~ @0
|
|
2247
|
+
noback pass2 $lpmdS[@39]@2356-139-0 @0
|
|
2248
|
+
noback pass2 $lpmdS[@39]@2356-139~ @0
|
|
2249
|
+
|
|
2250
|
+
# Keep space before and after "O" etc.
|
|
2251
|
+
noback pass2 %marker@12349 @0
|
|
2252
|
+
noback pass2 @12349%marker @0
|
|
2253
|
+
|
|
2254
|
+
# No sequencing before letsign
|
|
2255
|
+
noback pass2 %marker[@56f] @0-56
|
|
2256
|
+
noback pass2 @56f @56
|
|
2257
|
+
|
|
2258
|
+
# Remove left-over markers
|
|
2259
|
+
noback pass3 [%marker] ?
|
|
2260
|
+
|
|
2261
|
+
include en-g3-patterns.dic
|