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,737 @@
|
|
|
1
|
+
# liblouis: Norwegian literary braille, 6-dot, contracted level 2
|
|
2
|
+
#
|
|
3
|
+
#-name: Norsk litterær punktskrift, 6-punkt, kortskrift nivå 2
|
|
4
|
+
#-index-name: Norwegian, contracted, grade 2
|
|
5
|
+
#-display-name: Norwegian grade 2 contracted braille
|
|
6
|
+
#
|
|
7
|
+
#+language:no
|
|
8
|
+
#+language:nb
|
|
9
|
+
#+language:nn
|
|
10
|
+
#+type:literary
|
|
11
|
+
#+direction:both
|
|
12
|
+
#+dots:6
|
|
13
|
+
#+grade:2
|
|
14
|
+
#+contraction:partial
|
|
15
|
+
#
|
|
16
|
+
# Copyright (C) 2005 ViewPlus Technologies, Inc. www.viewplus.com
|
|
17
|
+
# Copyright (C) 2009, 2025-2026 Lars Bjørndal <lars@lamasti.net>
|
|
18
|
+
#
|
|
19
|
+
#-copyright: 2005, ViewPlus Technologies, Inc. www.viewplus.com
|
|
20
|
+
#-copyright: 2009, 2025-2026, Lars Bjørndal
|
|
21
|
+
#-license: LGPLv2.1
|
|
22
|
+
#
|
|
23
|
+
# Created June 9, 2005 by Leon Ungier <Leon.Ungier@ViewPlus.com> with
|
|
24
|
+
# help and guidance from Lars Bjørndal <lars@lamasti.net>.
|
|
25
|
+
# Modified Sep 30, 2005 by LU
|
|
26
|
+
# Heavily overworked by lars@lamasti.net, 2009 and 2025.
|
|
27
|
+
#
|
|
28
|
+
#-author: Leon Ungier <Leon.Ungier@ViewPlus.com>
|
|
29
|
+
#-author: Lars Bjørndal <lars@lamasti.net>
|
|
30
|
+
#
|
|
31
|
+
# Official norwegian braille specifications are collected here:
|
|
32
|
+
# http://liblouis.io/braille-specs/norwegian
|
|
33
|
+
# This specific table is based on the document "Kortskrift i norsk punktskrift - KS04".
|
|
34
|
+
#
|
|
35
|
+
# Input is expected to be normalized to NFC (fully composed)
|
|
36
|
+
#-unicode-form:nfc
|
|
37
|
+
#
|
|
38
|
+
# This file is part of liblouis.
|
|
39
|
+
#
|
|
40
|
+
# liblouis is free software: you can redistribute it and/or modify it
|
|
41
|
+
# under the terms of the GNU Lesser General Public License as
|
|
42
|
+
# published by the Free Software Foundation, either version 2.1 of the
|
|
43
|
+
# License, or (at your option) any later version.
|
|
44
|
+
#
|
|
45
|
+
# liblouis is distributed in the hope that it will be useful, but
|
|
46
|
+
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
47
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
48
|
+
# Lesser General Public License for more details.
|
|
49
|
+
#
|
|
50
|
+
# You should have received a copy of the GNU Lesser General Public
|
|
51
|
+
# License along with liblouis. If not, see
|
|
52
|
+
# <http://www.gnu.org/licenses/>.
|
|
53
|
+
#
|
|
54
|
+
|
|
55
|
+
include no-no-g1.ctb
|
|
56
|
+
|
|
57
|
+
#------------------------------------------------------
|
|
58
|
+
|
|
59
|
+
# -------------- level 2 contractions -----------------
|
|
60
|
+
word absolutt 1-12-234
|
|
61
|
+
contraction abs
|
|
62
|
+
word absolutte 1-12-234-15
|
|
63
|
+
contraction abse
|
|
64
|
+
word akkurat 1-13-1235
|
|
65
|
+
contraction akr
|
|
66
|
+
word aldri 1-24
|
|
67
|
+
contraction ai
|
|
68
|
+
word alle 1-15
|
|
69
|
+
contraction ae
|
|
70
|
+
word alles 1-15-234
|
|
71
|
+
contraction aes
|
|
72
|
+
word allerede 1-123-1235
|
|
73
|
+
contraction alr
|
|
74
|
+
word alltid 1-2345-145
|
|
75
|
+
contraction atd
|
|
76
|
+
word altfor 1-1246
|
|
77
|
+
word altså 1-16
|
|
78
|
+
contraction aå
|
|
79
|
+
|
|
80
|
+
word andre 1-12356
|
|
81
|
+
begword andre 1-12356
|
|
82
|
+
word are 1-1235-15 # exception
|
|
83
|
+
word ares 1-1235-15-234 # exception
|
|
84
|
+
|
|
85
|
+
word annen 1-126
|
|
86
|
+
begword annen 1-126
|
|
87
|
+
|
|
88
|
+
word annerledes 1-1345-1235
|
|
89
|
+
contraction anr
|
|
90
|
+
word annet 1-346
|
|
91
|
+
begword annet 1-346
|
|
92
|
+
word annleis 1-1345-123
|
|
93
|
+
contraction anl
|
|
94
|
+
|
|
95
|
+
endword ar 3456
|
|
96
|
+
endword arde 3456-1456
|
|
97
|
+
endword ardes 3456-1456-234
|
|
98
|
+
endword arne 3456-2346
|
|
99
|
+
endword arnes 3456-2346-234
|
|
100
|
+
endword ars 3456-234
|
|
101
|
+
endword art 3456-2345
|
|
102
|
+
endword arte 3456-1256
|
|
103
|
+
endword artes 3456-1256-234
|
|
104
|
+
endword arts 3456-2345-234
|
|
105
|
+
|
|
106
|
+
word begge 12-1245
|
|
107
|
+
contraction bg
|
|
108
|
+
word begges 12-1245-234
|
|
109
|
+
contraction bgs
|
|
110
|
+
word blant 12-123
|
|
111
|
+
contraction bl
|
|
112
|
+
word blir 12-1235
|
|
113
|
+
contraction br
|
|
114
|
+
word blitt 12-2345
|
|
115
|
+
contraction bt
|
|
116
|
+
word bruk 12-13
|
|
117
|
+
begword bruk 12-13
|
|
118
|
+
contraction bk
|
|
119
|
+
contraction bka
|
|
120
|
+
begword ubruk 136-12-13
|
|
121
|
+
endword bruk 12-13
|
|
122
|
+
endword bruka 12-13-1
|
|
123
|
+
endword brukas 12-13-1-234
|
|
124
|
+
contraction bkas
|
|
125
|
+
endword brukar 12-13-3456
|
|
126
|
+
endword brukars 12-13-3456-234
|
|
127
|
+
endword bruke 12-13-15
|
|
128
|
+
endword brukes 12-13-15-234
|
|
129
|
+
endword bruken 12-13-126
|
|
130
|
+
endword brukens 12-13-126-234
|
|
131
|
+
endword brukene 12-13-15-2346
|
|
132
|
+
endword bruker 12-13-156
|
|
133
|
+
endword brukers 12-13-156-234
|
|
134
|
+
endword brukerne 12-13-156-2346
|
|
135
|
+
endword brukernes 12-13-156-2346-234
|
|
136
|
+
endword bruket 12-13-346
|
|
137
|
+
endword brukets 12-13-346-234
|
|
138
|
+
endword bruks 12-13-234
|
|
139
|
+
contraction bks
|
|
140
|
+
endword brukt 12-13-2345
|
|
141
|
+
contraction bkt
|
|
142
|
+
endword brukte 12-13-1256
|
|
143
|
+
endword bruktes 12-13-1256-234
|
|
144
|
+
|
|
145
|
+
# de # defined in level 1 contractions
|
|
146
|
+
begword de 1456
|
|
147
|
+
word den 145-126
|
|
148
|
+
word dens 145-126-234
|
|
149
|
+
word det 145-346
|
|
150
|
+
word dets 145-346-234
|
|
151
|
+
begword ude 136-1456
|
|
152
|
+
endword des 1456-234
|
|
153
|
+
|
|
154
|
+
word deg 145-1245
|
|
155
|
+
contraction dg
|
|
156
|
+
word dem 145-134
|
|
157
|
+
contraction dm
|
|
158
|
+
word denne 145-2346
|
|
159
|
+
word dennes 145-2346-234
|
|
160
|
+
word der 23456
|
|
161
|
+
word derat 23456-1
|
|
162
|
+
word derblant 23456-12-123
|
|
163
|
+
word deretter 23456-1356
|
|
164
|
+
word derfra 23456-124
|
|
165
|
+
word derfor 23456-1246
|
|
166
|
+
word derfør 23456-246
|
|
167
|
+
word derover 23456-1346
|
|
168
|
+
word derpå 23456-1234
|
|
169
|
+
word dersom 23456-234
|
|
170
|
+
word dertil 23456-2345
|
|
171
|
+
word derunder 23456-12345
|
|
172
|
+
word derved 23456-1236
|
|
173
|
+
|
|
174
|
+
begword der 23456
|
|
175
|
+
word dere 145-12356
|
|
176
|
+
word deres 145-12356-234
|
|
177
|
+
word desse 1456-234
|
|
178
|
+
word dessuten 145-234-136
|
|
179
|
+
contraction dsu
|
|
180
|
+
word dessverre 145-234-1236
|
|
181
|
+
contraction dsv
|
|
182
|
+
word dette 145-1256
|
|
183
|
+
word dettes 145-1256-234
|
|
184
|
+
word din 145-1345
|
|
185
|
+
contraction dn
|
|
186
|
+
word disse 145-234
|
|
187
|
+
contraction ds
|
|
188
|
+
word disses 145-234-234
|
|
189
|
+
contraction dss
|
|
190
|
+
word ditt 145-2345
|
|
191
|
+
contraction dt
|
|
192
|
+
word diverre 145-1236
|
|
193
|
+
contraction dv
|
|
194
|
+
|
|
195
|
+
word dykk 145-13
|
|
196
|
+
contraction dk
|
|
197
|
+
|
|
198
|
+
# en # defined in level 1
|
|
199
|
+
word ens 126-234 # level 2 contractions
|
|
200
|
+
endword ens 126-234
|
|
201
|
+
endword ent 126-2345
|
|
202
|
+
endword ents 126-2345-234
|
|
203
|
+
endword enne 126-2346
|
|
204
|
+
endword ennes 126-2346-234
|
|
205
|
+
# ende 126-1456 Defined in level 1
|
|
206
|
+
word endes 126-1456-234
|
|
207
|
+
endword endes 126-1456-234
|
|
208
|
+
endword ente 126-1256
|
|
209
|
+
endword entes 126-1256-234
|
|
210
|
+
|
|
211
|
+
word enda 15-1
|
|
212
|
+
contraction ea
|
|
213
|
+
word enno 15-135
|
|
214
|
+
contraction eo
|
|
215
|
+
word ennå 15-16
|
|
216
|
+
contraction eå
|
|
217
|
+
|
|
218
|
+
# er # defined in level 1
|
|
219
|
+
endword ers 156-234 # level 2 contractions
|
|
220
|
+
endword ert 156-2345
|
|
221
|
+
endword erts 156-2345-234
|
|
222
|
+
endword erne 156-2346
|
|
223
|
+
endword ernes 156-2346-234
|
|
224
|
+
endword erde 156-1456
|
|
225
|
+
endword erdes 156-1456-234
|
|
226
|
+
endword erte 156-1256
|
|
227
|
+
endword ertes 156-1256-234
|
|
228
|
+
|
|
229
|
+
# et
|
|
230
|
+
|
|
231
|
+
endword ets 346-234 # level 2 contractions
|
|
232
|
+
word ett 346-2345
|
|
233
|
+
endword ett 346-2345
|
|
234
|
+
endword etts 346-2345-234
|
|
235
|
+
endword etne 346-2346
|
|
236
|
+
endword etnes 346-2346-234
|
|
237
|
+
endword ette 346-1256
|
|
238
|
+
endword ettes 346-1256-234
|
|
239
|
+
|
|
240
|
+
# word etter 1356 # defined in level 1
|
|
241
|
+
begword uetter 136-1356
|
|
242
|
+
word etterat 1356-1
|
|
243
|
+
contraction za
|
|
244
|
+
contraction zbk
|
|
245
|
+
word etterble 1356-12
|
|
246
|
+
contraction zb
|
|
247
|
+
word etterblitt 1356-12-2345
|
|
248
|
+
contraction zbt
|
|
249
|
+
contraction zfg
|
|
250
|
+
word ettergang 1356-1245-1245
|
|
251
|
+
contraction zgg
|
|
252
|
+
word ettergjør 1356-1245-245
|
|
253
|
+
contraction zgj
|
|
254
|
+
word ettergjekk 1356-1245-245-13
|
|
255
|
+
contraction zgjk
|
|
256
|
+
# word ettersom 1356-234 Defined in level 1
|
|
257
|
+
# word etterpå 1356-1234 Defined in level 1
|
|
258
|
+
word ettergikk 1356-1245-13
|
|
259
|
+
contraction zgk
|
|
260
|
+
contraction zkm
|
|
261
|
+
word etternatur 1356-1345-2345
|
|
262
|
+
contraction znt
|
|
263
|
+
word ettertilgang 1356-2345-1245-1245
|
|
264
|
+
contraction ztgg
|
|
265
|
+
word ettervanske 1356-1236-14
|
|
266
|
+
contraction zvc
|
|
267
|
+
|
|
268
|
+
word felles 124-123-234
|
|
269
|
+
begword felles 124-123-234
|
|
270
|
+
contraction fls
|
|
271
|
+
word fikk 124-13
|
|
272
|
+
contraction fk
|
|
273
|
+
|
|
274
|
+
# word for 1246 # defined in level 1
|
|
275
|
+
word forfra 1246-124
|
|
276
|
+
word forover 1246-1346
|
|
277
|
+
begword forover 1246-1346
|
|
278
|
+
|
|
279
|
+
begword ufor 136-1246
|
|
280
|
+
|
|
281
|
+
# forhold 12346 # defined in level 1
|
|
282
|
+
|
|
283
|
+
begword uforhold 136-12346
|
|
284
|
+
|
|
285
|
+
endword forholda 12346-1
|
|
286
|
+
endword forholdene 12346-15-2346
|
|
287
|
+
endword forholdenes 12346-15-2346-234
|
|
288
|
+
endword forholdet 12346-346
|
|
289
|
+
endword forholdets 12346-346-234
|
|
290
|
+
endword forholds 13456-234
|
|
291
|
+
|
|
292
|
+
# word forholdsvis 12346-1236 # defined in level 1
|
|
293
|
+
|
|
294
|
+
word forskjell 1246-14
|
|
295
|
+
begword forskjell 1246-14
|
|
296
|
+
endword forskjell 1246-14
|
|
297
|
+
endword forskjellane 1246-14-1-2346
|
|
298
|
+
endword forskjellar 1246-14-3456
|
|
299
|
+
endword forskjellene 1246-14-15-2346
|
|
300
|
+
endword forskjellenes 1246-14-15-2346-234
|
|
301
|
+
endword forskjellen 1246-14-126
|
|
302
|
+
endword forskjellens 1246-14-126-234
|
|
303
|
+
endword forskjeller 1246-14-156
|
|
304
|
+
endword forskjellers 1246-14-156-234
|
|
305
|
+
endword forskjellig 1246-14-24-1245
|
|
306
|
+
endword forskjellige 1246-14-24-1245-15
|
|
307
|
+
|
|
308
|
+
# word fra 124 # defined in level 1
|
|
309
|
+
word fram 124-134
|
|
310
|
+
begword fram 124-134
|
|
311
|
+
contraction fm
|
|
312
|
+
begword ufram 136-124-134
|
|
313
|
+
word framgang 124-134-1245-1245
|
|
314
|
+
contraction fmgg
|
|
315
|
+
word framgikk 124-134-1245-13
|
|
316
|
+
contraction fmgk
|
|
317
|
+
contraction fmkm
|
|
318
|
+
word frampå 124-134-1234
|
|
319
|
+
contraction fmp
|
|
320
|
+
word framved 124-134-1236
|
|
321
|
+
contraction fmv
|
|
322
|
+
word framover 124-134-1346
|
|
323
|
+
contraction fmx
|
|
324
|
+
word frametter 124-134-1356
|
|
325
|
+
contraction fmz
|
|
326
|
+
word framunder 124-134-12345
|
|
327
|
+
contraction fmq
|
|
328
|
+
word følg 124-1245
|
|
329
|
+
begword følg 124-1245
|
|
330
|
+
contraction fg
|
|
331
|
+
endword følg 124-1245
|
|
332
|
+
endword følga 124-1245-1
|
|
333
|
+
contraction fga
|
|
334
|
+
endword følgas 124-1245-1-234
|
|
335
|
+
contraction fgas
|
|
336
|
+
endword følge 124-1245-15
|
|
337
|
+
contraction fge
|
|
338
|
+
endword følges 124-1245-15-234
|
|
339
|
+
contraction fges
|
|
340
|
+
endword følgen 124-1245-126
|
|
341
|
+
endword følgens 124-1245-126-234
|
|
342
|
+
endword følgende 124-1245-126-1456
|
|
343
|
+
endword følgendes 124-1245-126-1456-234
|
|
344
|
+
endword følgene 124-1245-15-2346
|
|
345
|
+
endword følgenes 124-1245-15-2346-234
|
|
346
|
+
endword følger 124-1245-156
|
|
347
|
+
endword følgers 124-1245-156-234
|
|
348
|
+
endword følgerne 124-1245-156-2346
|
|
349
|
+
endword følgernes 124-1245-156-2346-234
|
|
350
|
+
endword følget 124-1245-346
|
|
351
|
+
endword følgets 124-1245-346-234
|
|
352
|
+
|
|
353
|
+
word først 124-234-2345
|
|
354
|
+
begword først 124-234-2345
|
|
355
|
+
contraction fst
|
|
356
|
+
word første 124-234-1256
|
|
357
|
+
begword første 124-234-1256
|
|
358
|
+
word fått 124-2345
|
|
359
|
+
contraction ft
|
|
360
|
+
|
|
361
|
+
word gang 1245-1245
|
|
362
|
+
begword gang 1245-1245
|
|
363
|
+
contraction gg
|
|
364
|
+
word gikk 1245-13
|
|
365
|
+
contraction gk
|
|
366
|
+
word gjekk 1245-245-13
|
|
367
|
+
contraction gjk
|
|
368
|
+
|
|
369
|
+
# word gjennom 12456
|
|
370
|
+
begword ugjennom 136-12456
|
|
371
|
+
word gjennomgang 12456-1245-1245
|
|
372
|
+
begword gjennomgang 12456-1245-1245
|
|
373
|
+
word gjennomgikk 12456-1245-13
|
|
374
|
+
word gjennomgjekk 12456-1245-245-13
|
|
375
|
+
word gjennomfør 12456-246
|
|
376
|
+
|
|
377
|
+
word gjorde 1245-245-1456
|
|
378
|
+
endword gjorde 1245-245-1456
|
|
379
|
+
word gjort 1245-245-2345
|
|
380
|
+
endword gjort 1245-245-2345
|
|
381
|
+
contraction gjt
|
|
382
|
+
word gjør 1245-245
|
|
383
|
+
contraction gj
|
|
384
|
+
|
|
385
|
+
word hadde 125-1456 # level 2 contractions
|
|
386
|
+
# word han 125
|
|
387
|
+
# word hans 125-234
|
|
388
|
+
# word har 1235 # already in level 1
|
|
389
|
+
word hatt 125-2345
|
|
390
|
+
contraction ht
|
|
391
|
+
word hennar 15-3456
|
|
392
|
+
word henne 15-15
|
|
393
|
+
contraction ee
|
|
394
|
+
word hennes 15-15-234
|
|
395
|
+
contraction ees
|
|
396
|
+
word heller 125-123-156
|
|
397
|
+
word helst 125-123
|
|
398
|
+
contraction hl
|
|
399
|
+
# word hun 136 # already in level 1
|
|
400
|
+
word hverandre 2456-1-12356
|
|
401
|
+
word hverandres 2456-1-12356-234
|
|
402
|
+
word hvilke 2456-13
|
|
403
|
+
contraction wk
|
|
404
|
+
word hvilken 2456-13-126
|
|
405
|
+
word hvilket 2456-13-346
|
|
406
|
+
word hvis 2456-234
|
|
407
|
+
contraction ws
|
|
408
|
+
# hvordan 2456-145
|
|
409
|
+
word hvoretter 2456-1356
|
|
410
|
+
contraction wz
|
|
411
|
+
word hvorfra 2456-124
|
|
412
|
+
contraction wf
|
|
413
|
+
word hvorledes 2456-123
|
|
414
|
+
contraction wl
|
|
415
|
+
word hvorpå 2456-1234
|
|
416
|
+
contraction wp
|
|
417
|
+
word hvorved 2456-1236
|
|
418
|
+
contraction wv
|
|
419
|
+
|
|
420
|
+
word iallfall 24-1-124
|
|
421
|
+
contraction iaf
|
|
422
|
+
word iblant 24-12-123
|
|
423
|
+
contraction ibl
|
|
424
|
+
# word ikke 24-13 # already in level 1
|
|
425
|
+
word imidlertid 24-24
|
|
426
|
+
contraction ii
|
|
427
|
+
word inga 24-1
|
|
428
|
+
contraction ia
|
|
429
|
+
word ingen 24-15
|
|
430
|
+
contraction ie
|
|
431
|
+
word ingens 24-15-234
|
|
432
|
+
contraction ies
|
|
433
|
+
|
|
434
|
+
word ingenting 24-15-2345
|
|
435
|
+
contraction iet
|
|
436
|
+
word innenfor 24-1246
|
|
437
|
+
word innenfra 24-124
|
|
438
|
+
contraction if
|
|
439
|
+
|
|
440
|
+
word kanskje 13-13
|
|
441
|
+
contraction kk
|
|
442
|
+
word komme 13-134
|
|
443
|
+
contraction km
|
|
444
|
+
word kommer 13-134-156
|
|
445
|
+
word kommet 13-134-346
|
|
446
|
+
begword komm 13-134
|
|
447
|
+
begword ukomm 136-13-134
|
|
448
|
+
endword komm 13-134
|
|
449
|
+
endword komma 13-134-1
|
|
450
|
+
contraction kma
|
|
451
|
+
endword kommas 13-134-1-234
|
|
452
|
+
contraction kmas
|
|
453
|
+
endword komme 13-134-15
|
|
454
|
+
contraction kme
|
|
455
|
+
endword kommes 13-134-15-234
|
|
456
|
+
contraction kmes
|
|
457
|
+
endword kommen 13-134-126
|
|
458
|
+
endword kommens 13-134-126-234
|
|
459
|
+
endword kommene 13-134-15-2346
|
|
460
|
+
endword kommenes 13-134-15-2346-234
|
|
461
|
+
endword kommende 13-134-126-1456
|
|
462
|
+
endword kommendes 13-134-126-1456-234
|
|
463
|
+
endword kommer 13-134-156
|
|
464
|
+
endword kommers 13-134-156-234
|
|
465
|
+
endword kommerne 13-134-156-2346
|
|
466
|
+
endword kommernes 13-134-156-2346-234
|
|
467
|
+
endword kommet 13-134-346
|
|
468
|
+
endword kommets 13-134-346-234
|
|
469
|
+
word korleis 13-234
|
|
470
|
+
contraction ks
|
|
471
|
+
word kunne 13-1345
|
|
472
|
+
contraction kn
|
|
473
|
+
word kunnet 13-1345-346
|
|
474
|
+
word kvarandre 1-1-12356
|
|
475
|
+
word kvarandres 1-1-12356-234
|
|
476
|
+
word kvifor 13-1246
|
|
477
|
+
|
|
478
|
+
word likedan 123-145
|
|
479
|
+
contraction ld
|
|
480
|
+
word likesom 123-234
|
|
481
|
+
contraction ls
|
|
482
|
+
word liketil 123-2345
|
|
483
|
+
contraction lt
|
|
484
|
+
word likevel 123-123
|
|
485
|
+
contraction ll
|
|
486
|
+
word liksom 123-13-234
|
|
487
|
+
contraction lks
|
|
488
|
+
|
|
489
|
+
# word mange 134 # defined in level 1
|
|
490
|
+
word manges 134-234
|
|
491
|
+
contraction ms
|
|
492
|
+
# word med 146 # defined in level 1
|
|
493
|
+
endword med 146
|
|
494
|
+
begword med 146
|
|
495
|
+
begword umed 136-146
|
|
496
|
+
|
|
497
|
+
word meg 134-1245
|
|
498
|
+
contraction mg
|
|
499
|
+
word meget 134-346
|
|
500
|
+
word mellom 134-123
|
|
501
|
+
begword mellom 134-123
|
|
502
|
+
contraction ml
|
|
503
|
+
endword mellom 134-123
|
|
504
|
+
word min 134-1345
|
|
505
|
+
contraction mn
|
|
506
|
+
word mitt 134-2345
|
|
507
|
+
contraction mt
|
|
508
|
+
# word mye 13456
|
|
509
|
+
word mykje 134-13
|
|
510
|
+
contraction mk
|
|
511
|
+
word måtta 134-2345-1
|
|
512
|
+
contraction mta
|
|
513
|
+
word måtte 134-1256
|
|
514
|
+
word måttet 134-2345-346
|
|
515
|
+
|
|
516
|
+
word natur 1345-2345
|
|
517
|
+
begword natur 1345-2345
|
|
518
|
+
contraction nt
|
|
519
|
+
begword unatur 136-1345-2345
|
|
520
|
+
word naturligvis 1345-2345-1236
|
|
521
|
+
contraction ntv
|
|
522
|
+
word ne 2346
|
|
523
|
+
endword ne 2346
|
|
524
|
+
word nes 2346-234
|
|
525
|
+
endword nes 2346-234
|
|
526
|
+
|
|
527
|
+
word nedenfor 1345-1246
|
|
528
|
+
word nedenfra 1345-124
|
|
529
|
+
contraction nf
|
|
530
|
+
word neppe 1345-1234
|
|
531
|
+
contraction np
|
|
532
|
+
word nettopp 1345-2345-1234
|
|
533
|
+
contraction ntp
|
|
534
|
+
word noen 1345-1345
|
|
535
|
+
begword noen 1345-1345
|
|
536
|
+
contraction nn
|
|
537
|
+
word noko 1345-13
|
|
538
|
+
contraction nk
|
|
539
|
+
word nokon 1345-13-1345
|
|
540
|
+
contraction nkn
|
|
541
|
+
word nokre 1345-13-12356
|
|
542
|
+
contraction nkr
|
|
543
|
+
word nødvendigvis 1345-1236-1236
|
|
544
|
+
contraction nvv
|
|
545
|
+
word nødvendig 1345-1236
|
|
546
|
+
begword nødvendig 1345-1236
|
|
547
|
+
contraction nv
|
|
548
|
+
word unødvendig 136-1345-1236
|
|
549
|
+
begword unødvendig 136-1345-1236
|
|
550
|
+
|
|
551
|
+
# word når 1345
|
|
552
|
+
|
|
553
|
+
# word og 14 # defined in level 1
|
|
554
|
+
# word også # defined in level 1
|
|
555
|
+
# word oss # defined in level 1
|
|
556
|
+
word ovenfor 135-1246
|
|
557
|
+
word ovenfra 135-124
|
|
558
|
+
contraction of
|
|
559
|
+
|
|
560
|
+
# word over 1346 # defined in level 1
|
|
561
|
+
word overble 1346-12
|
|
562
|
+
contraction xb
|
|
563
|
+
word overblir 1346-12-1235
|
|
564
|
+
contraction xbr
|
|
565
|
+
word overblitt 1346-12-2345
|
|
566
|
+
contraction xbt
|
|
567
|
+
contraction xbk
|
|
568
|
+
word overfra 1346-124
|
|
569
|
+
contraction xf
|
|
570
|
+
word overgikk 1346-1245-13
|
|
571
|
+
contraction xgk
|
|
572
|
+
word overgjekk 1346-1245-245-13
|
|
573
|
+
contraction xgjk
|
|
574
|
+
word overgjorde 1346-1245-245-1456
|
|
575
|
+
word overgjort 1346-1245-245-2345
|
|
576
|
+
contraction xgjt
|
|
577
|
+
word overgjør 1346-1245-245
|
|
578
|
+
contraction xgj
|
|
579
|
+
word overgang 1346-1245-1245
|
|
580
|
+
contraction xgg
|
|
581
|
+
word overjeg 1346-245
|
|
582
|
+
contraction xj
|
|
583
|
+
contraction xkm
|
|
584
|
+
word overnatur 1346-1345-2345
|
|
585
|
+
contraction xnt
|
|
586
|
+
word overnødvendig 1346-1345-1236
|
|
587
|
+
contraction xnv
|
|
588
|
+
word overpå 1346-1234
|
|
589
|
+
contraction xp
|
|
590
|
+
word overselv 1346-234-1236
|
|
591
|
+
contraction xsv
|
|
592
|
+
word overtatt 1346-2345-2345
|
|
593
|
+
contraction xtt
|
|
594
|
+
contraction xs
|
|
595
|
+
begword uover 136-1346
|
|
596
|
+
|
|
597
|
+
begword overgang 1346-1245-1245
|
|
598
|
+
word overfør 1346-246
|
|
599
|
+
contraction xø
|
|
600
|
+
word overvære 1346-345
|
|
601
|
+
contraction xæ
|
|
602
|
+
word overvar 1346-3456
|
|
603
|
+
word overvært 1346-1236-2345
|
|
604
|
+
contraction xvt
|
|
605
|
+
|
|
606
|
+
word punkt 1234-13-2345
|
|
607
|
+
begword punkt 1234-13-2345
|
|
608
|
+
endword punkt 1234-13-2345
|
|
609
|
+
contraction pkt
|
|
610
|
+
endword punkta 1234-13-2345-1
|
|
611
|
+
contraction pkta
|
|
612
|
+
endword punktas 1234-13-2345-1-234
|
|
613
|
+
contraction pktas
|
|
614
|
+
endword punktene 1234-13-2345-15-2346
|
|
615
|
+
endword punktenes 1234-13-2345-15-2346-234
|
|
616
|
+
endword punkter 1234-13-2345-156
|
|
617
|
+
endword punkters 1234-13-2345-156-234
|
|
618
|
+
endword punktet 1234-13-2345-346
|
|
619
|
+
endword punktets 1234-13-2345-346-234
|
|
620
|
+
endword punkts 1234-13-2345-234
|
|
621
|
+
contraction pkts
|
|
622
|
+
# word på 1234 # defined in level 1
|
|
623
|
+
|
|
624
|
+
word re 12356
|
|
625
|
+
endword re 12356
|
|
626
|
+
endword res 12356-234
|
|
627
|
+
|
|
628
|
+
word samme 234-134
|
|
629
|
+
contraction sm
|
|
630
|
+
|
|
631
|
+
word sammen 234-134-126
|
|
632
|
+
begword sammen 234-134-126
|
|
633
|
+
begword usammen 136-234-134-126
|
|
634
|
+
|
|
635
|
+
word seg 234-1245
|
|
636
|
+
contraction sg
|
|
637
|
+
word selv 234-1236
|
|
638
|
+
contraction sv
|
|
639
|
+
word sin 234-1345
|
|
640
|
+
contraction sn
|
|
641
|
+
word sitt 234-2345
|
|
642
|
+
contraction st
|
|
643
|
+
word sjøl 234-245
|
|
644
|
+
contraction sj
|
|
645
|
+
word sjølv 234-245-1236
|
|
646
|
+
begword sjølv 234-245-1236
|
|
647
|
+
contraction sjv
|
|
648
|
+
begword usjølv 136-234-245-1236
|
|
649
|
+
|
|
650
|
+
word skal 123456 # level 2 contractions
|
|
651
|
+
word skulla 123456-1
|
|
652
|
+
word skulle 123456-15
|
|
653
|
+
word skullet 123456-346
|
|
654
|
+
word snart 234-1235
|
|
655
|
+
contraction sr
|
|
656
|
+
word spørsmål 234-1234-134
|
|
657
|
+
begword spørsmål 234-1234-134
|
|
658
|
+
contraction spm
|
|
659
|
+
endword spørsmål 234-1234-134
|
|
660
|
+
endword spørsmåla 234-1234-134-1
|
|
661
|
+
contraction spma
|
|
662
|
+
endword spørsmålas 234-1234-134-1-234
|
|
663
|
+
contraction spmas
|
|
664
|
+
endword spørsmålene 234-1234-134-15-2346
|
|
665
|
+
endword spørsmålenes 234-1234-134-15-2346-234
|
|
666
|
+
endword spørsmålet 234-1234-134-346
|
|
667
|
+
endword spørsmålets 234-1234-134-346-234
|
|
668
|
+
endword spørsmåls 234-1234-134-234
|
|
669
|
+
contraction spms
|
|
670
|
+
|
|
671
|
+
word takk 2345-13
|
|
672
|
+
word utakk 136-2345-13
|
|
673
|
+
contraction utk
|
|
674
|
+
begword takkam 2345-1-13-13-1-134 # exception
|
|
675
|
+
begword takkon 2345-1-13-13-135-1345 # exception
|
|
676
|
+
begword takku 2345-1-13-13-136 # exception
|
|
677
|
+
begword takky 2345-1-13-13-13456 # exception
|
|
678
|
+
begword takk 2345-13
|
|
679
|
+
contraction tk
|
|
680
|
+
begword utakk 136-2345-13
|
|
681
|
+
|
|
682
|
+
word tatt 2345-2345
|
|
683
|
+
contraction tt
|
|
684
|
+
|
|
685
|
+
word te 1256
|
|
686
|
+
endword te 1256
|
|
687
|
+
endword tes 1256-234
|
|
688
|
+
|
|
689
|
+
word tilbake 2345-12
|
|
690
|
+
begword tilbake 2345-12
|
|
691
|
+
contraction tb
|
|
692
|
+
word tilfeldig 2345-124-1245
|
|
693
|
+
begword tilfeldig 2345-124-1245
|
|
694
|
+
contraction tfg
|
|
695
|
+
|
|
696
|
+
begword tilfell 2345-124
|
|
697
|
+
contraction tfe
|
|
698
|
+
contraction tfa
|
|
699
|
+
word tilgang 2345-1245-1245
|
|
700
|
+
begword tilgang 2345-1245-1245
|
|
701
|
+
contraction tgg
|
|
702
|
+
word underfra 12345-124
|
|
703
|
+
contraction qf
|
|
704
|
+
|
|
705
|
+
word undergikk 12345-1245-13
|
|
706
|
+
contraction qgk
|
|
707
|
+
word undergjekk 12345-1245-245-13
|
|
708
|
+
contraction qgjk
|
|
709
|
+
word undergang 12345-1245-1245
|
|
710
|
+
begword undergang 12345-1245-1245
|
|
711
|
+
contraction qgg
|
|
712
|
+
word undertatt 12345-2345-2345
|
|
713
|
+
contraction qtt
|
|
714
|
+
word utenfor 136-1246
|
|
715
|
+
word utenfra 136-124
|
|
716
|
+
contraction uf
|
|
717
|
+
word vil 1236-123
|
|
718
|
+
contraction vl
|
|
719
|
+
word ville 1236-123-15
|
|
720
|
+
contraction vle
|
|
721
|
+
word villet 1236-123-346
|
|
722
|
+
|
|
723
|
+
word viss 1236-234
|
|
724
|
+
begword viss 1236-234
|
|
725
|
+
contraction vs
|
|
726
|
+
word uviss 136-1236-234
|
|
727
|
+
begword uviss 136-1236-234
|
|
728
|
+
contraction uvs
|
|
729
|
+
|
|
730
|
+
word vanske 1236-14
|
|
731
|
+
begword vanske 1236-14
|
|
732
|
+
contraction vc
|
|
733
|
+
|
|
734
|
+
word vært 1236-2345
|
|
735
|
+
contraction vt
|
|
736
|
+
nofor always te/ 1256-34
|
|
737
|
+
# ------------------------------------------------------
|