Questions tagged [hunspell]

Hunspell is a spell-checking software that offers morphological analytics.

Some links concerning hunspell:

6 questions
3
votes
0 answers

Add hyphenated form only to Hunspell personal dictionary

I want to add "morpho" to my personal dictionary, but only as a prefix in compound and hyphenated words. I do not want to add "morpho," since on its own it does not carry any meaning. I do not want to add specific compound/hyphenated words such as…
Dan
  • 131
3
votes
1 answer

How to install spell check dictionaries in Gedit on Windows

We are a charity that helps disadvantaged people to get back on track. To this end we provide them with paid occupation. One of them is proof-reading/editing of ancient OCRed texts that we release later under the GNU Free Documentation License.…
3
votes
1 answer

LibreOffce writer does not hyphenate (English UK, dictionaries are installed)

So I enabled hyphenation for my text style, but LibreOffice writer does not hyphenate a single line in a four pages text, obviously having a problem. If I call Tools > Language > Hyphenation... I get an error: Which I think is a wrong error…
user281318
2
votes
1 answer

Command line utility for the LibreOffice Mythes library

(Open|Libre)Office provides a thesaurus using the Myth library. Is there a command line tool to access these thesaurus data ?
1
vote
1 answer

Notepad++ spellcheck not work with "comment tag"

I am using plugin DSpellCheck in Notepad++ When editing an XML file I noticed that the spell checker does not check inside the "CDATA", like this: What causes this is the exclamation mark (!) Other example not…
Korvo
  • 254
0
votes
1 answer

Hunspell (ispell) in emacs buffer doesn't work properly

In my init.el i have (setenv "DICPATH" (concat "$HOME" ".hunspell-dics")) (setq ispell-program-name "/usr/bin/hunspell") (setq ispell-really-aspell nil) (setq ispell-really-hunspell t) (setq ispell-local-dictionary-alist '(("russian" …
HDDW
  • 1