Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Out of memory error with Portuguese dictionary and affix #17

Open
dbolton opened this issue Aug 9, 2011 · 5 comments
Open

Out of memory error with Portuguese dictionary and affix #17

dbolton opened this issue Aug 9, 2011 · 5 comments

Comments

@dbolton
Copy link

dbolton commented Aug 9, 2011

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. #7

@bananaoomarang
Copy link

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!

@fil090302
Copy link

Is there any update on this issue? Still can't load the Italian dictionary and affix file without running out of memory.

@cfinke
Copy link
Owner

cfinke commented Dec 16, 2017

Sorry, I haven't had time to work on this.

@writemonkey
Copy link

But will it happen? Thanks, i.

@ghost
Copy link

ghost commented Aug 10, 2022

Any plans for addressing this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants