<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Removed duplicate lines from spelling dictionaries"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=138495">138495</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Removed duplicate lines from spelling dictionaries
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>minor
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Linguistic
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>pander@users.sourceforge.net
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>sophi@libreoffice.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>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.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>