A command-line dictionary tool
Wordsmith
With the dict client, you can quickly search dozens of natural language dictionary databases for the perfect word.
As a writer, I rarely need to look up the definition of a word. If I don't know a word, I'm not going to risk using it. However, I frequently check that a word has the exact nuance I want. If it does not, I turn to a thesaurus to search for a closer alternative. Unfortunately, a regular dictionary is next to useless for these purposes. That is why I was pleased to discover dict
[1], which not only has the information needed for such purposes, but runs from the command line for added efficiency.
A client for the DICT [2] dictionary network protocol, dict
essentially searches several dozen databases and returns comprehensive results in seconds. It is available for major distributions, but note that each database is often in a separate package in distro repositories and must be installed separately from the basic command. The option --dbs
(-D
) will show a list of these databases, as will the web version [3] of dict
(Figure 1). The databases supported by dict
include a number of dictionaries, a thesaurus, a collection of acronyms, the Jargon File, the CIA World Factbook, and 34 other languages besides English – far more than the average dictionary offers. The results include not only the range of literal meanings, but numerous contexts as well. Some default results for the word "red" from my current installation are shown in Table 1.
Table 1
Sample Results
Basic definitions: |
Red \Red\, v. t. To put on order; to make tidy; also, to free from entanglement or embarrassment; – generally with up; as, to red up a house. [Prov. Eng. & Scot.] |
Notes on how to use the word: |
Red is often used in the formation of self-explaining compounds; as, red-breasted, red-cheeked, red-faced, red-haired, red-headed, red-skinned, red-tailed, red-topped, red-whiskered, red-coasted. |
Contexts: |
{Red admiral} (Zool.), a beautiful butterfly ({Vanessa Atalanta}) common in both Europe and America. The front wings are crossed by a broad orange red band. The larva feeds on nettles. Called also {Atalanta butterfly}, and {nettle butterfly}. |
Note: |
Etymologies, synonyms, and translations may also be given, depending on the databases installed. |
This amount of information makes for intensive scrolling, so dict
used with only the basic command and a search term should usually be used with a pager like less
or cat
. Another option is to specify a specific database so that only the relevant results are given, using the option --database
(-d
) DATABASE
. For instance
dict -d moby-thesaurus red
will return only synonyms (Figure 2). Similarly, if you wanted to look up the Old Testament character Jezebel, you could specify easton
to get results only from Easton's Bible Dictionary (1897) (Figure 3) – an encyclopedia entry, rather than a dictionary definition.
Another alternative for limiting results is to choose a strategy from those displayed using the options with --strats
(-S
). These strategies are analogous to regular expressions, but actually include both basic and modern options (Figure 4). These strategies are not documented, but most are self-explanatory if sometimes a bit obscure. For example, you can specify the prefix, suffix, and substrings to find a family of related words and use soundex
to search for similar sounds, which might be useful in a rhymed poem. However, before you choose a limiting strategy, you can use --match
(-m
) to see how many results a search will return.
If a search is not useful, you can trying working more closely with a database. With --serverinfo
(-I
) and --serverhelp
(-H
), you can see more information about a database's server. Alternatively, --info DATABASE
(-i
) displays information about the database itself. However, note that no information may be available for some databases, in which case dict
returns the misleading message, invalid database
.
Depending on your preferences or how you plan to use search results, you can also use --format
(-f
) FORMAT
. Four different formats are available, as described in the man page: I
, S
, D
, and m
. Annoyingly, these formats are diagrammed but not documented, so you may have to do more than one test before finding the one you prefer.
Limitations
Linux has other dictionary tools besides dict
. On the desktop, you can choose such applications as GoldenDict, Artha, the WordNet browser, and Gnome Dictionary. However, so far as I can determine, dict
is the only one available from the command line and by far the most flexible and thorough. In fact, its potential is so great that its lack of documentation and examples is irksome, if often surmountable. It is not clear whether dict
is still being actively developed. Still, with patience, what is available is so useful that no writer on Linux should be without it.
Infos
- dict: https://man.archlinux.org/man/dict.1.en
- DICT dictionary network protocol: https://en.wikipedia.org/wiki/DICT
- dict web version: http://dict.org/bin/Dict
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.
News
-
Thousands of Linux Servers Infected with Stealth Malware Since 2021
Perfctl is capable of remaining undetected, which makes it dangerous and hard to mitigate.
-
Halcyon Creates Anti-Ransomware Protection for Linux
As more Linux systems are targeted by ransomware, Halcyon is stepping up its protection.
-
Valve and Arch Linux Announce Collaboration
Valve and Arch have come together for two projects that will have a serious impact on the Linux distribution.
-
Hacker Successfully Runs Linux on a CPU from the Early ‘70s
From the office of "Look what I can do," Dmitry Grinberg was able to get Linux running on a processor that was created in 1971.
-
OSI and LPI Form Strategic Alliance
With a goal of strengthening Linux and open source communities, this new alliance aims to nurture the growth of more highly skilled professionals.
-
Fedora 41 Beta Available with Some Interesting Additions
If you're a Fedora fan, you'll be excited to hear the beta version of the latest release is now available for testing and includes plenty of updates.
-
AlmaLinux Unveils New Hardware Certification Process
The AlmaLinux Hardware Certification Program run by the Certification Special Interest Group (SIG) aims to ensure seamless compatibility between AlmaLinux and a wide range of hardware configurations.
-
Wind River Introduces eLxr Pro Linux Solution
eLxr Pro offers an end-to-end Linux solution backed by expert commercial support.
-
Juno Tab 3 Launches with Ubuntu 24.04
Anyone looking for a full-blown Linux tablet need look no further. Juno has released the Tab 3.
-
New KDE Slimbook Plasma Available for Preorder
Powered by an AMD Ryzen CPU, the latest KDE Slimbook laptop is powerful enough for local AI tasks.