To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67609
------- Additional comments from [EMAIL PROTECTED] Wed Jul 26 16:59:27 -0700
2006 -------
Furthermore:
The oncharse-Rule is never applied anyway since no word matches it in the
dictionary. (there is only "roncharse" in it - but that doesn't have an
affix-rule applied)
Same is true for ucarse - there is only
educarse/h in the dictionary where h is a prefix rule.
Furthermore the affix file seems to be very unoptimized. You can use a simple
"." instead of repeating the part to strip if you don't want to conditionalize
it.
SFX ô removeme writethisinstead .
is the same as
SFX ô removeme writethisinstead removeme
But as written above, it seems you don't use these two rules at all (and
probably some more), so there's probably some room for improvement as well.
Some numbers for comparison:
$ wc -l ~/.openoffice.org2/user/wordbook/*aff 2>/dev/null
504 /home/cl/.openoffice.org2/user/wordbook/de_DE.aff
6631 /home/cl/.openoffice.org2/user/wordbook/es_DO.aff
694 /home/cl/.openoffice.org2/user/wordbook/fr_FR.aff
333 /home/cl/.openoffice.org2/user/wordbook/nl_NL.aff
So more than ten times more lines in the affix-file than the german, french and
dutch dictionaries while the number of words in the dictionary is in the same
magnitude:
$ wc -l ~/.openoffice.org2/user/wordbook/*dic 2>/dev/null
77858 /home/cl/.openoffice.org2/user/wordbook/de_DE.dic
70853 /home/cl/.openoffice.org2/user/wordbook/es_DO.dic
92483 /home/cl/.openoffice.org2/user/wordbook/fr_FR.dic
120758 /home/cl/.openoffice.org2/user/wordbook/nl_NL.dic
Could be of course that spanish really needs so much more conversion rules -
don't know spanish - but always thought that it is not too much different from
french or italian... (but I may be very wrong on that point)
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]