Hello,
My end goal is to do Norwegian spell checking within emacs. Emacs on my linux distribution (centos7) is using hunspell. I got that working, but it turns out there are several basic words that are missing from the dictionary.
For example, this command line example shows the issue: ----------------------------- $ hunspell -d nb_NO Hunspell 1.3.2 og & og 10 0: org, tog, log, dog, bog, os, or, ok, om, Ogna
mitt & mitt 15 0: nitt, mutt, mott, mit, smitt, mett, mint, mist, sitt, ritt, titt, matt, milt, litt, kitt
min * -----------------------------
This is showing that 'og' and 'mitt' were not in the dictionary, but 'min' was.
Sure enough, they are missing from 'nb_NO.dic'. I noticed that the previous version (2.0.10) of the dictionary was 4.9 MB, where as the 2.1 version is only 3.9 MB.
Comparing the two files with diffstat:
diff -u 2.0/nb_NO.dic 2.1/nb_NO.dic | diffstat nb_NO.dic |77164 +++----------------------------------------------------------- 1 file changed, 4500 insertions(+), 72664 deletions(-)
there are a LOT of removed words.
Redhat linux has had this bug report for some time about the new version missing a lot of words:
https://bugzilla.redhat.com/show_bug.cgi?id=1055112
Has this issue has been noticed before? Any plans to release an update?
Thanks,
Wade
It seems that your mail was in moderation queue and was forgotten by the list admins. It just came through today.
On Thursday 12. February 2015 22.34, Wade Berrier wrote:
My end goal is to do Norwegian spell checking within emacs. Emacs on my linux distribution (centos7) is using hunspell. I got that working, but it turns out there are several basic words that are missing from the dictionary.
I noticed that the previous version (2.0.10) of the dictionary was 4.9 MB, where as the 2.1 version is only 3.9 MB.
Has this issue has been noticed before?
This explains a lot. I've noticed that after upgrading my distro to Mageia 3 and later to Mageia 4, a lot of words where missing.
[Wade Berrier]
Hello,
Hi. :)
Has this issue has been noticed before? Any plans to release an update?
I've seen it too, and suspect it is caused by a problem with the build system, not with the word list.
I had a look a few weeks ago, and managed to get rid of a ispell segfault during the build, but am unsure if it really solved the problem. You can see the fixes I made on <URL: https://alioth.debian.org/scm/viewvc.php/src/spell-norwegian/Makefile?root=s... >.
I hope someone else can look into this, as I have to focus on other projects in the near future. It would also be nice if the CVS repo were migrated to git. :)
"Johnny A. Solbu" johnny@solbu.net writes:
It seems that your mail was in moderation queue and was forgotten by the list admins. It just came through today.
On Thursday 12. February 2015 22.34, Wade Berrier wrote:
My end goal is to do Norwegian spell checking within emacs. Emacs on my linux distribution (centos7) is using hunspell. I got that working, but it turns out there are several basic words that are missing from the dictionary.
I noticed that the previous version (2.0.10) of the dictionary was 4.9 MB, where as the 2.1 version is only 3.9 MB.
Has this issue has been noticed before?
This explains a lot. I've noticed that after upgrading my distro to Mageia 3 and later to Mageia 4, a lot of words where missing.
Er dette det same problemet? https://bugs.launchpad.net/ubuntu/+source/norwegian/+bug/917554
On Tuesday 24. March 2015 09.12, Kevin Brubeck Unhammer wrote:
Er dette det same problemet? https://bugs.launchpad.net/ubuntu/+source/norwegian/+bug/917554
Ja. Problemet oppstår når man går over til å bruke Hunspell i steden for Aspell og Ispell, av en eller annen grunn.
[Johnny A. Solbu]
Problemet oppstår når man går over til å bruke Hunspell i steden for Aspell og Ispell, av en eller annen grunn.
Er det kun hunspel som er påvirket? Kan noen komme opp med script som tester om feilen fins eller ikke, og så sjekke når feilen ble introdusert i cvs?