Hi Olivier,<br><br>Thanks, I have tested it, quite fast the dictionary lookup!<br><br>Best regards,<br>László<br><br><div class="gmail_extra"><br><br><div class="gmail_quote">2012/12/6 Olivier R. <span dir="ltr"><<a href="mailto:olivier.noreply@gmail.com" target="_blank">olivier.noreply@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi László,<br>
<br>
In fsa_builder.py, in class DAWG, you can replace :<br>
<br>
        self.minimizedNodes = collections.OrderedDict()<br>
<br>
by<br>
<br>
        self.minimizedNodes = {}<br>
<br>
Creating the DAWG is much quicker with a simple dictionary than with an<br>
ordered dictionary.<br>
I only used the latest to test compression with a sorted DAWG, but it’s<br>
unuseful with this version of the script.<br>
<br>
<br>
Regards,<br>
Olivier<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://nabble.documentfoundation.org/Grammar-checking-Using-LanguageTool-lexicons-with-Lightproof-new-possible-tp4022489p4022817.html" target="_blank">http://nabble.documentfoundation.org/Grammar-checking-Using-LanguageTool-lexicons-with-Lightproof-new-possible-tp4022489p4022817.html</a><br>

<div class="HOEnZb"><div class="h5">Sent from the Dev mailing list archive at Nabble.com.<br>
_______________________________________________<br>
LibreOffice mailing list<br>
<a href="mailto:LibreOffice@lists.freedesktop.org">LibreOffice@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/libreoffice" target="_blank">http://lists.freedesktop.org/mailman/listinfo/libreoffice</a><br>
</div></div></blockquote></div><br></div>