Sample Header Ad - 728x90

How to list available dictionaries for hunspell?

5 votes
1 answer
3259 views
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' | cut -d '/' -f 6 | cut -d '.' -f 1 | sort .
Asked by l0b0 (53368 rep)
Feb 28, 2015, 11:09 AM
Last activity: Jan 11, 2019, 11:10 PM