How can I enable the thesaurus in LibreOffice?
10 Answers
Using the standard installation of LibreOffice you don't have to install it. It is already installed. You can right click any word choosing the entry »Synonyms«. Now you will get a list of synonyms to the selected word. If this does not work
- go to then main menu »Tool->Options«,
- choose the sub menu (on the left column) »Language Settings->Writing Aids«
- and then enable the option »OpenOffice.org new thesaurus« under the category »Writing Aids«.
That's it.
If this option is marked, but the thesaurus option in the tools>language menu is still grayed, then you have to perform this command using terminal:
sudo apt-get install openoffice.org-thesaurus-en-us
- 6,969
- 299
It is strange but, if you use English (UK) for your paragraph, Libreoffice does NOT use thesaurus. You check this under Tool > Options > Language Settings > Writing Aids > Modify and see that English (UK) has no thesaurus.
If you choose the English (USA) you can use the thesaurus. I think the problem is solved in this way.
- 1,206
- 161
It isn't that LibreOffice doesn't have the Thesaurus. It does, but for some reason it wasn't turned on when I installed mine.
Go to Tools > Options > Language Settings > Writing Aids > Options, make sure the top two items are checked: Check spelling as you type and Check grammar as you type.
After doing that I had the Thesaurus. I also had Check spelling as you type, but you can disable that in the toolbar, by clicking the ABC with the red squiggly line under it.
To use the Thesaurus, Ctrl+F7, or right-click on the word for which you want a synonym, hover over Synonyms.
I fixed this problem by installing Thesaurus:
sudo apt-get install openoffice.org-thesaurus-en-us
Then selecting all the text and changing to USA:
Tools → Language → For All Text → select English (USA)
I can now access:
right-click → Synonyms
- 7,235
- 10
- 40
- 47
- 21
If Tools>>Language>>Thesaurus is greyed out, you need to install them first. From a terminal type the following to get English American:
sudo apt install mythes-en-us
To see all available, type:
apt search mythes
- 1,367
Using LO 3.5.3.2 on Ubuntu 10.04 the following got me going:
(1) Tools > Options > Language Settings > +Languages: set 'default languages for documents to 'English (UK)' or 'English (USA)' (you'll notice that these two have spelling symbols next to them - not sure if this only relates to dictionaries or to thesauri as well.
(2) Tools > Options > Language Settings > +Writing Aids: edit 'Available language modules' > 'OpenOffice.org New Thesaurus' and choose 'Language' to be English (UK) or (USA) as desired.
I also downloaded and installed the thesaurus created by the weekly whinge at the same time, but perhaps you might not need to do that. At any rate, even after installing the whinger's extension I still only see 'OpenOffice.org New Thesaurus' in the writing aids dialogue.
You should also probably make sure all of your text in your document is set to the same language as chosen in steps above.
- 353
Click on Tools -> Language -> For All Text -> Select English (USA).
This working because in Ubuntu there is thesaurus packages installed by default. In synaptic this have the name: mythes-en-us (is possible that in some distribution are not, you can install it manually)
- 4,942
Trust me, it works.
Download and install this Libreoffice extension:
American British Canadian - spelling/hyphen/thesaurus dictionaries Libreoffice extension
American English - hyphenation, thesaurus, 638K+ word list extension worked for me. Just start Libreoffice and the thesaurus won't be grayed i.e. you can use Ctrl+F7 to open thesaurus dialog.
Initially, the thesaurus uses the language of the selected word in the document, if a thesaurus library for that language is installed. The title bar of the Thesaurus dialog displays the language in use.
You can install languages with a thesaurus library from the Extensions web page.
References and more info can be found on the LibreOffice site here.
The same problem goes for the Australian dictionary. I went into Synaptic, and installed mythes-en-au : then I was able to use it without a problem.
- 3,302