<div dir="ltr"><div dir="ltr">Hi,<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Andras Timar <<a href="mailto:timar74@gmail.com">timar74@gmail.com</a>> ezt írta (időpont: 2023. jún. 28., Sze, 17:55):<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hi Alex,</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jun 28, 2023 at 5:15 PM Alex <<a href="mailto:taosubmarines@mail.ru" target="_blank">taosubmarines@mail.ru</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div><div>Hi everyone</div><div> </div><div>Today I try to determine how to remove two unwanted wordbook files from libreoffice/extras/source/wordbook:</div><div>hu_AkH11.dic and sl.dic.</div><div>These foreign language (incomplete) dics should be removed, unless they are used in some unit test.</div><div>Bug 139961, 68576 etc</div><div> </div><div>Can be removed? OK?</div><div> <br></div></div></blockquote><div> </div><div>I'm not sure, if it's OK. We added these dictionaries for a reason. It's better to ask the maintainers first (I CC-ed them).</div><div>From the technical point of view, if you remove the files from source, and all references to them, the build should pass. Maybe you need a clean build from scratch. Use "git grep <font face="arial, sans-serif">sl.dic" and "git grep </font><span style="color:rgb(0,0,0)"><font face="arial, sans-serif">hu_AkH11.dic" commands, they are more reliable than opengrok.</font></span></div></div></div></blockquote><div><br></div><div>You can remove hu_AkH11.dic with the following git command:</div><div><br></div><div>$ git revert 6247c966942a0e43320a234302a67c1f92c2eea7</div><div><br></div><div> Because this was added with that commit:<br></div><div><br></div>$ git log libreoffice/extras/source/wordbook/hu_AkH11.dic<br>commit 6247c966942a0e43320a234302a67c1f92c2eea7<br></div><div class="gmail_quote"><br></div><div class="gmail_quote">But these are not unwanted dictionaries, as András wrote.<br></div><div class="gmail_quote"><br></div><div class="gmail_quote">In theory, they are packaged only with their language builds, sl-SI and hu-HU. If not, i.e. en_US or other language builds get these files unnecessarily, the only task is fixing our packaging. If the packaging problem is related to some Linux distributions, I believe, our task is only to report that in their bug trackers.</div><div class="gmail_quote"><br></div><div class="gmail_quote">Is this a GSoC project? I haven't found information about the planned improvement of the (en_US?) thesaurus or the thesaurus code base.<br></div><div class="gmail_quote">(By the way, I had an interesting improvement here: English stemming and affixation during thesaurus usage by adding extra language data to the en_US spelling dictionary. Unfortunately, by accident this was removed by the recent maintainer.)<br></div><div class="gmail_quote"><br></div><div class="gmail_quote">Best regards,</div><div class="gmail_quote">László</div><div class="gmail_quote"><br></div><div class="gmail_quote"><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><div><span style="color:rgb(0,0,0)"><font face="arial, sans-serif"><br></font></span></div><div><span style="color:rgb(0,0,0)"><font face="arial, sans-serif">Best regards,<br>Andras</font></span></div><div><span style="color:rgb(0,0,0)"><font face="arial, sans-serif"><br></font></span></div><div><br></div></div></div>
</blockquote></div></div>