You are not logged in.

#1 2022-05-26 13:03:38

Gian-Laager
Member
Registered: 2021-06-11
Posts: 22

[SOLVED] Install Swiss German (de_CH) dictionary in Hunspell

I'm trying to get spell checking in emacs and in the background Hunspell is used.

I have the following dictionaries installed (output of "hunspell -D"):
```
SEARCH PATH:
.::/usr/share/hunspell:/usr/share/myspell:/usr/share/myspell/dicts:/Library/Spelling:/home/gianl/.openoffice.org/3/user/wordbook:/home/gianl/.openoffice.org2/user/wordbook:/home/gianl/.openoffice.org2.0/user/wordbook:/home/gianl/Library/Spelling:/opt/openoffice.org/basis3.0/share/dict/ooo:/usr/lib/openoffice.org/basis3.0/share/dict/ooo:/opt/openoffice.org2.4/share/dict/ooo:/usr/lib/openoffice.org2.4/share/dict/ooo:/opt/openoffice.org2.3/share/dict/ooo:/usr/lib/openoffice.org2.3/share/dict/ooo:/opt/openoffice.org2.2/share/dict/ooo:/usr/lib/openoffice.org2.2/share/dict/ooo:/opt/openoffice.org2.1/share/dict/ooo:/usr/lib/openoffice.org2.1/share/dict/ooo:/opt/openoffice.org2.0/share/dict/ooo:/usr/lib/openoffice.org2.0/share/dict/ooo
AVAILABLE DICTIONARIES (path is not mandatory for -d option):
/usr/share/hunspell/en_US-large
/usr/share/hunspell/en_US
/usr/share/myspell/dicts/en_US-large
/usr/share/myspell/dicts/en_US
```

Now I'd like to install the de_CH dictionary but I can't find any documentation on how to do this.

Last edited by Gian-Laager (2022-05-26 13:59:56)

Offline

#2 2022-05-26 13:07:36

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,481
Website

Re: [SOLVED] Install Swiss German (de_CH) dictionary in Hunspell

$ pacman -Ss hunspell de
extra/hunspell-de 20161207-7
    German hunspell dictionaries
...

"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

#3 2022-05-26 13:07:50

2ManyDogs
Forum Fellow
Registered: 2012-01-15
Posts: 4,648

Re: [SOLVED] Install Swiss German (de_CH) dictionary in Hunspell

It looks like hunspell/de_CH is part of the hunspell-de package. Have you installed that package?

(edit) snaked again.

Last edited by 2ManyDogs (2022-05-26 13:08:15)

Offline

#4 2022-05-26 13:59:29

Gian-Laager
Member
Registered: 2021-06-11
Posts: 22

Re: [SOLVED] Install Swiss German (de_CH) dictionary in Hunspell

@2ManyDogs no I didn't.

Thanks @Trilby, it worked.

Offline

Board footer

Powered by FluxBB