Out of memory error with Portuguese dictionary and affix
When I try to use the Brazilian Portuguese dictionary and affix files I get an out of memory error (after a lengthy pause).
http://www.broffice.org/files/pt_BR-2011-05-27AOC.zip
I don't know if there is some unusual markup that is causing problems? C.f. https://github.com/cfinke/Typo.js/issues/7
This is due to Brazilian Portuguese generating thousands of hyphenated permutations for nouns.
Since in our use case we are splitting hyphens and checking them as separate words, we are not saving every hyphenated instance of a word as a separate entry in dictionaryTable, we just split the permutation around the hyphens and add them as separate words.
Italian has similar problems but with ' instead of -. I will work on opening pull requests with our changes soon, but just thought I would put this here in case it saves someone time!
Is there any update on this issue? Still can't load the Italian dictionary and affix file without running out of memory.
Sorry, I haven't had time to work on this.
But will it happen? Thanks, i.
Any plans for addressing this?