<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 - Aragonese (an_ES) spellchecking dictionary has extra unneeded slashed"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=143763">143763</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Aragonese (an_ES) spellchecking dictionary has extra unneeded slashed
          </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>normal
          </td>
        </tr>

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

        <tr>
          <th>Component</th>
          <td>Localization
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>dmjpp@hotmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Description:
Here is the dictionary
<a href="https://cgit.freedesktop.org/libreoffice/dictionaries/tree/an_ES/an_ES.dic">https://cgit.freedesktop.org/libreoffice/dictionaries/tree/an_ES/an_ES.dic</a>

If we do run:

grep -P '/\s*$' an_ES.dic

we can find the problematic lines. There are 2315 problematic lines. A short
example:

doi/
voi/
vas/
va/
vamos/
vatz/
van/
iba/
ibas/
ibanos/

Those slashes should be removed. That will reduce the files size and speedup
the loading of the dictionary. The fix can be done with sed to replace the
slashes and then with uniq to remove some adjacent duplicate lines.

This bug should be fixed here as this dictionary has no author's upstream, this
is its best upstream. 

Steps to Reproduce:
1. cd to this directory
<a href="https://cgit.freedesktop.org/libreoffice/dictionaries/tree/an_ES">https://cgit.freedesktop.org/libreoffice/dictionaries/tree/an_ES</a>
2. run grep -P '/\s*$' an_ES.dic

Actual Results:
Grep returns 2315 lines.

Expected Results:
Grep should return nothing.


Reproducible: Always


User Profile Reset: No



Additional Info:
No other information.</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>