Questions tagged [hunspell]

Hunspell is a spell checker and morphological analyzer based on Myspell but uses UTF-8-encoded dictionaries. Hunspell is used by Libreoffice, Thunderbird, Inkscape and many open source programs.

13 questions
10
votes
2 answers

Make hunspell work with emacs and german language

I want to make hunspell work with emacs24 and a german dictionary on a ubuntu 13.04-box. To do so I installed hunspell and hunspell-de and added the following to my .emacs file: (setq ispell-program-name "hunspell") (setq ispell-dictionary…
student
  • 17,875
  • 31
  • 103
  • 169
7
votes
2 answers

hunspell: add word to dictionary from command line

From hunspell man page: ... When in the -a mode, hunspell will also accept lines of single words prefixed with any of '*', '&', '@', '+', '-', '~', '#', '!', '%', '`', or '^'. A line starting with '*' tells hunspell to insert…
zetah
  • 1,997
  • 4
  • 20
  • 21
4
votes
1 answer

How to list available dictionaries for hunspell?

Is there some way to list all available dictionaries in hunspell? Something like aspell dump dicts. printf | hunspell -D prints too much junk, and I want to query hunspell itself, not do something like find /usr/share/myspell/dicts/ -name '*.dic' |…
l0b0
  • 50,672
  • 41
  • 197
  • 360
2
votes
0 answers

Multiple lanagues in hunspell / locale

I am finding myself more and more using French as well as English. I use hunspell (mostly on Slack and Signal) which picks languages from locale, Is there a way to have my locale support both at the same time so that hunspell can correct both…
2
votes
0 answers

How to maintain a list of names for the Hunspell spell checker?

Hunspell should help the user to write names properly. The names should be defined in the home directory of the user, so that every user can define his or her own list of important names. If a user starts to create a dictionary of names it would be…
Jonas Stein
  • 3,898
  • 4
  • 34
  • 55
2
votes
0 answers

How to use the system spell checker dictionary in Firefox?

I want to maintain one good dictionary system wide. Unfortunately there are many applications which use their own Hunspell dictionary. Finally it depends on the application and its outdated dictionaries, if typos in a text were found or not. How can…
Jonas Stein
  • 3,898
  • 4
  • 34
  • 55
2
votes
1 answer

Firefox misspelling all words since version 61

On my Debian 9 with Firefox 61 every word is marked as misspelled, except numbers (right now, currently as I'm typing). Things I've tried: Remove en-US dictionary and return it (Had to hard delete the files, as a simple removal of the extension did…
kabanus
  • 311
  • 1
  • 16
1
vote
1 answer

hunspell dictionary not recognized in Thunderbird 102, when installed as Debian package

On Debian 12, I have installed additional language hunspell dictionaries: But when I start Thunderbird 102, it does not see them. When I click on Languages, it only offers the default English (United States) Hunspell dictionary works when I install…
400 the Cat
  • 819
  • 4
  • 37
  • 85
1
vote
0 answers

Adding words to Hunspell dictionary of Typora Markdown Editor in terminal at least

How to add words to a specific Hunspell dictionary? I am trying to add words to the dictionary, but it doesn't work. Not from terminal nor from application Typora that uses the dictionary. root@lokal:/home/s/Dropbox/blog# ls -Alrt…
trzczy
  • 630
  • 2
  • 9
  • 24
1
vote
1 answer

Can someone explain what hunzip is for?

I understand what hunspell is for, but I was browsing the source code and the man, and I'm not sure: Does hunzip compress text files or just dictionaries ?
jokoon
  • 336
  • 3
  • 6
0
votes
0 answers

Hunspell does not identify an obvious correct form of a misspelled word

For the misspelled word "perapring" hunspell does not propose the correct spelling "preparing" and only proposes the following words: persevering pertaining innerspring preferring preprint wraparound Is there a workaround that hunspell proposes…
Name
  • 173
  • 6
0
votes
1 answer

meaning of suffix in hunspell files i.e. `/EPSozm`

When I grep for phan in my hunspell-dic file /usr/share/hunspell/de_DE_frami.dic, I get list of words including cellophan/Sozm cellophan/hke cellophan/ozm glaukophan/EPSozm Where do I find documentation, what the suffixes mean? I looked for a…
user unknown
  • 10,267
  • 3
  • 35
  • 58
0
votes
1 answer

Claws-Mail Spell Checker Not Finding hunspell-en_CA

I'm running the latest Claws-Mail (v3.17.6) on Arch Linux and downloaded the latest hunspell-en_CA package (v2019.10.06). When I go to 'Configuration > Preferences > Spell Checking' the 'Default Dictionary' drop down has nothing in it. I found the…
DD-Nerd
  • 55
  • 1
  • 7