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,1067 @@
|
|
|
1
|
+
ISO8859-1
|
|
2
|
+
.a4
|
|
3
|
+
.ab3r�a
|
|
4
|
+
.ae3s4ch
|
|
5
|
+
.amino1a2c
|
|
6
|
+
.ana3s4tr
|
|
7
|
+
.anti1a2
|
|
8
|
+
.anti1e2
|
|
9
|
+
.anti1s2
|
|
10
|
+
.anti1�2
|
|
11
|
+
.anti2enne
|
|
12
|
+
.apo2s3ta
|
|
13
|
+
.ar3dent.
|
|
14
|
+
.ar3gent.
|
|
15
|
+
.ar3pent.
|
|
16
|
+
.as2ta
|
|
17
|
+
.bai2se3main
|
|
18
|
+
.bi1a2c
|
|
19
|
+
.bi1a2t
|
|
20
|
+
.bi1au
|
|
21
|
+
.bi1u2
|
|
22
|
+
.bi2s1a2
|
|
23
|
+
.bio1a2
|
|
24
|
+
.ch4
|
|
25
|
+
.ch�2vre3feuille
|
|
26
|
+
.ci2s1alp
|
|
27
|
+
.co1o2
|
|
28
|
+
.co2o3lie
|
|
29
|
+
.com3ment.
|
|
30
|
+
.con4
|
|
31
|
+
.cons4
|
|
32
|
+
.contre1s2c
|
|
33
|
+
.contre3ma�tre
|
|
34
|
+
.cul4
|
|
35
|
+
.dacryo1a2
|
|
36
|
+
.di1a2cid
|
|
37
|
+
.di1a2c�
|
|
38
|
+
.di1a2mi
|
|
39
|
+
.di1a2tom
|
|
40
|
+
.di1ald
|
|
41
|
+
.di1e2n
|
|
42
|
+
.di2s3h
|
|
43
|
+
.do3lent.
|
|
44
|
+
.dy2s1a2
|
|
45
|
+
.dy2s1i2
|
|
46
|
+
.dy2s1o2
|
|
47
|
+
.dy2s1u2
|
|
48
|
+
.dy2s3
|
|
49
|
+
.d�1a2
|
|
50
|
+
.d�1io
|
|
51
|
+
.d�1o2
|
|
52
|
+
.d�2s
|
|
53
|
+
.d�2s1i2
|
|
54
|
+
.d�2s1oe0
|
|
55
|
+
.d�2s1u2n
|
|
56
|
+
.d�2s1�0
|
|
57
|
+
.d�2s1�2
|
|
58
|
+
.d�3s2a3cr
|
|
59
|
+
.d�3s2a3tell
|
|
60
|
+
.d�3s2astr
|
|
61
|
+
.d�3s2c
|
|
62
|
+
.d�3s2ensib
|
|
63
|
+
.d�3s2ert
|
|
64
|
+
.d�3s2exu
|
|
65
|
+
.d�3s2i3d
|
|
66
|
+
.d�3s2i3gn
|
|
67
|
+
.d�3s2i3li
|
|
68
|
+
.d�3s2i3nen
|
|
69
|
+
.d�3s2i3r
|
|
70
|
+
.d�3s2invo
|
|
71
|
+
.d�3s2ist
|
|
72
|
+
.d�3s2o3d�
|
|
73
|
+
.d�3s2o3l
|
|
74
|
+
.d�3s2o3pil
|
|
75
|
+
.d�3s2orm
|
|
76
|
+
.d�3s2orp
|
|
77
|
+
.d�3s2oufr
|
|
78
|
+
.d�3s2p
|
|
79
|
+
.d�3s2t
|
|
80
|
+
.d�3s2�3gr
|
|
81
|
+
.d�s2a3m
|
|
82
|
+
.e4
|
|
83
|
+
.en1a2
|
|
84
|
+
.en1o2
|
|
85
|
+
.eu2r1a2
|
|
86
|
+
.gem2ment.
|
|
87
|
+
.i4
|
|
88
|
+
.in1a2
|
|
89
|
+
.in1e2
|
|
90
|
+
.in1i2
|
|
91
|
+
.in1o2
|
|
92
|
+
.in1s2tab
|
|
93
|
+
.in1u2
|
|
94
|
+
.in1�2
|
|
95
|
+
.in2a3nit
|
|
96
|
+
.in2augur
|
|
97
|
+
.in2effab
|
|
98
|
+
.in2ept
|
|
99
|
+
.in2er
|
|
100
|
+
.in2exora
|
|
101
|
+
.in2i3miti
|
|
102
|
+
.in2i3q
|
|
103
|
+
.in2i3t
|
|
104
|
+
.in2o3cul
|
|
105
|
+
.in2ond
|
|
106
|
+
.in2u3l
|
|
107
|
+
.in2uit
|
|
108
|
+
.in2�3lucta
|
|
109
|
+
.in2�3narra
|
|
110
|
+
.inte4r3
|
|
111
|
+
.intera2
|
|
112
|
+
.intere2
|
|
113
|
+
.interi2
|
|
114
|
+
.intero2
|
|
115
|
+
.inters2
|
|
116
|
+
.interu2
|
|
117
|
+
.inter�2
|
|
118
|
+
.kh4
|
|
119
|
+
.la3tent.
|
|
120
|
+
.ma2c3k
|
|
121
|
+
.ma2l1a2dres
|
|
122
|
+
.ma2l1a2dro
|
|
123
|
+
.ma2l1a2v
|
|
124
|
+
.ma2l1ais�
|
|
125
|
+
.ma2l1ap
|
|
126
|
+
.ma2l1en
|
|
127
|
+
.ma2l1int
|
|
128
|
+
.ma2l1o2d
|
|
129
|
+
.ma2l1oc
|
|
130
|
+
.ma2r1x
|
|
131
|
+
.macro1s2c
|
|
132
|
+
.milli1am
|
|
133
|
+
.mono1a2
|
|
134
|
+
.mono1e2
|
|
135
|
+
.mono1i2
|
|
136
|
+
.mono1o2
|
|
137
|
+
.mono1s2
|
|
138
|
+
.mono1u2
|
|
139
|
+
.mono1�2
|
|
140
|
+
.mono1�2d�
|
|
141
|
+
.m�2g1oh
|
|
142
|
+
.m�2s1es
|
|
143
|
+
.m�2s1i
|
|
144
|
+
.m�2s1u2s
|
|
145
|
+
.m�2sa
|
|
146
|
+
.m�3san
|
|
147
|
+
.m�ta1s2ta
|
|
148
|
+
.no2n1obs
|
|
149
|
+
.o4
|
|
150
|
+
.on3guent.
|
|
151
|
+
.oua1ou
|
|
152
|
+
.ovi1s2c
|
|
153
|
+
.pa2n1a2f
|
|
154
|
+
.pa2n1a2m�
|
|
155
|
+
.pa2n1a2ra
|
|
156
|
+
.pa2n1is
|
|
157
|
+
.pa2n1o2ph
|
|
158
|
+
.pa2n1opt
|
|
159
|
+
.pa2r1a2che
|
|
160
|
+
.pa2r1a2ch�
|
|
161
|
+
.pa2r3h�
|
|
162
|
+
.pa3rent.
|
|
163
|
+
.pa3tent.
|
|
164
|
+
.para1s2
|
|
165
|
+
.pe4r
|
|
166
|
+
.pen2ta
|
|
167
|
+
.per1a2
|
|
168
|
+
.per1e2
|
|
169
|
+
.per1i2
|
|
170
|
+
.per1o2
|
|
171
|
+
.per1u2
|
|
172
|
+
.per1�2
|
|
173
|
+
.ph4
|
|
174
|
+
.phalan3s2t
|
|
175
|
+
.pluri1a
|
|
176
|
+
.pon2tet
|
|
177
|
+
.pos2t1in
|
|
178
|
+
.pos2t1o2
|
|
179
|
+
.pos2t3h
|
|
180
|
+
.pos2t3r
|
|
181
|
+
.post1s2
|
|
182
|
+
.pro1s2c�
|
|
183
|
+
.pro1�2
|
|
184
|
+
.prou3d2h
|
|
185
|
+
.pr�1a2
|
|
186
|
+
.pr�1e2
|
|
187
|
+
.pr�1i2
|
|
188
|
+
.pr�1o2
|
|
189
|
+
.pr�1s2
|
|
190
|
+
.pr�1u2
|
|
191
|
+
.pr�1�2
|
|
192
|
+
.pr�2a3la
|
|
193
|
+
.pr�2au
|
|
194
|
+
.psycho1a2n
|
|
195
|
+
.pud1d2l
|
|
196
|
+
.p�ri1os
|
|
197
|
+
.p�ri1s2
|
|
198
|
+
.p�ri1u2
|
|
199
|
+
.p�ri2s3s
|
|
200
|
+
.p�ri2s3ta
|
|
201
|
+
.re1s2
|
|
202
|
+
.re2s3cap
|
|
203
|
+
.re2s3cisi
|
|
204
|
+
.re2s3ciso
|
|
205
|
+
.re2s3cou
|
|
206
|
+
.re2s3cri
|
|
207
|
+
.re2s3pect
|
|
208
|
+
.re2s3pir
|
|
209
|
+
.re2s3plend
|
|
210
|
+
.re2s3pons
|
|
211
|
+
.re2s3quil
|
|
212
|
+
.re2s3s
|
|
213
|
+
.re2s3t
|
|
214
|
+
.re3s4tab
|
|
215
|
+
.re3s4tag
|
|
216
|
+
.re3s4tand
|
|
217
|
+
.re3s4tat
|
|
218
|
+
.re3s4tim
|
|
219
|
+
.re3s4tip
|
|
220
|
+
.re3s4toc
|
|
221
|
+
.re3s4top
|
|
222
|
+
.re3s4tr
|
|
223
|
+
.re3s4tu
|
|
224
|
+
.re3s4ty
|
|
225
|
+
.re3s4t�n
|
|
226
|
+
.re3s4t�r
|
|
227
|
+
.re4s5trein
|
|
228
|
+
.re4s5trict
|
|
229
|
+
.re4s5trin
|
|
230
|
+
.res3sent.
|
|
231
|
+
.r�1a2
|
|
232
|
+
.r�1e2
|
|
233
|
+
.r�1i2
|
|
234
|
+
.r�1o2
|
|
235
|
+
.r�1�2
|
|
236
|
+
.r�2a3le
|
|
237
|
+
.r�2a3lis
|
|
238
|
+
.r�2a3lit
|
|
239
|
+
.r�2aux
|
|
240
|
+
.r�2el
|
|
241
|
+
.r�2er
|
|
242
|
+
.r�2i3fi
|
|
243
|
+
.r�2uss
|
|
244
|
+
.r�2�r
|
|
245
|
+
.r�tro1a2
|
|
246
|
+
.r�u2
|
|
247
|
+
.sar3ment.
|
|
248
|
+
.sch4
|
|
249
|
+
.ser3ment.
|
|
250
|
+
.seu2le
|
|
251
|
+
.sh4
|
|
252
|
+
.sou3vent.
|
|
253
|
+
.sta2g3n
|
|
254
|
+
.stil3l
|
|
255
|
+
.su2b1a2
|
|
256
|
+
.su2b1in
|
|
257
|
+
.su2b1ur
|
|
258
|
+
.su2b1�2
|
|
259
|
+
.su2b3limin
|
|
260
|
+
.su2b3lin
|
|
261
|
+
.su2b3lu
|
|
262
|
+
.su2r1a2
|
|
263
|
+
.su2r1e2
|
|
264
|
+
.su2r1i2m
|
|
265
|
+
.su2r1inf
|
|
266
|
+
.su2r1int
|
|
267
|
+
.su2r1of
|
|
268
|
+
.su2r1ox
|
|
269
|
+
.su2r1�2
|
|
270
|
+
.su2r3h
|
|
271
|
+
.su3b2alt
|
|
272
|
+
.su3b2�3r
|
|
273
|
+
.su3r2a3t
|
|
274
|
+
.su3r2eau
|
|
275
|
+
.su3r2ell
|
|
276
|
+
.su3r2et
|
|
277
|
+
.ta3lent.
|
|
278
|
+
.th4
|
|
279
|
+
.tri1a2c
|
|
280
|
+
.tri1a2n
|
|
281
|
+
.tri1a2t
|
|
282
|
+
.tri1o2n
|
|
283
|
+
.u4
|
|
284
|
+
.y4
|
|
285
|
+
.�4
|
|
286
|
+
.�4
|
|
287
|
+
.�4
|
|
288
|
+
.�mi3nent.
|
|
289
|
+
.�4
|
|
290
|
+
.�4
|
|
291
|
+
.�4
|
|
292
|
+
.�4
|
|
293
|
+
1a2nesth�si
|
|
294
|
+
1alcool
|
|
295
|
+
1b2l
|
|
296
|
+
1b2r
|
|
297
|
+
1ba
|
|
298
|
+
1be
|
|
299
|
+
1bi
|
|
300
|
+
1bo
|
|
301
|
+
1bu
|
|
302
|
+
1by
|
|
303
|
+
1b�
|
|
304
|
+
1b�
|
|
305
|
+
1b�
|
|
306
|
+
1b�
|
|
307
|
+
1b�
|
|
308
|
+
1b�
|
|
309
|
+
1b�
|
|
310
|
+
1c2h
|
|
311
|
+
1c2k
|
|
312
|
+
1c2l
|
|
313
|
+
1c2r
|
|
314
|
+
1ca
|
|
315
|
+
1ce
|
|
316
|
+
1ci
|
|
317
|
+
1co
|
|
318
|
+
1coe0
|
|
319
|
+
1cu
|
|
320
|
+
1cy
|
|
321
|
+
1c�0
|
|
322
|
+
1c�
|
|
323
|
+
1c�
|
|
324
|
+
1c�
|
|
325
|
+
1c�
|
|
326
|
+
1c�
|
|
327
|
+
1c�
|
|
328
|
+
1c�
|
|
329
|
+
1d2r
|
|
330
|
+
1da
|
|
331
|
+
1de
|
|
332
|
+
1di
|
|
333
|
+
1do
|
|
334
|
+
1du
|
|
335
|
+
1dy
|
|
336
|
+
1d�
|
|
337
|
+
1d�
|
|
338
|
+
1d�
|
|
339
|
+
1d�
|
|
340
|
+
1d�
|
|
341
|
+
1d�
|
|
342
|
+
1d�
|
|
343
|
+
1f2l
|
|
344
|
+
1f2r
|
|
345
|
+
1fa
|
|
346
|
+
1fe
|
|
347
|
+
1fi
|
|
348
|
+
1fo
|
|
349
|
+
1fu
|
|
350
|
+
1fy
|
|
351
|
+
1f�
|
|
352
|
+
1f�
|
|
353
|
+
1f�
|
|
354
|
+
1f�
|
|
355
|
+
1f�
|
|
356
|
+
1f�
|
|
357
|
+
1f�
|
|
358
|
+
1g2ha
|
|
359
|
+
1g2he
|
|
360
|
+
1g2hi
|
|
361
|
+
1g2ho
|
|
362
|
+
1g2hy
|
|
363
|
+
1g2l
|
|
364
|
+
1g2n
|
|
365
|
+
1g2r
|
|
366
|
+
1ga
|
|
367
|
+
1ge
|
|
368
|
+
1gi
|
|
369
|
+
1go
|
|
370
|
+
1gu
|
|
371
|
+
1gy
|
|
372
|
+
1g�
|
|
373
|
+
1g�
|
|
374
|
+
1g�
|
|
375
|
+
1g�
|
|
376
|
+
1g�
|
|
377
|
+
1g�
|
|
378
|
+
1g�
|
|
379
|
+
1ha
|
|
380
|
+
1he
|
|
381
|
+
1hi
|
|
382
|
+
1ho
|
|
383
|
+
1hu
|
|
384
|
+
1hy
|
|
385
|
+
1h�
|
|
386
|
+
1h�
|
|
387
|
+
1h�
|
|
388
|
+
1h�
|
|
389
|
+
1h�
|
|
390
|
+
1h�
|
|
391
|
+
1h�
|
|
392
|
+
1informat
|
|
393
|
+
1j
|
|
394
|
+
1k2h
|
|
395
|
+
1k2r
|
|
396
|
+
1ka
|
|
397
|
+
1ke
|
|
398
|
+
1ki
|
|
399
|
+
1ko
|
|
400
|
+
1ku
|
|
401
|
+
1ky
|
|
402
|
+
1k�
|
|
403
|
+
1k�
|
|
404
|
+
1k�
|
|
405
|
+
1k�
|
|
406
|
+
1k�
|
|
407
|
+
1k�
|
|
408
|
+
1k�
|
|
409
|
+
1la
|
|
410
|
+
1le
|
|
411
|
+
1li
|
|
412
|
+
1lo
|
|
413
|
+
1lu
|
|
414
|
+
1ly
|
|
415
|
+
1l�
|
|
416
|
+
1l�
|
|
417
|
+
1l�
|
|
418
|
+
1l�
|
|
419
|
+
1l�
|
|
420
|
+
1l�
|
|
421
|
+
1l�
|
|
422
|
+
1l�
|
|
423
|
+
1m2n�s
|
|
424
|
+
1m2n�mo
|
|
425
|
+
1m2n�si
|
|
426
|
+
1ma
|
|
427
|
+
1me
|
|
428
|
+
1mi
|
|
429
|
+
1mo
|
|
430
|
+
1moe0
|
|
431
|
+
1mu
|
|
432
|
+
1my
|
|
433
|
+
1m�0
|
|
434
|
+
1m�
|
|
435
|
+
1m�
|
|
436
|
+
1m�
|
|
437
|
+
1m�
|
|
438
|
+
1m�
|
|
439
|
+
1m�
|
|
440
|
+
1m�
|
|
441
|
+
1na
|
|
442
|
+
1ne
|
|
443
|
+
1ni
|
|
444
|
+
1no
|
|
445
|
+
1noe0
|
|
446
|
+
1nu
|
|
447
|
+
1ny
|
|
448
|
+
1n�0
|
|
449
|
+
1n�
|
|
450
|
+
1n�
|
|
451
|
+
1n�
|
|
452
|
+
1n�
|
|
453
|
+
1n�
|
|
454
|
+
1n�
|
|
455
|
+
1n�
|
|
456
|
+
1octet
|
|
457
|
+
1p2h
|
|
458
|
+
1p2l
|
|
459
|
+
1p2neu
|
|
460
|
+
1p2n�
|
|
461
|
+
1p2r
|
|
462
|
+
1p2sych
|
|
463
|
+
1p2t�r
|
|
464
|
+
1p2t�r
|
|
465
|
+
1pa
|
|
466
|
+
1pe
|
|
467
|
+
1pi
|
|
468
|
+
1po
|
|
469
|
+
1pu
|
|
470
|
+
1py
|
|
471
|
+
1p�
|
|
472
|
+
1p�
|
|
473
|
+
1p�
|
|
474
|
+
1p�
|
|
475
|
+
1p�
|
|
476
|
+
1p�
|
|
477
|
+
1p�
|
|
478
|
+
1q
|
|
479
|
+
1r2h
|
|
480
|
+
1ra
|
|
481
|
+
1re
|
|
482
|
+
1ri
|
|
483
|
+
1ro
|
|
484
|
+
1ru
|
|
485
|
+
1ry
|
|
486
|
+
1r�
|
|
487
|
+
1r�
|
|
488
|
+
1r�
|
|
489
|
+
1r�
|
|
490
|
+
1r�
|
|
491
|
+
1r�
|
|
492
|
+
1r�
|
|
493
|
+
1s2caph
|
|
494
|
+
1s2ch
|
|
495
|
+
1s2cl�r
|
|
496
|
+
1s2cop
|
|
497
|
+
1s2h
|
|
498
|
+
1s2lav
|
|
499
|
+
1s2lov
|
|
500
|
+
1s2patia
|
|
501
|
+
1s2perm
|
|
502
|
+
1s2ph�r
|
|
503
|
+
1s2ph�r
|
|
504
|
+
1s2piel
|
|
505
|
+
1s2piros
|
|
506
|
+
1s2por
|
|
507
|
+
1s2tandard
|
|
508
|
+
1s2tein
|
|
509
|
+
1s2tigm
|
|
510
|
+
1s2tock
|
|
511
|
+
1s2tomos
|
|
512
|
+
1s2troph
|
|
513
|
+
1s2tructu
|
|
514
|
+
1s2tyle
|
|
515
|
+
1sa
|
|
516
|
+
1se
|
|
517
|
+
1si
|
|
518
|
+
1so
|
|
519
|
+
1soe0
|
|
520
|
+
1su
|
|
521
|
+
1sy
|
|
522
|
+
1s�0
|
|
523
|
+
1s�
|
|
524
|
+
1s�
|
|
525
|
+
1s�
|
|
526
|
+
1s�
|
|
527
|
+
1s�
|
|
528
|
+
1s�
|
|
529
|
+
1s�
|
|
530
|
+
1t2h
|
|
531
|
+
1t2r
|
|
532
|
+
1ta
|
|
533
|
+
1te
|
|
534
|
+
1ti
|
|
535
|
+
1to
|
|
536
|
+
1tu
|
|
537
|
+
1ty
|
|
538
|
+
1t�
|
|
539
|
+
1t�
|
|
540
|
+
1t�
|
|
541
|
+
1t�
|
|
542
|
+
1t�
|
|
543
|
+
1t�
|
|
544
|
+
1t�
|
|
545
|
+
1t�
|
|
546
|
+
1v2r
|
|
547
|
+
1va
|
|
548
|
+
1ve
|
|
549
|
+
1vi
|
|
550
|
+
1vo
|
|
551
|
+
1vu
|
|
552
|
+
1vy
|
|
553
|
+
1v�
|
|
554
|
+
1v�
|
|
555
|
+
1v�
|
|
556
|
+
1v�
|
|
557
|
+
1v�
|
|
558
|
+
1v�
|
|
559
|
+
1v�
|
|
560
|
+
1w2r
|
|
561
|
+
1wa
|
|
562
|
+
1we
|
|
563
|
+
1wi
|
|
564
|
+
1wo
|
|
565
|
+
1wu
|
|
566
|
+
1za
|
|
567
|
+
1ze
|
|
568
|
+
1zi
|
|
569
|
+
1zo
|
|
570
|
+
1zu
|
|
571
|
+
1zy
|
|
572
|
+
1z�
|
|
573
|
+
1z�
|
|
574
|
+
1�
|
|
575
|
+
1�2drie
|
|
576
|
+
1�2drique
|
|
577
|
+
1�2lectr
|
|
578
|
+
1�2l�ment
|
|
579
|
+
1�2nerg
|
|
580
|
+
2bent.
|
|
581
|
+
2blent.
|
|
582
|
+
2brent.
|
|
583
|
+
2cent.
|
|
584
|
+
2chb
|
|
585
|
+
2chent.
|
|
586
|
+
2chg
|
|
587
|
+
2chm
|
|
588
|
+
2chn
|
|
589
|
+
2chp
|
|
590
|
+
2chs
|
|
591
|
+
2cht
|
|
592
|
+
2chw
|
|
593
|
+
2ck3h
|
|
594
|
+
2ckb
|
|
595
|
+
2ckent.
|
|
596
|
+
2ckf
|
|
597
|
+
2ckg
|
|
598
|
+
2ckp
|
|
599
|
+
2cks
|
|
600
|
+
2ckt
|
|
601
|
+
2clent.
|
|
602
|
+
2crent.
|
|
603
|
+
2dent.
|
|
604
|
+
2dlent.
|
|
605
|
+
2drent.
|
|
606
|
+
2fent.
|
|
607
|
+
2flent.
|
|
608
|
+
2frent.
|
|
609
|
+
2gent.
|
|
610
|
+
2glent.
|
|
611
|
+
2gnent.
|
|
612
|
+
2grent.
|
|
613
|
+
2guent.
|
|
614
|
+
2jent.
|
|
615
|
+
2jk
|
|
616
|
+
2kent.
|
|
617
|
+
2lent.
|
|
618
|
+
2nent.
|
|
619
|
+
2pent.
|
|
620
|
+
2phent.
|
|
621
|
+
2phn
|
|
622
|
+
2phs
|
|
623
|
+
2pht
|
|
624
|
+
2plent.
|
|
625
|
+
2prent.
|
|
626
|
+
2quent.
|
|
627
|
+
2r3heur
|
|
628
|
+
2r3hydr
|
|
629
|
+
2rent.
|
|
630
|
+
2s3hom
|
|
631
|
+
2schs
|
|
632
|
+
2sent.
|
|
633
|
+
2shent.
|
|
634
|
+
2shm
|
|
635
|
+
2shr
|
|
636
|
+
2shs
|
|
637
|
+
2t3heur
|
|
638
|
+
2tent.
|
|
639
|
+
2thl
|
|
640
|
+
2thm
|
|
641
|
+
2thn
|
|
642
|
+
2ths
|
|
643
|
+
2trent.
|
|
644
|
+
2vent.
|
|
645
|
+
2vrent.
|
|
646
|
+
2went.
|
|
647
|
+
2xent.
|
|
648
|
+
2zent.
|
|
649
|
+
3d2hal
|
|
650
|
+
3d2houd
|
|
651
|
+
3ph2tal�
|
|
652
|
+
3ph2tis
|
|
653
|
+
4be.
|
|
654
|
+
4bes.
|
|
655
|
+
4ble.
|
|
656
|
+
4bles.
|
|
657
|
+
4bre.
|
|
658
|
+
4bres.
|
|
659
|
+
4ce.
|
|
660
|
+
4ces.
|
|
661
|
+
4ch.
|
|
662
|
+
4che.
|
|
663
|
+
4ches.
|
|
664
|
+
4chle.
|
|
665
|
+
4chles.
|
|
666
|
+
4chre.
|
|
667
|
+
4chres.
|
|
668
|
+
4ck.
|
|
669
|
+
4cke.
|
|
670
|
+
4ckes.
|
|
671
|
+
4cle.
|
|
672
|
+
4cles.
|
|
673
|
+
4cre.
|
|
674
|
+
4cres.
|
|
675
|
+
4de.
|
|
676
|
+
4des.
|
|
677
|
+
4dre.
|
|
678
|
+
4dres.
|
|
679
|
+
4fe.
|
|
680
|
+
4fes.
|
|
681
|
+
4fle.
|
|
682
|
+
4fles.
|
|
683
|
+
4fre.
|
|
684
|
+
4fres.
|
|
685
|
+
4ge.
|
|
686
|
+
4ges.
|
|
687
|
+
4gle.
|
|
688
|
+
4gles.
|
|
689
|
+
4gne.
|
|
690
|
+
4gnes.
|
|
691
|
+
4gre.
|
|
692
|
+
4gres.
|
|
693
|
+
4gue.
|
|
694
|
+
4gues.
|
|
695
|
+
4he.
|
|
696
|
+
4hes.
|
|
697
|
+
4je.
|
|
698
|
+
4jes.
|
|
699
|
+
4ke.
|
|
700
|
+
4kes.
|
|
701
|
+
4kh.
|
|
702
|
+
4le.
|
|
703
|
+
4les.
|
|
704
|
+
4me.
|
|
705
|
+
4mes.
|
|
706
|
+
4ne.
|
|
707
|
+
4nes.
|
|
708
|
+
4pe.
|
|
709
|
+
4pes.
|
|
710
|
+
4ph.
|
|
711
|
+
4phe.
|
|
712
|
+
4phes.
|
|
713
|
+
4phle.
|
|
714
|
+
4phles.
|
|
715
|
+
4phre.
|
|
716
|
+
4phres.
|
|
717
|
+
4ple.
|
|
718
|
+
4ples.
|
|
719
|
+
4pre.
|
|
720
|
+
4pres.
|
|
721
|
+
4que.
|
|
722
|
+
4ques.
|
|
723
|
+
4re.
|
|
724
|
+
4res.
|
|
725
|
+
4rhe.
|
|
726
|
+
4rhes.
|
|
727
|
+
4sch.
|
|
728
|
+
4sche.
|
|
729
|
+
4sches.
|
|
730
|
+
4se.
|
|
731
|
+
4ses.
|
|
732
|
+
4sh.
|
|
733
|
+
4she.
|
|
734
|
+
4shes.
|
|
735
|
+
4te.
|
|
736
|
+
4tes.
|
|
737
|
+
4th.
|
|
738
|
+
4the.
|
|
739
|
+
4thes.
|
|
740
|
+
4thre.
|
|
741
|
+
4thres.
|
|
742
|
+
4tre.
|
|
743
|
+
4tres.
|
|
744
|
+
4ve.
|
|
745
|
+
4ves.
|
|
746
|
+
4vre.
|
|
747
|
+
4vres.
|
|
748
|
+
4we.
|
|
749
|
+
4wes.
|
|
750
|
+
4ze.
|
|
751
|
+
4zes.
|
|
752
|
+
a1�2dre
|
|
753
|
+
a2l1algi
|
|
754
|
+
a2s3tro
|
|
755
|
+
ab2h
|
|
756
|
+
ab3sent.
|
|
757
|
+
absti3nent.
|
|
758
|
+
ab�2ment.
|
|
759
|
+
ac3cent.
|
|
760
|
+
acquies4cent.
|
|
761
|
+
ad2h
|
|
762
|
+
ai2ment.
|
|
763
|
+
amalga2ment.
|
|
764
|
+
ani2ment.
|
|
765
|
+
antifer3ment.
|
|
766
|
+
apo2s3tr
|
|
767
|
+
appa3rent.
|
|
768
|
+
ar2ment.
|
|
769
|
+
archi1�2pis
|
|
770
|
+
armil5l
|
|
771
|
+
as2ment.
|
|
772
|
+
au2ment.
|
|
773
|
+
avil4l
|
|
774
|
+
bou2ment.
|
|
775
|
+
boutil3l
|
|
776
|
+
bru2ment.
|
|
777
|
+
ca3ou3t2
|
|
778
|
+
capil3l
|
|
779
|
+
car�2ment.
|
|
780
|
+
cci3dent.
|
|
781
|
+
ch2l
|
|
782
|
+
ch2r
|
|
783
|
+
chevil4l
|
|
784
|
+
chien3dent.
|
|
785
|
+
chlo2r3a2c
|
|
786
|
+
chlo2r3�2t
|
|
787
|
+
chro2ment.
|
|
788
|
+
cil3l
|
|
789
|
+
cla2ment.
|
|
790
|
+
co1a2d
|
|
791
|
+
co1acc
|
|
792
|
+
co1acq
|
|
793
|
+
co1ap
|
|
794
|
+
co1ar
|
|
795
|
+
co1assoc
|
|
796
|
+
co1assur
|
|
797
|
+
co1au
|
|
798
|
+
co1ax
|
|
799
|
+
co1ef
|
|
800
|
+
co1en
|
|
801
|
+
co1ex
|
|
802
|
+
co1�2
|
|
803
|
+
co2nurb
|
|
804
|
+
comp�3tent.
|
|
805
|
+
confi3dent.
|
|
806
|
+
conni3vent.
|
|
807
|
+
conti3nent.
|
|
808
|
+
contin3gent.
|
|
809
|
+
corpu3lent.
|
|
810
|
+
cur3rent.
|
|
811
|
+
cyril3l
|
|
812
|
+
d1d2h
|
|
813
|
+
d1s2
|
|
814
|
+
da2ment.
|
|
815
|
+
di2s3cop
|
|
816
|
+
dia2g3n
|
|
817
|
+
diaphrag2ment.
|
|
818
|
+
dili3gent.
|
|
819
|
+
dissi3dent.
|
|
820
|
+
distil3l
|
|
821
|
+
d�ca3dent.
|
|
822
|
+
d�tri3ment.
|
|
823
|
+
e2n1i2vr
|
|
824
|
+
e2s3ch
|
|
825
|
+
e2s3cop
|
|
826
|
+
entre3gent.
|
|
827
|
+
er2ment.
|
|
828
|
+
es3cent.
|
|
829
|
+
esti2ment.
|
|
830
|
+
eu1s2tat
|
|
831
|
+
extra1
|
|
832
|
+
extra2c
|
|
833
|
+
extra2i
|
|
834
|
+
f1s2
|
|
835
|
+
fa2ment.
|
|
836
|
+
fichu3ment.
|
|
837
|
+
fir2ment.
|
|
838
|
+
flam2ment.
|
|
839
|
+
fritil3l
|
|
840
|
+
fu2ment.
|
|
841
|
+
f�cu3lent.
|
|
842
|
+
g1s2
|
|
843
|
+
gil3l
|
|
844
|
+
gram2ment.
|
|
845
|
+
grandilo3quent.
|
|
846
|
+
hil3l
|
|
847
|
+
hu2ment.
|
|
848
|
+
hype4r1
|
|
849
|
+
hypera2
|
|
850
|
+
hypere2
|
|
851
|
+
hyperi2
|
|
852
|
+
hypero2
|
|
853
|
+
hypers2
|
|
854
|
+
hyperu2
|
|
855
|
+
hyper�2
|
|
856
|
+
hypo1a2
|
|
857
|
+
hypo1e2
|
|
858
|
+
hypo1i2
|
|
859
|
+
hypo1o2
|
|
860
|
+
hypo1s2
|
|
861
|
+
hypo1u2
|
|
862
|
+
hypo1�2
|
|
863
|
+
h�mi1�
|
|
864
|
+
h�mo1p2t
|
|
865
|
+
i1algi
|
|
866
|
+
i1arthr
|
|
867
|
+
i1oxy
|
|
868
|
+
i1s2tat
|
|
869
|
+
i1�2dre
|
|
870
|
+
i2s3chia
|
|
871
|
+
i2s3chio
|
|
872
|
+
i2s3ch�
|
|
873
|
+
ibril3l
|
|
874
|
+
il2l
|
|
875
|
+
imma3nent.
|
|
876
|
+
immi3nent.
|
|
877
|
+
immis4cent.
|
|
878
|
+
impo3tent.
|
|
879
|
+
impu3dent.
|
|
880
|
+
inci3dent.
|
|
881
|
+
indi3gent.
|
|
882
|
+
indo3lent.
|
|
883
|
+
indul3gent.
|
|
884
|
+
inno3cent.
|
|
885
|
+
inso3lent.
|
|
886
|
+
instil3l
|
|
887
|
+
intelli3gent.
|
|
888
|
+
inti2ment.
|
|
889
|
+
io1a2ct
|
|
890
|
+
is3cent.
|
|
891
|
+
iva3lent.
|
|
892
|
+
ja3cent.
|
|
893
|
+
l1s2t
|
|
894
|
+
l2ment.
|
|
895
|
+
l3lion
|
|
896
|
+
la2w3re
|
|
897
|
+
lil3l
|
|
898
|
+
llu2ment.
|
|
899
|
+
m1s2
|
|
900
|
+
mi2ment.
|
|
901
|
+
mil3l
|
|
902
|
+
mil4let
|
|
903
|
+
mit3tent.
|
|
904
|
+
mon2t3r�al
|
|
905
|
+
monova3lent.
|
|
906
|
+
moye2n1�2g
|
|
907
|
+
munifi3cent.
|
|
908
|
+
m�con3tent.
|
|
909
|
+
n1x
|
|
910
|
+
n3s2at.
|
|
911
|
+
n3s2ats.
|
|
912
|
+
nutri3ment.
|
|
913
|
+
o1d2l
|
|
914
|
+
o1ioni
|
|
915
|
+
o1s2tas
|
|
916
|
+
o1s2tat
|
|
917
|
+
o1s2tim
|
|
918
|
+
o1s2tom
|
|
919
|
+
o1s2trad
|
|
920
|
+
o1s2tratu
|
|
921
|
+
o1s2triction
|
|
922
|
+
o1s2t�ro
|
|
923
|
+
o1�2dre
|
|
924
|
+
o2b3long
|
|
925
|
+
om2ment.
|
|
926
|
+
ombud2s3
|
|
927
|
+
omni1s2
|
|
928
|
+
omnipo3tent.
|
|
929
|
+
opu3lent.
|
|
930
|
+
or2ment.
|
|
931
|
+
oxy1a2
|
|
932
|
+
pal�o1�2
|
|
933
|
+
papil3la
|
|
934
|
+
papil3le
|
|
935
|
+
papil3li
|
|
936
|
+
papil3lom
|
|
937
|
+
per3h
|
|
938
|
+
perma3nent.
|
|
939
|
+
perti3nent.
|
|
940
|
+
ph2l
|
|
941
|
+
ph2r
|
|
942
|
+
photo1s2
|
|
943
|
+
piril3l
|
|
944
|
+
plu2ment.
|
|
945
|
+
po1astre
|
|
946
|
+
poly1a2
|
|
947
|
+
poly1e2
|
|
948
|
+
poly1i2
|
|
949
|
+
poly1o2
|
|
950
|
+
poly1s2
|
|
951
|
+
poly1u2
|
|
952
|
+
poly1�2
|
|
953
|
+
poly1�2
|
|
954
|
+
polyva3lent.
|
|
955
|
+
privatdo3cent.
|
|
956
|
+
privatdo3zent.
|
|
957
|
+
pro2s3tat
|
|
958
|
+
pro�mi3nent.
|
|
959
|
+
pru3dent.
|
|
960
|
+
pr�3sent.
|
|
961
|
+
pr��mi3nent.
|
|
962
|
+
pupil3l
|
|
963
|
+
pusil3l
|
|
964
|
+
p�1r2�2q
|
|
965
|
+
p�2nul
|
|
966
|
+
qua2ment.
|
|
967
|
+
ra2ment.
|
|
968
|
+
radio1a2
|
|
969
|
+
rai3ment.
|
|
970
|
+
rcil4l
|
|
971
|
+
re3lent.
|
|
972
|
+
re3pent.
|
|
973
|
+
reli2ment.
|
|
974
|
+
ri2ment.
|
|
975
|
+
rin3gent.
|
|
976
|
+
rmil4l
|
|
977
|
+
ru3lent.
|
|
978
|
+
ryth2ment.
|
|
979
|
+
r�3gent.
|
|
980
|
+
r�ma3nent.
|
|
981
|
+
r�sur3gent.
|
|
982
|
+
r�ti3cent.
|
|
983
|
+
semil4l
|
|
984
|
+
ser3gent.
|
|
985
|
+
ser3pent.
|
|
986
|
+
sesqui1a2
|
|
987
|
+
slalo2ment.
|
|
988
|
+
sporu4lent.
|
|
989
|
+
st�r�o1s2
|
|
990
|
+
su2ment.
|
|
991
|
+
su3r2ah
|
|
992
|
+
sub1s2
|
|
993
|
+
subli2ment.
|
|
994
|
+
succu3lent.
|
|
995
|
+
supe4r1
|
|
996
|
+
supero2
|
|
997
|
+
supers2
|
|
998
|
+
sur�mi3nent.
|
|
999
|
+
t1t2l
|
|
1000
|
+
ta2ment.
|
|
1001
|
+
tachy1a2
|
|
1002
|
+
tan3gent.
|
|
1003
|
+
tchin3t2
|
|
1004
|
+
temp�ra3ment.
|
|
1005
|
+
ter3gent.
|
|
1006
|
+
testa3ment.
|
|
1007
|
+
th2r
|
|
1008
|
+
thermo1s2
|
|
1009
|
+
thril3l
|
|
1010
|
+
to2ment.
|
|
1011
|
+
tor3rent.
|
|
1012
|
+
tran2s1a2
|
|
1013
|
+
tran2s1o2
|
|
1014
|
+
tran2s1u2
|
|
1015
|
+
tran2s3h
|
|
1016
|
+
tran2s3p
|
|
1017
|
+
tran3s2act
|
|
1018
|
+
tran3s2ats
|
|
1019
|
+
transpa3rent.
|
|
1020
|
+
tri3dent.
|
|
1021
|
+
trucu3lent.
|
|
1022
|
+
tu2ment.
|
|
1023
|
+
tung2s3
|
|
1024
|
+
turbu3lent.
|
|
1025
|
+
t�l�1e2
|
|
1026
|
+
t�l�1i2
|
|
1027
|
+
t�l�1o2b
|
|
1028
|
+
t�l�1o2p
|
|
1029
|
+
t�l�1s2
|
|
1030
|
+
u2s3tr
|
|
1031
|
+
ucil4l
|
|
1032
|
+
uevil4l
|
|
1033
|
+
uni1a2x
|
|
1034
|
+
uni1o2v
|
|
1035
|
+
uvil4l
|
|
1036
|
+
vacil4l
|
|
1037
|
+
vanil3lin
|
|
1038
|
+
vanil3lis
|
|
1039
|
+
veni2ment.
|
|
1040
|
+
ventripo3tent.
|
|
1041
|
+
vidi2ment.
|
|
1042
|
+
vil3l
|
|
1043
|
+
vol2t1amp
|
|
1044
|
+
v�lo1s2ki
|
|
1045
|
+
wa2g3n
|
|
1046
|
+
xil3l
|
|
1047
|
+
y1algi
|
|
1048
|
+
y1asth
|
|
1049
|
+
y1s2tom
|
|
1050
|
+
�2ment.
|
|
1051
|
+
�2ment.
|
|
1052
|
+
�3cent.
|
|
1053
|
+
�3dent.
|
|
1054
|
+
�3quent.
|
|
1055
|
+
�3rent.
|
|
1056
|
+
�ci2ment.
|
|
1057
|
+
�cu2ment.
|
|
1058
|
+
�d2hi
|
|
1059
|
+
�li2ment.
|
|
1060
|
+
�lo3quent.
|
|
1061
|
+
�mil4l
|
|
1062
|
+
�ni3tent.
|
|
1063
|
+
�pi2s3cop
|
|
1064
|
+
�pi3s4cope
|
|
1065
|
+
�quipo3tent.
|
|
1066
|
+
�quiva4lent.
|
|
1067
|
+
�2ment.
|