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,874 @@
|
|
|
1
|
+
# liblouis: Portuguese Grade 2 Braille Contraction Table
|
|
2
|
+
#
|
|
3
|
+
# Copyright (C) 2009 Carlos Ferreira <cferreira9886@gmail.com>
|
|
4
|
+
#
|
|
5
|
+
# This file is part of liblouis.
|
|
6
|
+
#
|
|
7
|
+
# liblouis is free software: you can redistribute it and/or modify it
|
|
8
|
+
# under the terms of the GNU Lesser General Public License as
|
|
9
|
+
# published by the Free Software Foundation, either version 3 of the
|
|
10
|
+
# License, or (at your option) any later version.
|
|
11
|
+
#
|
|
12
|
+
# liblouis is distributed in the hope that it will be useful, but
|
|
13
|
+
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
14
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
15
|
+
# Lesser General Public License for more details.
|
|
16
|
+
#
|
|
17
|
+
# You should have received a copy of the GNU Lesser General Public
|
|
18
|
+
# License along with liblouis. If not, see
|
|
19
|
+
# <http://www.gnu.org/licenses/>.
|
|
20
|
+
|
|
21
|
+
include pt-pt-g1.utb
|
|
22
|
+
|
|
23
|
+
word actividade 1-2345-1236-145
|
|
24
|
+
word actividades 1-2345-1236-145-234
|
|
25
|
+
word agora 1245
|
|
26
|
+
midword airr 1-24-1235-1235
|
|
27
|
+
endword al 13
|
|
28
|
+
begmidword alb 13-12
|
|
29
|
+
begmidword alc 13-14
|
|
30
|
+
midword alcont 13-25-2345
|
|
31
|
+
begmidword ald 13-145
|
|
32
|
+
endword aldade 13-46-145
|
|
33
|
+
endword aldades 13-46-145-234
|
|
34
|
+
begmidword alf 13-124
|
|
35
|
+
begmidword alfr 13-16
|
|
36
|
+
begmidword alg 13-1245
|
|
37
|
+
word algum 1-1245
|
|
38
|
+
word alguma 1-1245-1
|
|
39
|
+
word algumas 1-1245-146
|
|
40
|
+
word alguns 1-1245-234
|
|
41
|
+
word aliás 1-12356
|
|
42
|
+
begmidword alj 13-245
|
|
43
|
+
begmidword alm 13-134
|
|
44
|
+
endword almente 13-56-134
|
|
45
|
+
midword aln 13-1345
|
|
46
|
+
begmidword alp 13-1234
|
|
47
|
+
begmidword alqu 13-12345
|
|
48
|
+
midword alr 13-1235
|
|
49
|
+
begmidword als 13-234
|
|
50
|
+
begmidword alt 13-2345
|
|
51
|
+
begmidword altr 13-356
|
|
52
|
+
begmidword alv 13-1236
|
|
53
|
+
begmidword alz 13-1356
|
|
54
|
+
begmidword alç 13-12346
|
|
55
|
+
word além 1-123456
|
|
56
|
+
begmidword amb 345-12
|
|
57
|
+
begmidword ambr 345-23
|
|
58
|
+
begmidword amp 345-1234
|
|
59
|
+
begmidword ampl 345-1246
|
|
60
|
+
midword ampr 345-235
|
|
61
|
+
begmidword anc 2-14
|
|
62
|
+
begmidword and 2-145
|
|
63
|
+
endword andade 2-46-145
|
|
64
|
+
endword andades 2-46-145-234
|
|
65
|
+
begmidword anf 2-124
|
|
66
|
+
begmidword anfr 2-16
|
|
67
|
+
begmidword ang 2-1245
|
|
68
|
+
begmidword angr 2-12456
|
|
69
|
+
begmidword anj 2-245
|
|
70
|
+
begmidword anqu 2-12345
|
|
71
|
+
begmidword ans 2-234
|
|
72
|
+
begmidword ant 2-2345
|
|
73
|
+
word ante 2456
|
|
74
|
+
begword ante 2456
|
|
75
|
+
endword ante 2456
|
|
76
|
+
word antes 2456-234
|
|
77
|
+
endword antes 2456-234
|
|
78
|
+
endword anticamente 2-5-2345-56-134
|
|
79
|
+
begmidword antr 2-356
|
|
80
|
+
begmidword anz 2-1356
|
|
81
|
+
midword anç 2-12346
|
|
82
|
+
word apenas 1-1234-1345
|
|
83
|
+
word aquela 1-12345-1
|
|
84
|
+
word aquelas 1-12345-146
|
|
85
|
+
word aquele 1-12345-15
|
|
86
|
+
word aqueles 1-12345-156
|
|
87
|
+
endword ar 4
|
|
88
|
+
midword arb 4-12
|
|
89
|
+
midword arc 4-14
|
|
90
|
+
midword ard 4-145
|
|
91
|
+
midword arf 4-124
|
|
92
|
+
midword arg 4-1245
|
|
93
|
+
endword arica 1-5-1235
|
|
94
|
+
endword aricamente 1-5-1235-56-134
|
|
95
|
+
endword aricas 1-5-1235-234
|
|
96
|
+
endword arico 1-4-1235
|
|
97
|
+
endword aricos 1-4-1235-234
|
|
98
|
+
midword arj 4-245
|
|
99
|
+
midword arl 4-123
|
|
100
|
+
midword arm 4-134
|
|
101
|
+
endword armente 4-56-134
|
|
102
|
+
midword arn 4-1345
|
|
103
|
+
midword arp 4-1234
|
|
104
|
+
midword arqu 4-12345
|
|
105
|
+
midword arr 4-1235
|
|
106
|
+
endword arrica 4-5-1235
|
|
107
|
+
endword arricas 4-5-1235-234
|
|
108
|
+
endword arrico 1-1235-4-1235
|
|
109
|
+
endword arricos 1-1235-4-1235-234
|
|
110
|
+
midword ars 4-234
|
|
111
|
+
midword art 4-2345
|
|
112
|
+
midword artr 4-356
|
|
113
|
+
midword arv 4-1236
|
|
114
|
+
midword arx 4-1346
|
|
115
|
+
midword arz 4-1356
|
|
116
|
+
midword arç 4-12346
|
|
117
|
+
word as 146
|
|
118
|
+
endword as 146
|
|
119
|
+
midword asb 146-12
|
|
120
|
+
begmidword asc 146-14
|
|
121
|
+
midword asconc 146-25-14
|
|
122
|
+
begword asd 146-145
|
|
123
|
+
begmidword asf 146-124
|
|
124
|
+
midword asg 146-1245
|
|
125
|
+
midword asl 146-123
|
|
126
|
+
begmidword asm 146-134
|
|
127
|
+
endword asmente 146-56-134
|
|
128
|
+
begmidword asn 146-1345
|
|
129
|
+
begmidword asp 146-1234
|
|
130
|
+
begmidword asqu 146-12345
|
|
131
|
+
begmidword ass 146-234
|
|
132
|
+
begmidword ast 146-2345
|
|
133
|
+
endword astica 146-5-2345
|
|
134
|
+
endword asticamente 146-5-2345-56-134
|
|
135
|
+
endword asticas 146-5-2345-234
|
|
136
|
+
endword astico 146-4-2345
|
|
137
|
+
begmidword astr 146-356
|
|
138
|
+
midword asç 146-12346
|
|
139
|
+
word através 1-356-1236
|
|
140
|
+
word base 12-15
|
|
141
|
+
word bases 12-156
|
|
142
|
+
word bem 12
|
|
143
|
+
word bens 12-234
|
|
144
|
+
begmidword br 23
|
|
145
|
+
word braille 23-123
|
|
146
|
+
word cada 14-145
|
|
147
|
+
word campo 14-135
|
|
148
|
+
word campos 14-13456
|
|
149
|
+
word capaz 14-1356
|
|
150
|
+
word capazes 14-1356-234
|
|
151
|
+
word casa 14-234-1
|
|
152
|
+
word casas 14-234-146
|
|
153
|
+
word caso 14-234
|
|
154
|
+
word casos 14-234-234
|
|
155
|
+
word cega 14-1245-1
|
|
156
|
+
word cegas 14-1245-146
|
|
157
|
+
word cego 14-1245
|
|
158
|
+
word cegos 14-1245-234
|
|
159
|
+
word coisa 14-1
|
|
160
|
+
word coisas 14-146
|
|
161
|
+
word com 14
|
|
162
|
+
word como 14-134
|
|
163
|
+
begmidword conc 25-14
|
|
164
|
+
begmidword cond 25-145
|
|
165
|
+
word condições 25-145-234
|
|
166
|
+
word condição 25-145
|
|
167
|
+
begmidword conf 25-124
|
|
168
|
+
begmidword confr 25-16
|
|
169
|
+
begmidword cong 25-1245
|
|
170
|
+
begmidword congr 25-12456
|
|
171
|
+
begmidword conj 25-245
|
|
172
|
+
begmidword conl 25-123
|
|
173
|
+
begword conn 25-1345
|
|
174
|
+
begmidword conqu 25-12345
|
|
175
|
+
begmidword cons 25-234
|
|
176
|
+
begmidword cont 25-2345
|
|
177
|
+
begmidword contr 25-356
|
|
178
|
+
begmidword conv 25-1236
|
|
179
|
+
word corpo 14-1234
|
|
180
|
+
word corpos 14-1234-234
|
|
181
|
+
endword dade 46-145
|
|
182
|
+
endword dades 46-145-234
|
|
183
|
+
word de 145
|
|
184
|
+
word depois 145-1234
|
|
185
|
+
word desde 145-145
|
|
186
|
+
word deseja 145-245-1
|
|
187
|
+
word desejas 145-245-146
|
|
188
|
+
word desejo 145-245
|
|
189
|
+
word desejos 145-245-234
|
|
190
|
+
begword dextr 145-1346-356
|
|
191
|
+
word diferente 145-124-1235-2345
|
|
192
|
+
word diferentes 145-124-1235-2345-234
|
|
193
|
+
word diferença 145-124-1235
|
|
194
|
+
word diferenças 145-124-1235-234
|
|
195
|
+
word dificuldade 145-124-145
|
|
196
|
+
word dificuldades 145-124-145-234
|
|
197
|
+
word difíceis 145-124-234
|
|
198
|
+
word difícil 145-124
|
|
199
|
+
word diversa 145-1236-1
|
|
200
|
+
word diversas 145-1236-146
|
|
201
|
+
word diverso 145-1236
|
|
202
|
+
word diversos 145-1236-234
|
|
203
|
+
word efeito 15-124
|
|
204
|
+
word efeitos 15-124-234
|
|
205
|
+
word eira 5-15
|
|
206
|
+
endword eira 5-15
|
|
207
|
+
endword eiramente 5-15-56-134
|
|
208
|
+
word eiras 5-15-234
|
|
209
|
+
endword eiras 5-15-234
|
|
210
|
+
endword eiro 4-15
|
|
211
|
+
endword eiros 4-15-234
|
|
212
|
+
word ele 123
|
|
213
|
+
word eles 123-234
|
|
214
|
+
endword em 256
|
|
215
|
+
begmidword emb 256-12
|
|
216
|
+
word embora 256-12
|
|
217
|
+
begmidword embr 256-23
|
|
218
|
+
begmidword emp 256-1234
|
|
219
|
+
begmidword empl 256-1246
|
|
220
|
+
begmidword empr 256-235
|
|
221
|
+
begmidword enc 26-14
|
|
222
|
+
begmidword encontr 26-25-356
|
|
223
|
+
word encontrem 26-25-356-15-134
|
|
224
|
+
begmidword end 26-145
|
|
225
|
+
begmidword enf 26-124
|
|
226
|
+
begmidword enfr 26-16
|
|
227
|
+
begmidword eng 26-1245
|
|
228
|
+
begmidword engr 26-12456
|
|
229
|
+
begmidword enj 26-245
|
|
230
|
+
begmidword enl 26-123
|
|
231
|
+
begmidword enqu 26-12345
|
|
232
|
+
word enquanto 26-12345-2345
|
|
233
|
+
begmidword enr 26-1235
|
|
234
|
+
always ens 26-234
|
|
235
|
+
begmidword ent 26-2345
|
|
236
|
+
endword entica 26-5-2345
|
|
237
|
+
endword enticamente 26-5-2345-56-134
|
|
238
|
+
endword enticas 26-5-2345-234
|
|
239
|
+
endword entico 26-4-2345
|
|
240
|
+
begmidword entr 26-356
|
|
241
|
+
word entre 26-15
|
|
242
|
+
word entrem 26-356-15-134
|
|
243
|
+
begmidword env 26-1236
|
|
244
|
+
begmidword enx 26-1346
|
|
245
|
+
begmidword enz 26-1356
|
|
246
|
+
midword enç 26-12346
|
|
247
|
+
midword erb 236-12
|
|
248
|
+
midword erc 236-14
|
|
249
|
+
midword ercont 236-25-2345
|
|
250
|
+
midword ercontr 236-25-356
|
|
251
|
+
midword erd 236-145
|
|
252
|
+
endword erdade 236-46-145
|
|
253
|
+
endword erdades 236-46-145-234
|
|
254
|
+
midword erf 236-124
|
|
255
|
+
midword erg 236-1245
|
|
256
|
+
endword erica 15-5-1235
|
|
257
|
+
endword ericamente 15-5-1235-56-134
|
|
258
|
+
endword ericas 15-5-1235-234
|
|
259
|
+
endword erico 15-4-1235
|
|
260
|
+
endword ericos 15-4-1235-234
|
|
261
|
+
midword erj 236-245
|
|
262
|
+
midword erl 236-123
|
|
263
|
+
midword erm 236-134
|
|
264
|
+
endword ermenta 236-5-134
|
|
265
|
+
endword ermentas 236-5-134-234
|
|
266
|
+
endword ermento 236-4-134
|
|
267
|
+
endword ermentos 236-4-134-234
|
|
268
|
+
midword ern 236-1345
|
|
269
|
+
midword erp 236-1234
|
|
270
|
+
midword erpl 236-1246
|
|
271
|
+
midword erpr 236-235
|
|
272
|
+
midword erqu 236-12345
|
|
273
|
+
midword err 236-1235
|
|
274
|
+
midword ers 236-234
|
|
275
|
+
midword ert 236-2345
|
|
276
|
+
midword erv 236-1236
|
|
277
|
+
midword erx 236-1346
|
|
278
|
+
midword erz 236-1356
|
|
279
|
+
midword erç 236-12346
|
|
280
|
+
endword es 156
|
|
281
|
+
begmidword esb 156-12
|
|
282
|
+
begmidword esbr 156-23
|
|
283
|
+
begmidword esc 156-14
|
|
284
|
+
midword esconc 156-25-14
|
|
285
|
+
begmidword escond 156-25-145
|
|
286
|
+
midword esconf 156-25-124
|
|
287
|
+
midword escong 156-25-1245
|
|
288
|
+
begmidword esconj 156-25-245
|
|
289
|
+
midword escons 156-25-234
|
|
290
|
+
midword escont 156-25-2345
|
|
291
|
+
midword escontr 156-25-356
|
|
292
|
+
midword esconv 156-25-1236
|
|
293
|
+
midword esd 156-145
|
|
294
|
+
begmidword esf 156-124
|
|
295
|
+
begmidword esfr 156-16
|
|
296
|
+
begmidword esg 156-1245
|
|
297
|
+
begmidword esgr 156-12456
|
|
298
|
+
begmidword esl 156-123
|
|
299
|
+
begmidword esm 156-134
|
|
300
|
+
endword esmente 156-56-134
|
|
301
|
+
midword esn 156-1345
|
|
302
|
+
begmidword esp 156-1234
|
|
303
|
+
word especiais 15-14-2346
|
|
304
|
+
word especial 15-14-123
|
|
305
|
+
word especialmente 15-14-123-134
|
|
306
|
+
begmidword espl 156-1246
|
|
307
|
+
begmidword espr 156-235
|
|
308
|
+
word espécie 15-14
|
|
309
|
+
word espécies 15-14-234
|
|
310
|
+
begmidword esqu 156-12345
|
|
311
|
+
begmidword ess 156-234
|
|
312
|
+
begmidword est 156-2345
|
|
313
|
+
word esta 15-1
|
|
314
|
+
word estas 15-146
|
|
315
|
+
word este 15-15
|
|
316
|
+
word estes 15-156
|
|
317
|
+
endword estica 156-5-2345
|
|
318
|
+
endword esticamente 156-5-2345-56-134
|
|
319
|
+
endword esticas 156-5-2345-234
|
|
320
|
+
endword estico 156-4-2345
|
|
321
|
+
endword esticos 156-4-2345-234
|
|
322
|
+
begmidword estr 156-356
|
|
323
|
+
begmidword esv 156-1236
|
|
324
|
+
midword esç 156-12346
|
|
325
|
+
endword eu 5
|
|
326
|
+
midword eub 5-12
|
|
327
|
+
midword euc 5-14
|
|
328
|
+
midword eud 5-145
|
|
329
|
+
midword euf 5-124
|
|
330
|
+
midword eug 5-1245
|
|
331
|
+
midword euj 5-245
|
|
332
|
+
midword eul 5-123
|
|
333
|
+
midword eum 5-134
|
|
334
|
+
midword eun 5-1345
|
|
335
|
+
midword eup 5-1234
|
|
336
|
+
midword euqu 5-12345
|
|
337
|
+
midword eur 5-1235
|
|
338
|
+
midendword eus 5-234
|
|
339
|
+
midword eut 5-2345
|
|
340
|
+
midword eutr 5-356
|
|
341
|
+
midword euv 5-1236
|
|
342
|
+
word evidência 15-1236-14
|
|
343
|
+
word evidências 15-1236-14-234
|
|
344
|
+
begword exc 1346-14 *1
|
|
345
|
+
word exemplo 15-1246
|
|
346
|
+
word exemplos 15-1246-234
|
|
347
|
+
begword exp 1346-1234 *2
|
|
348
|
+
word experiência 1346-1234-14
|
|
349
|
+
word experiências 1346-1234-14-234
|
|
350
|
+
begword expl 1346-1246 *3
|
|
351
|
+
begword expr 1346-235 *4
|
|
352
|
+
begmidword ext 1346-2345
|
|
353
|
+
begmidword extr 1346-356
|
|
354
|
+
word facto 124-2345
|
|
355
|
+
word factos 124-2345-234
|
|
356
|
+
word fica 5-124
|
|
357
|
+
endword fica 5-124
|
|
358
|
+
endword ficamente 5-124-56-134
|
|
359
|
+
word ficas 5-124-234
|
|
360
|
+
endword ficas 5-124-234
|
|
361
|
+
word fico 4-124
|
|
362
|
+
endword fico 4-124
|
|
363
|
+
endword ficos 4-124-234
|
|
364
|
+
word filha 124-125-1
|
|
365
|
+
word filhas 124-125-146
|
|
366
|
+
word filho 124-125
|
|
367
|
+
word filhos 124-125-234
|
|
368
|
+
word fim 124
|
|
369
|
+
word fins 124-234
|
|
370
|
+
word fora 124-1
|
|
371
|
+
word forma 124-134
|
|
372
|
+
word formas 124-134-234
|
|
373
|
+
word formações 124-134-12346-234
|
|
374
|
+
word formação 124-134-12346
|
|
375
|
+
word força 124-135
|
|
376
|
+
word forças 124-135-234
|
|
377
|
+
begmidword fr 16
|
|
378
|
+
midword frâ 124-1235-16
|
|
379
|
+
word fáceis 124-14-234
|
|
380
|
+
word fácil 124-14
|
|
381
|
+
word fundamentais 124-145-134-2345-2346
|
|
382
|
+
word fundamental 124-145-134-2345-123
|
|
383
|
+
endword gica 5-1245
|
|
384
|
+
endword gicamente 5-1245-56-134
|
|
385
|
+
endword gicas 5-1245-234
|
|
386
|
+
endword gico 4-1245
|
|
387
|
+
endword gicos 4-1245-234
|
|
388
|
+
word governa 1245-1236-1345-1
|
|
389
|
+
word governas 1245-1236-1345-146
|
|
390
|
+
word governo 1245-1236-1345
|
|
391
|
+
word governos 1245-1236-1345-234
|
|
392
|
+
begmidword gr 12456
|
|
393
|
+
word grupo 12456-1234
|
|
394
|
+
word grupos 12456-1234-234
|
|
395
|
+
word hoje 125-245
|
|
396
|
+
word homem 125-134
|
|
397
|
+
word homens 125-134-234
|
|
398
|
+
word ideia 24-145
|
|
399
|
+
word ideias 24-145-234
|
|
400
|
+
endword im 246
|
|
401
|
+
begmidword imb 246-12
|
|
402
|
+
begmidword imbr 246-23
|
|
403
|
+
word imediata 24-134-1
|
|
404
|
+
word imediatamente 24-134-134
|
|
405
|
+
word imediatas 24-134-146
|
|
406
|
+
word imediato 24-134
|
|
407
|
+
word imediatos 24-134-234
|
|
408
|
+
begmidword imp 246-1234
|
|
409
|
+
begmidword impl 246-1246
|
|
410
|
+
begmidword impr 246-235
|
|
411
|
+
begword inexc 24-1345-1346-14
|
|
412
|
+
begword inexp 24-1345-1346-1234
|
|
413
|
+
begword inexpl 24-1345-1346-1246
|
|
414
|
+
begword inexpr 24-1345-1346-235
|
|
415
|
+
begword inext 24-1345-1346-2345
|
|
416
|
+
begword inextr 24-1345-1346-356
|
|
417
|
+
endword ir 46
|
|
418
|
+
midword irb 46-12
|
|
419
|
+
midword irc 46-14
|
|
420
|
+
midword irg 46-1245
|
|
421
|
+
endword irica 24-5-1235
|
|
422
|
+
endword iricamente 24-5-1235-56-134
|
|
423
|
+
endword iricas 24-5-1235-234
|
|
424
|
+
endword irico 24-4-1235
|
|
425
|
+
endword iricos 24-4-1235-234
|
|
426
|
+
midword irl 46-123
|
|
427
|
+
midword irm 46-134
|
|
428
|
+
midword irn 46-1345
|
|
429
|
+
midword irp 46-1234
|
|
430
|
+
midword irr 46-1235
|
|
431
|
+
midword irs 46-234
|
|
432
|
+
midword irt 46-2345
|
|
433
|
+
midword irv 46-1236
|
|
434
|
+
endword is 2346
|
|
435
|
+
midword isb 2346-12
|
|
436
|
+
begmidword isc 2346-14
|
|
437
|
+
midword iscond 2346-25-145
|
|
438
|
+
midword iscons 2346-25-234
|
|
439
|
+
midword isf 2346-124
|
|
440
|
+
midword isfr 2346-16
|
|
441
|
+
midword isg 2346-1245
|
|
442
|
+
midword isj 2346-245
|
|
443
|
+
begmidword isl 2346-123
|
|
444
|
+
begmidword ism 2346-134
|
|
445
|
+
midword isn 2346-1345
|
|
446
|
+
midword isp 2346-1234
|
|
447
|
+
midword ispl 2346-1246
|
|
448
|
+
begmidword isqu 2346-12345
|
|
449
|
+
begmidword isr 2346-1235
|
|
450
|
+
begmidword iss 2346-234
|
|
451
|
+
begmidword ist 2346-2345
|
|
452
|
+
endword isticamente 2346-5-2345-56-134
|
|
453
|
+
word isto 24-2345
|
|
454
|
+
midword istr 2346-356
|
|
455
|
+
word jovem 245-1236
|
|
456
|
+
word jovens 245-1236-234
|
|
457
|
+
word já 245
|
|
458
|
+
word juízo 245-1356
|
|
459
|
+
word juízos 245-1356-234
|
|
460
|
+
word lado 123-145
|
|
461
|
+
word lados 123-145-234
|
|
462
|
+
midword lh 125
|
|
463
|
+
word lhe 125-15
|
|
464
|
+
word lhes 125-156
|
|
465
|
+
endword loga 5-123
|
|
466
|
+
endword logamente 5-123-56-134
|
|
467
|
+
endword logas 5-123-234
|
|
468
|
+
word logo 4-123
|
|
469
|
+
endword logo 4-123
|
|
470
|
+
endword logos 4-123-234
|
|
471
|
+
word longa 123-1245-1
|
|
472
|
+
word longas 123-1245-146
|
|
473
|
+
word longo 123-1245
|
|
474
|
+
word longos 123-1245-234
|
|
475
|
+
word lugar 123-1235
|
|
476
|
+
word lugares 123-1235-234
|
|
477
|
+
word maior 1235
|
|
478
|
+
word maiores 1235-234
|
|
479
|
+
word materiais 134-2345-1235-2346
|
|
480
|
+
word material 134-2345-1235-123
|
|
481
|
+
word matéria 134-2345-1235
|
|
482
|
+
word matérias 134-2345-1235-234
|
|
483
|
+
word me 134
|
|
484
|
+
word melhor 134-1235
|
|
485
|
+
word melhores 134-1235-234
|
|
486
|
+
word menos 134-1345
|
|
487
|
+
word menta 5-134
|
|
488
|
+
endword menta 5-134
|
|
489
|
+
endword mentas 5-134-234
|
|
490
|
+
word mente 56-134
|
|
491
|
+
endword mente 56-134
|
|
492
|
+
word mentes 56-134-234
|
|
493
|
+
endword mentes 56-134-234
|
|
494
|
+
word mento 4-134
|
|
495
|
+
endword mento 4-134
|
|
496
|
+
word mentos 4-134-234
|
|
497
|
+
endword mentos 4-134-234
|
|
498
|
+
word moda 134-145-1
|
|
499
|
+
word modas 134-145-146
|
|
500
|
+
word modo 134-145
|
|
501
|
+
word modos 134-145-234
|
|
502
|
+
word movimenta 134-1236-134-2345-1
|
|
503
|
+
word movimentas 134-1236-134-2345-146
|
|
504
|
+
word movimento 134-1236-134-2345
|
|
505
|
+
word movimentos 134-1236-134-2345-234
|
|
506
|
+
word muita 134-2345-1
|
|
507
|
+
word muitas 134-2345-146
|
|
508
|
+
word muito 134-2345
|
|
509
|
+
word muitos 134-2345-234
|
|
510
|
+
word mulher 134-125
|
|
511
|
+
word mulheres 134-125-234
|
|
512
|
+
word número 1345-1235
|
|
513
|
+
word números 1345-1235-234
|
|
514
|
+
word nada 1345-145
|
|
515
|
+
word nadas 1345-145-234
|
|
516
|
+
word naturais 1345-2345-2346
|
|
517
|
+
word natural 1345-2345-123
|
|
518
|
+
word natureza 1345-2345-1356
|
|
519
|
+
word naturezas 1345-2345-1356-234
|
|
520
|
+
word necessariamente 1345-14-1235-134
|
|
521
|
+
word necessidade 1345-14-145
|
|
522
|
+
word necessidades 1345-14-145-234
|
|
523
|
+
word necessária 1345-14-1235-1
|
|
524
|
+
word necessárias 1345-14-1235-146
|
|
525
|
+
word necessário 1345-14-1235
|
|
526
|
+
word necessários 1345-14-1235-234
|
|
527
|
+
word nenhum 1345-1345
|
|
528
|
+
word nenhuma 1345-1345-1
|
|
529
|
+
word nenhumas 1345-1345-146
|
|
530
|
+
word nenhuns 1345-1345-234
|
|
531
|
+
midword nh 2356
|
|
532
|
+
word nica 5-1345
|
|
533
|
+
endword nica 5-1345
|
|
534
|
+
endword nicamente 5-1345-56-134
|
|
535
|
+
word nicas 5-1345-234
|
|
536
|
+
endword nicas 5-1345-234
|
|
537
|
+
word nico 4-1345
|
|
538
|
+
endword nico 4-1345
|
|
539
|
+
word nicos 4-1345-234
|
|
540
|
+
endword nicos 4-1345-234
|
|
541
|
+
word não 1345
|
|
542
|
+
word nossa 1345-234-1
|
|
543
|
+
word nossas 1345-234-146
|
|
544
|
+
word nosso 1345-234
|
|
545
|
+
word nossos 1345-234-234
|
|
546
|
+
word nova 1345-1236-1
|
|
547
|
+
word novas 1345-1236-146
|
|
548
|
+
word novo 1345-1236
|
|
549
|
+
word novos 1345-1236-234
|
|
550
|
+
word numa 1345-134
|
|
551
|
+
word numas 1345-134-234
|
|
552
|
+
word nunca 1345-14
|
|
553
|
+
word objecta 135-245-2345-1
|
|
554
|
+
word objectas 135-245-2345-146
|
|
555
|
+
word objectiva 135-245-2345-1236-1
|
|
556
|
+
word objectivas 135-245-2345-1236-146
|
|
557
|
+
word objectivo 135-245-2345-1236
|
|
558
|
+
word objectivos 135-245-2345-1236-234
|
|
559
|
+
word objecto 135-245-2345
|
|
560
|
+
word objectos 135-245-2345-234
|
|
561
|
+
word observações 135-12-1236-12346-234
|
|
562
|
+
word observação 135-12-1236-12346
|
|
563
|
+
word onde 135-15
|
|
564
|
+
word opiniões 135-1234-234
|
|
565
|
+
word opinião 135-1234
|
|
566
|
+
endword or 56
|
|
567
|
+
midword orb 56-12
|
|
568
|
+
midword orc 56-14
|
|
569
|
+
midword ord 56-145
|
|
570
|
+
word ordem 135-145
|
|
571
|
+
word ordens 135-145-234
|
|
572
|
+
midword orf 56-124
|
|
573
|
+
midword org 56-1245
|
|
574
|
+
endword orica 135-5-1235
|
|
575
|
+
endword oricamente 135-5-1235-56-134
|
|
576
|
+
endword oricas 135-5-1235-234
|
|
577
|
+
endword orico 135-4-1235
|
|
578
|
+
endword oricos 135-4-1235-234
|
|
579
|
+
midword orj 56-245
|
|
580
|
+
midword orl 56-123
|
|
581
|
+
midword orm 56-134
|
|
582
|
+
endword ormenta 56-5-134
|
|
583
|
+
endword ormentas 56-5-134-234
|
|
584
|
+
endword ormento 56-4-134
|
|
585
|
+
endword ormentos 56-4-134-234
|
|
586
|
+
midword orn 56-1345
|
|
587
|
+
midword orp 56-1234
|
|
588
|
+
midword orqu 56-12345
|
|
589
|
+
midword orr 56-1235
|
|
590
|
+
midword ors 56-234
|
|
591
|
+
midword ort 56-2345
|
|
592
|
+
begmidword orv 56-1236
|
|
593
|
+
midword orz 56-1356
|
|
594
|
+
begmidword orç 56-12346
|
|
595
|
+
word os 13456
|
|
596
|
+
endword os 13456
|
|
597
|
+
begmidword osc 13456-14
|
|
598
|
+
midword osf 13456-124
|
|
599
|
+
begmidword osg 13456-1245
|
|
600
|
+
begmidword osl 13456-123
|
|
601
|
+
begmidword osm 13456-134
|
|
602
|
+
midword osn 13456-1345
|
|
603
|
+
midword osp 13456-1234
|
|
604
|
+
midword osqu 13456-12345
|
|
605
|
+
begmidword oss 13456-234
|
|
606
|
+
begmidword ost 13456-2345
|
|
607
|
+
endword ostica 13456-5-2345
|
|
608
|
+
endword osticamente 13456-5-2345-56-134
|
|
609
|
+
endword osticas 13456-5-2345-234
|
|
610
|
+
endword ostico 13456-4-2345
|
|
611
|
+
endword osticos 13456-4-2345-234
|
|
612
|
+
begmidword ostr 13456-356
|
|
613
|
+
begmidword osv 13456-1236
|
|
614
|
+
always ou 1256
|
|
615
|
+
word outra 1256-1
|
|
616
|
+
word outras 1256-146
|
|
617
|
+
word outro 1256-135
|
|
618
|
+
word outros 1256-13456
|
|
619
|
+
word palavra 1234-1
|
|
620
|
+
word palavras 1234-146
|
|
621
|
+
word papel 1234-1234
|
|
622
|
+
word papéis 1234-1234-234
|
|
623
|
+
word para 1234-1235
|
|
624
|
+
word parte 1234-15
|
|
625
|
+
word partes 1234-156
|
|
626
|
+
word pela 1234-123-1
|
|
627
|
+
word pelas 1234-123-146
|
|
628
|
+
word pelo 1234-123
|
|
629
|
+
word pelos 1234-123-234
|
|
630
|
+
word pensamento 1234-234-134-2345
|
|
631
|
+
word pensamentos 1234-234-134-2345-234
|
|
632
|
+
word pequena 1234-12345-1345-1
|
|
633
|
+
word pequenas 1234-12345-1345-146
|
|
634
|
+
word pequeno 1234-12345-1345
|
|
635
|
+
word pequenos 1234-12345-1345-234
|
|
636
|
+
begmidword pl 1246
|
|
637
|
+
word ponta 1234-2345-1
|
|
638
|
+
word pontas 1234-2345-146
|
|
639
|
+
word ponto 1234-2345
|
|
640
|
+
word pontos 1234-2345-234
|
|
641
|
+
word por 1234
|
|
642
|
+
word porque 1234-12345
|
|
643
|
+
word portanto 1234-2345-2345
|
|
644
|
+
word portugal 1234-2345-1245-123
|
|
645
|
+
word portuguesa 1234-2345-1245-1
|
|
646
|
+
word portuguesas 1234-2345-1245-146
|
|
647
|
+
word portugueses 1234-2345-1245-234
|
|
648
|
+
word português 1234-2345-1245
|
|
649
|
+
word porém 1234-134
|
|
650
|
+
word posições 1234-12346-234
|
|
651
|
+
word posição 1234-12346
|
|
652
|
+
word possibilidade 1234-12-145
|
|
653
|
+
word possibilidades 1234-12-145-234
|
|
654
|
+
word possíveis 1234-1236-2346
|
|
655
|
+
word possível 1234-1236-123
|
|
656
|
+
word pouca 1234-14-1
|
|
657
|
+
word poucas 1234-14-146
|
|
658
|
+
word pouco 1234-14
|
|
659
|
+
word poucos 1234-14-234
|
|
660
|
+
begmidword pr 235
|
|
661
|
+
word própria 235-235-1
|
|
662
|
+
word próprias 235-235-146
|
|
663
|
+
word próprio 235-235-135
|
|
664
|
+
word próprios 235-235-13456
|
|
665
|
+
begword prerr 235-15-1235-1235
|
|
666
|
+
word primeira 235-1235-1
|
|
667
|
+
word primeiras 235-1235-146
|
|
668
|
+
word primeiro 235-1235
|
|
669
|
+
word primeiros 235-1235-234
|
|
670
|
+
word principais 235-14-2346
|
|
671
|
+
word principal 235-14-123
|
|
672
|
+
word princípio 235-14
|
|
673
|
+
word princípios 235-14-234
|
|
674
|
+
word produções 235-145-12346-234
|
|
675
|
+
word produção 235-145-12346
|
|
676
|
+
word produto 235-145
|
|
677
|
+
word produtos 235-145-234
|
|
678
|
+
word projecta 235-245-2345-1
|
|
679
|
+
word projectas 235-245-2345-146
|
|
680
|
+
word projecto 235-245-2345
|
|
681
|
+
word projectos 235-245-2345-234
|
|
682
|
+
word propriedade 235-235-145
|
|
683
|
+
word propriedades 235-235-145-234
|
|
684
|
+
begword prorr 235-135-1235-1235
|
|
685
|
+
word que 12345
|
|
686
|
+
begmidword qu 12345
|
|
687
|
+
word qualquer 12345-12345
|
|
688
|
+
word quando 12345-145
|
|
689
|
+
word quanta 12345-2345-1
|
|
690
|
+
word quantas 12345-2345-146
|
|
691
|
+
word quantidade 12345-2345-145
|
|
692
|
+
word quantidades 12345-2345-145-234
|
|
693
|
+
word quanto 12345-2345
|
|
694
|
+
word quantos 12345-2345-234
|
|
695
|
+
word quase 12345-234
|
|
696
|
+
word quer 12345-1235
|
|
697
|
+
word razões 1235-1356-234
|
|
698
|
+
word razão 1235-1356
|
|
699
|
+
begword re 3
|
|
700
|
+
word realidade 1235-123-145
|
|
701
|
+
word realidades 1235-123-145-234
|
|
702
|
+
word realizações 1235-123-1356-12346-234
|
|
703
|
+
word realização 1235-123-1356-12346
|
|
704
|
+
word reencontrem 3-26-25-356-15-134
|
|
705
|
+
word reentrem 3-26-356-15-134
|
|
706
|
+
word relações 3-123-12346-234
|
|
707
|
+
word relação 3-123-12346
|
|
708
|
+
begword rend 1235-26-145
|
|
709
|
+
begword renqu 1235-26-12345
|
|
710
|
+
begword rent 1235-26-2345
|
|
711
|
+
begword resc 1235-156-14
|
|
712
|
+
begword resf 1235-156-124
|
|
713
|
+
begword resfr 1235-156-16
|
|
714
|
+
begword resg 1235-156-1245
|
|
715
|
+
begword resm 1235-156-134
|
|
716
|
+
begword resp 1235-156-1234
|
|
717
|
+
word respeita 1235-1234-2345-1
|
|
718
|
+
word respeitas 1235-1234-2345-146
|
|
719
|
+
word respeito 1235-1234-2345
|
|
720
|
+
word respeitos 1235-1234-2345-234
|
|
721
|
+
begword respl 1235-156-1246
|
|
722
|
+
begword resqu 1235-156-12345
|
|
723
|
+
begword ress 1235-156-234
|
|
724
|
+
begword rest 1235-156-2345
|
|
725
|
+
begword restr 1235-156-356
|
|
726
|
+
begword resv 1235-156-1236
|
|
727
|
+
begword reum 1235-5-134
|
|
728
|
+
word rica 5-1235
|
|
729
|
+
endword rica 5-1235
|
|
730
|
+
word ricamente 5-1235-56-134
|
|
731
|
+
endword ricamente 5-1235-56-134
|
|
732
|
+
word ricas 5-1235-234
|
|
733
|
+
endword ricas 5-1235-234
|
|
734
|
+
word rico 4-1235
|
|
735
|
+
endword rico 4-1235
|
|
736
|
+
word ricos 4-1235-234
|
|
737
|
+
endword ricos 4-1235-234
|
|
738
|
+
word se 234
|
|
739
|
+
word seguinte 234-1245-2345
|
|
740
|
+
word seguintes 234-1245-2345-234
|
|
741
|
+
word segunda 234-1245-1
|
|
742
|
+
word segundas 234-1245-146
|
|
743
|
+
word segundo 234-1245
|
|
744
|
+
word segundos 234-1245-234
|
|
745
|
+
word sempre 234-1234
|
|
746
|
+
word senhor 234-1235
|
|
747
|
+
word senhora 234-1235-1
|
|
748
|
+
word senhoras 234-1235-146
|
|
749
|
+
word senhores 234-1235-234
|
|
750
|
+
word sentida 234-2345-145-1
|
|
751
|
+
word sentidas 234-2345-145-146
|
|
752
|
+
word sentido 234-2345-145-135
|
|
753
|
+
word sentidos 234-2345-145-13456
|
|
754
|
+
begword sext 234-1346-2345
|
|
755
|
+
word simples 234-1246
|
|
756
|
+
word sistema 234-2345-134
|
|
757
|
+
word sistemas 234-2345-134-234
|
|
758
|
+
word sobretudo 234-2345
|
|
759
|
+
word sua 234-1
|
|
760
|
+
word suas 234-146
|
|
761
|
+
word século 234-14-123
|
|
762
|
+
word séculos 234-14-123-234
|
|
763
|
+
word sujeita 234-245-2345-1
|
|
764
|
+
word sujeitas 234-245-2345-146
|
|
765
|
+
word sujeito 234-245-2345
|
|
766
|
+
word sujeitos 234-245-2345-234
|
|
767
|
+
word talvez 2345-1236
|
|
768
|
+
word também 2345-12
|
|
769
|
+
word tanta 2345-2345-1
|
|
770
|
+
word tantas 2345-2345-146
|
|
771
|
+
word tanto 2345-2345
|
|
772
|
+
word tantos 2345-2345-234
|
|
773
|
+
word te 2345
|
|
774
|
+
word tempo 2345-1234
|
|
775
|
+
word tempos 2345-1234-234
|
|
776
|
+
begword text 2345-1346-2345
|
|
777
|
+
endword tica 5-2345
|
|
778
|
+
endword ticamente 5-2345-56-134
|
|
779
|
+
endword ticas 5-2345-234
|
|
780
|
+
endword tico 4-2345
|
|
781
|
+
endword ticos 4-2345-234
|
|
782
|
+
word toda 2345-145-1
|
|
783
|
+
word todas 2345-145-146
|
|
784
|
+
word todavia 2345-145-1236
|
|
785
|
+
word todo 2345-145
|
|
786
|
+
word todos 2345-145-234
|
|
787
|
+
begmidword tr 356
|
|
788
|
+
word trabalha 356-125-1
|
|
789
|
+
word trabalhas 356-125-146
|
|
790
|
+
word trabalho 356-125
|
|
791
|
+
word trabalhos 356-125-234
|
|
792
|
+
word trem 356-15-134
|
|
793
|
+
word um 136
|
|
794
|
+
word uma 136-1
|
|
795
|
+
word umas 136-146
|
|
796
|
+
word uns 136-234
|
|
797
|
+
endword urica 136-5-1235
|
|
798
|
+
endword uricamente 136-5-1235-56-134
|
|
799
|
+
endword uricas 136-5-1235-234
|
|
800
|
+
endword urico 136-4-1235
|
|
801
|
+
endword uricos 136-4-1235-234
|
|
802
|
+
endword urrica 136-1235-5-1235
|
|
803
|
+
endword urricas 136-1235-5-1235-234
|
|
804
|
+
endword urrico 136-1235-4-1235
|
|
805
|
+
endword urricos 136-1235-4-1235-234
|
|
806
|
+
word valor 1236-123
|
|
807
|
+
word valores 1236-123-234
|
|
808
|
+
word vantagem 1236-2345-1245
|
|
809
|
+
word vantagens 1236-2345-1245-234
|
|
810
|
+
word verdade 1236-145
|
|
811
|
+
word verdadeira 1236-145-1235-1
|
|
812
|
+
word verdadeiras 1236-145-1235-146
|
|
813
|
+
word verdadeiro 1236-145-1235
|
|
814
|
+
word verdadeiros 1236-145-1235-234
|
|
815
|
+
word verdades 1236-145-234
|
|
816
|
+
word vez 1236-1356
|
|
817
|
+
word vezes 1236-1356-234
|
|
818
|
+
word vida 1236-1
|
|
819
|
+
word vidas 1236-146
|
|
820
|
+
word vista 1236-2345-1
|
|
821
|
+
word vistas 1236-2345-146
|
|
822
|
+
word visto 1236-2345
|
|
823
|
+
word vistos 1236-2345-234
|
|
824
|
+
word écloga 123456-14-123-135-1245-1
|
|
825
|
+
word éclogas 123456-14-123-135-1245-146
|
|
826
|
+
word égloga 123456-1245-123-135-1245-1
|
|
827
|
+
word églogas 123456-1245-123-135-1245-146
|
|
828
|
+
endword éria 5-123456
|
|
829
|
+
endword érias 5-123456-234
|
|
830
|
+
endword érica 123456-5-1235
|
|
831
|
+
endword éricas 123456-5-1235-234
|
|
832
|
+
endword érico 123456-4-1235
|
|
833
|
+
endword éricos 123456-4-1235-234
|
|
834
|
+
endword ério 4-123456
|
|
835
|
+
endword érios 4-123456-234
|
|
836
|
+
word ária 5-12356
|
|
837
|
+
endword ária 5-12356
|
|
838
|
+
word árias 5-12356-234
|
|
839
|
+
endword árias 5-12356-234
|
|
840
|
+
endword árica 12356-5-1235
|
|
841
|
+
endword áricas 12356-5-1235-234
|
|
842
|
+
endword árico 12356-4-1235
|
|
843
|
+
endword áricos 12356-4-1235-234
|
|
844
|
+
endword ário 4-12356
|
|
845
|
+
endword ários 4-12356-234
|
|
846
|
+
word última 23456-2345-134-1
|
|
847
|
+
word últimas 23456-2345-134-146
|
|
848
|
+
word último 23456-2345-134
|
|
849
|
+
word últimos 23456-2345-134-234
|
|
850
|
+
endword úrica 23456-5-1235
|
|
851
|
+
endword úricas 23456-5-1235-234
|
|
852
|
+
endword úrico 23456-4-1235
|
|
853
|
+
endword úricos 23456-4-1235-234
|
|
854
|
+
endword ância 5-16
|
|
855
|
+
endword âncias 5-16-234
|
|
856
|
+
endword âncio 4-16
|
|
857
|
+
endword ência 5-126
|
|
858
|
+
endword ências 5-126-234
|
|
859
|
+
endword êncio 4-126
|
|
860
|
+
endword êncios 4-126-234
|
|
861
|
+
endword írica 34-5-1235
|
|
862
|
+
endword íricas 34-5-1235-234
|
|
863
|
+
endword írico 34-4-1235
|
|
864
|
+
endword íricos 34-4-1235-234
|
|
865
|
+
midendword ão 3456
|
|
866
|
+
endword ãos 3456-234
|
|
867
|
+
endword ória 5-346
|
|
868
|
+
endword órias 5-346-234
|
|
869
|
+
endword órica 346-5-1235
|
|
870
|
+
endword óricas 346-5-1235-234
|
|
871
|
+
endword órico 346-4-1235
|
|
872
|
+
endword óricos 346-4-1235-234
|
|
873
|
+
endword ório 4-346
|
|
874
|
+
endword órios 4-346-234
|