[手动选题][tech]: 20230111.1 ️ Wordbook Offline English Dictionary App for GNOME.md

This commit is contained in:
六开箱 2023-01-14 11:16:14 +08:00
parent 55061a8dcd
commit 2dbc5e82d8

View File

@ -0,0 +1,73 @@
[#]: subject: "Wordbook: Offline English Dictionary App for GNOME"
[#]: via: "https://www.debugpoint.com/wordbook-offline-dictionary/"
[#]: author: "Arindam https://www.debugpoint.com/author/admin1/"
[#]: collector: "lkxed"
[#]: translator: " "
[#]: reviewer: " "
[#]: publisher: " "
[#]: url: " "
Wordbook: Offline English Dictionary App for GNOME
======
**Meet Wordbook an offline dictionary application for the GNOME desktop.**
We mostly search Google, DDG or any search engine online for word information such as meaning, synonyms, antonyms etc.
Since almost everyone today has an internet-connected mobile phone, its probably easier to search on Google.
But for offline usage, you may try [Wordbook][1] when no internet connection is available.
### Wordbook: Offline dictionary app
The app is very basic in nature. But does its job with its capacity. Wordbook currently supports an English-to-English dictionary. At its core, it uses the [Open English WordNet database][2] for definitions. The Open English Wordnet is an open-source fork of the [Princeton Wordnet project][3].
The Wordbook app can also pronounce words using [eSpeak][4] a free and open-source speech synthesizer.
![Wordbook - English to English Dictionary App][5]
However, during the first run, it requires one-time internet access to download offline data. And thats about it. Other notable feature includes live search, double-click search and custom definitions with HTML markup.
Wordbook is a [GNOME app][6], built using the modern GTK4 and libadwaita. Hence integrates well with the GNOME desktop with light and dark themes. You can also use Wordbooks random word feature to learn new words to increase your vocabulary.
### Installation
You can easily install it as a Flatpak app from Flathub. Set up your system for Flatpak & Flathub and then install it using the below command from the terminal:
```
flatpak install com.github.fushinari.Wordbook
```
After installation, you can find it on the application menu.
### Close notes
I hope you use this tiny app for your school or business work. The offline nature is handy if you are writing essays and longer paragraphs.
Do you know any other offline dictionary for Linux? Let us know in the comment box.
[Next:Install Ubuntu on Windows Using VirtualBox [Complete Guide]][7]
[_Using Mastodon? Follow us at floss.social/@debugpoint_][8]
--------------------------------------------------------------------------------
via: https://www.debugpoint.com/wordbook-offline-dictionary/
作者:[Arindam][a]
选题:[lkxed][b]
译者:[译者ID](https://github.com/译者ID)
校对:[校对者ID](https://github.com/校对者ID)
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
[a]: https://www.debugpoint.com/author/admin1/
[b]: https://github.com/lkxed
[1]: https://github.com/fushinari/Wordbook
[2]: https://github.com/globalwordnet/english-wordnet
[3]: https://wordnet.princeton.edu/
[4]: https://espeak.sourceforge.net/
[5]: https://www.debugpoint.com/wp-content/uploads/2023/01/Wordbook-English-to-English-Dictionary-App.jpg
[6]: https://www.debugpoint.com/tag/gnome-app
[7]: https://www.debugpoint.com/install-ubuntu-windows-virtualbox/
[8]: https://floss.social/@debugpoint