Re: How do I use hspell / hunspell hebrew as part of an HTML site test suite?

2019-06-14 Thread Shlomi Fish
Hi Eli, sorry for the late reply. On Wed, Jun 5, 2019 at 6:11 PM Eli Zaretskii wrote: > > From: Shlomi Fish > > Date: Wed, 5 Jun 2019 15:52:49 +0300 > > Cc: Linux-IL , "Nadav Har'El" , > > > dan...@users.sourceforge.net > > > > Can you tell me where I can download the precise

Re: How do I use hspell / hunspell hebrew as part of an HTML site test suite?

2019-06-05 Thread Eli Zaretskii
> From: Shlomi Fish > Date: Wed, 5 Jun 2019 15:52:49 +0300 > Cc: Linux-IL , "Nadav Har'El" , > dan...@users.sourceforge.net > > Can you tell me where I can download the precise dictionary you are > using? > > They are part of the mageia 7 x86-64 packages. See >

Re: How do I use hspell / hunspell hebrew as part of an HTML site test suite?

2019-06-05 Thread Shlomi Fish
Hi Eli! Sorry for the late reply. On Mon, Jun 3, 2019 at 5:36 AM Eli Zaretskii wrote: > > From: Shlomi Fish > > Date: Sun, 2 Jun 2019 23:11:40 +0300 > > Cc: Linux-IL , "Nadav Har'El" , > > > dan...@users.sourceforge.net > > > > On my system that cmdline invocation gives me this on

Re: How do I use hspell / hunspell hebrew as part of an HTML site test suite?

2019-06-02 Thread Eli Zaretskii
> From: Shlomi Fish > Date: Sun, 2 Jun 2019 23:11:40 +0300 > Cc: Linux-IL , "Nadav Har'El" , > dan...@users.sourceforge.net > > On my system that cmdline invocation gives me this on stdout: Can you tell me where I can download the precise dictionary you are using?

Re: How do I use hspell / hunspell hebrew as part of an HTML site test suite?

2019-06-02 Thread Shlomi Fish
Hi! On my system that cmdline invocation gives me this on stdout: ``` באופן באמצע באמת בבידוד בודאי בזהירות ביותר בישראל בכל במטה במסגרת במשך בפיתוח ברמה ברשת בשימוש בשנת בתחילת האינטרנט האמונה החשובה היוניקסית הינה היתה הלינוקס המפוזרים המתוכנת העדינים העובדה העובדים העולם העורך הפיתוח הקורים

Re: How do I use hspell / hunspell hebrew as part of an HTML site test suite?

2019-06-02 Thread Shlomi Fish
Hi Eli and all, first note that after playing a little with https://github.com/eranroz/HspellPy , the mageia hspell package and with https://metacpan.org/pod/distribution/Inline-Python/Python.pod , I was able to overcome the issue in my code. Thanks for the motivation. On Sun, Jun 2, 2019 at

Re: How do I use hspell / hunspell hebrew as part of an HTML site test suite?

2019-06-02 Thread Eli Zaretskii
> From: Shlomi Fish > Date: Sat, 1 Jun 2019 22:56:28 +0300 > Cc: Linux-IL , "Nadav Har'El" , > dan...@users.sourceforge.net > > I use the same dictionary downloaded years ago from the Ivrix > project. Hunspell version is 1.3.2. > > Ah, I have hunspell-1.7.0 and hspell 1.4. I don't

Re: How do I use hspell / hunspell hebrew as part of an HTML site test suite?

2019-06-01 Thread Shlomi Fish
On Sat, Jun 1, 2019 at 8:57 PM Eli Zaretskii wrote: > > From: Shlomi Fish > > Date: Sat, 1 Jun 2019 20:47:29 +0300 > > Cc: Linux-IL , "Nadav Har'El" , > > > dan...@users.sourceforge.net > > > > Latest version as https://packages.debian.org/sid/hspell . What is > your OS/dist/version? > >

Re: How do I use hspell / hunspell hebrew as part of an HTML site test suite?

2019-06-01 Thread Eli Zaretskii
> From: Shlomi Fish > Date: Sat, 1 Jun 2019 20:47:29 +0300 > Cc: Linux-IL , "Nadav Har'El" , > dan...@users.sourceforge.net > > Latest version as https://packages.debian.org/sid/hspell . What is your > OS/dist/version? I use the same dictionary downloaded years ago from the Ivrix

Re: How do I use hspell / hunspell hebrew as part of an HTML site test suite?

2019-06-01 Thread Shlomi Fish
On Sat, Jun 1, 2019 at 8:34 PM Shlomi Fish wrote: > Thanks Eli! > > > On Sat, Jun 1, 2019 at 8:20 PM Eli Zaretskii wrote: > >> > From: Shlomi Fish >> > Date: Sat, 1 Jun 2019 19:49:32 +0300 >> > >> > So I created this branch - >>

Re: How do I use hspell / hunspell hebrew as part of an HTML site test suite?

2019-06-01 Thread Shlomi Fish
Thanks Eli! On Sat, Jun 1, 2019 at 8:20 PM Eli Zaretskii wrote: > > From: Shlomi Fish > > Date: Sat, 1 Jun 2019 19:49:32 +0300 > > > > So I created this branch - > https://github.com/shlomif/shlomi-fish-homepage/tree/spell-check-hebrew > (note the > > branch name). Which adds autochecking

Re: How do I use hspell / hunspell hebrew as part of an HTML site test suite?

2019-06-01 Thread Eli Zaretskii
> From: Shlomi Fish > Date: Sat, 1 Jun 2019 19:49:32 +0300 > > So I created this branch - > https://github.com/shlomif/shlomi-fish-homepage/tree/spell-check-hebrew (note > the > branch name). Which adds autochecking using > https://metacpan.org/pod/Text::Hunspell . However many > legitimate

Re: How do I use hspell / hunspell hebrew as part of an HTML site test suite?

2019-06-01 Thread Shlomi Fish
Hi all! I found https://github.com/eranroz/HspellPy which seems exactly what I need. Any other insights would still be appreciated though. On Sat, Jun 1, 2019 at 7:49 PM Shlomi Fish wrote: > Hi all! > > I'd like to automatically check for spelling errors in the Hebrew text of > my site which