https://bugs.documentfoundation.org/show_bug.cgi?id=138495

            Bug ID: 138495
           Summary: Removed duplicate lines from spelling dictionaries
           Product: LibreOffice
           Version: unspecified
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: minor
          Priority: medium
         Component: Linguistic
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]

The following command will list all duplicate lines in .dic dictionary files
for the spelling checker:

for i in $(find . -name '*.dic' -type f); do echo -n $i\ ; sort $i|uniq -c|grep
-v '      1 '; done

Please deduplicate the lines for the dictionaries maintained here and if
possible report upstream author.

Note that changes to .dic files need an update of the first line of the .dic
file in which the number of words in that dictionary is listed.

Some dictionaries have hundreds of duplicate lines. Improving dictionaries will
(marginally) increase dictionary load times and improve dictionary
maintainability.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to