<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Jun 13, 2022 at 9:00 AM Dan Kenigsberg <<a href="mailto:danken@cs.technion.ac.il">danken@cs.technion.ac.il</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">On Sun, Jun 12, 2022 at 04:24:27PM +0300, Gabor Szabo wrote:<br>
> Hi Dan,<br>
> <br>
> <br>
> On Tue, Jun 7, 2022 at 11:18 PM Dan Kenigsberg <<a href="mailto:danken@cs.technion.ac.il" target="_blank">danken@cs.technion.ac.il</a>><br>
> wrote:<br>
> <br>
> > On Wed, Jun 01, 2022 at 06:47:41AM +0300, Gabor Szabo wrote:<br>
> > > Hi,<br>
> > ><br>
> > > I've been working on an online Ladino (Judeo-Espanyol) dictionary<br>
> > > <a href="https://diksionaryo.szabgab.com/" rel="noreferrer" target="_blank">https://diksionaryo.szabgab.com/</a> The code is open source the content is<br>
> > > CC BY-SA 4.0 <a href="https://creativecommons.org/licenses/by-sa/4.0/" rel="noreferrer" target="_blank">https://creativecommons.org/licenses/by-sa/4.0/</a><br>
> > > All linked from the About page.<br>
> > > Along with the creation of the translation I also have a (growing) list<br>
> > of<br>
> > > ladino words.<br>
> > ><br>
> > > I would like to make this available as a spell checker in various Open<br>
> > > Source tools.<br>
> > > E.g. Firefox, Chromium, LibreOffice etc.<br>
> > > I wrote about it a few weeks ago<br>
> > > <a href="https://szabgab.com/add-spellchecker-to-various-applications.html" rel="noreferrer" target="_blank">https://szabgab.com/add-spellchecker-to-various-applications.html</a> but I<br>
> > am<br>
> > > still unclear what and how to do.<br>
> > ><br>
> > > I started to generate a pair of files that resemble the format of hspell,<br>
> > > but I don't know how to really test them and in any case they don't seem<br>
> > to<br>
> > > work well.<br>
> > > I also don't know how to distribute what I already have and how to make<br>
> > it<br>
> > > included in those projects.<br>
> > ><br>
> > > Anyone here has experience with spell-checkers?<br>
> > > Could anyone help me in the project or at least point me in the right<br>
> > > direction?<br>
> ><br>
> > Well, if I were you, I'd start by creating a github repository with your<br>
> > code and a tagged version of your artifacts, these .aff and .dic files<br>
> > used by hunspell.<br>
> ><br>
> <br>
> It is being generated now on every push:<br>
> <a href="https://github.com/szabgab/ladino-diksionaryo-generated/" rel="noreferrer" target="_blank">https://github.com/szabgab/ladino-diksionaryo-generated/</a><br>
<br>
Thanks for the URL. But where are the artifacts? They probably hide in<br>
plain sight... Can you provide a URL to the .aff/.dic files?<br></blockquote><div><br></div><div>Oh well, GitHub can be tricky sometimes :)</div><div>(I think this is the direct link to download the zip of the two files: <a href="https://github.com/szabgab/ladino-diksionaryo-generated/suites/6938585306/artifacts/270273527">https://github.com/szabgab/ladino-diksionaryo-generated/suites/6938585306/artifacts/270273527</a>
)</div><div><br></div><div>Manually: </div><div>Visit the project repo: <a href="https://github.com/szabgab/ladino-diksionaryo-generated/" rel="noreferrer" target="_blank">https://github.com/szabgab/ladino-diksionaryo-generated/</a></div><div>click on "Actions"</div><div>then on the job that created the artifact (in this case it is called CI)</div><div>There you'll have the artifacts of the project</div><div>e.g. This is the direct link to a recent build <a href="https://github.com/szabgab/ladino-diksionaryo-generated/actions/runs/2500028854">https://github.com/szabgab/ladino-diksionaryo-generated/actions/runs/2500028854</a></div><div><br></div><div>If you now click on "hunspell" it will download the two files in a zip.</div><div></div><div><br></div><div>AFAIK the artifacts are removed after a few weeks so these links will be gone, but the desription above should still work.<br></div><div></div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
> <br>
> I can put on some tags if you think they are important for some reason, but<br>
> I don't have specific release points.<br>
> Every change in the dictionary triggers the re-build of the whole web site<br>
> and the two files as well.<br>
> <br>
> <br>
> <br>
> > This would let anyone with high-enough motivation the ability to test it<br>
> > on their own machine (I may volunteer).<br>
> ><br>
> <br>
> I'd really like to know how do you (or some else) test it.<br>
<br>
`hunspell -D` shows where you can drop the files; then `hunspell -d<br>
language` would lets me spell-check a text, say a random page from<br>
<a href="https://lad.wikipedia.org" rel="noreferrer" target="_blank">https://lad.wikipedia.org</a>.<br>
<br></blockquote><div><br></div><div>Thanks. And yeah, the ladino version of vikipedia is quite bad - as I am told - as it is written mostly by spanish speakers</div><div>who include a lot of words from modern spanish instead of using Ladino. That's another project to work on to fix that :)</div><div><br></div><div>Gabor</div><div><br></div><div><br></div><div><br></div><div><br></div><div> </div></div></div>