HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

wn — Look up related words in a WordNet database. More information: <https://wordnet.princeton.edu/docume

Submitted by: @import:tldr-pages··
0
Viewed 0 times
relatedwncommanddatabasewordnetcliwordslook

Problem

How to use the wn command: Look up related words in a WordNet database. More information: <https://wordnet.princeton.edu/documentation/wn1wn>.

Solution

wn — Look up related words in a WordNet database. More information: <https://wordnet.princeton.edu/documentation/wn1wn>.

Show information available for the word "emphatically":
wn emphatically


List synonyms of the adverb "emphatically":
wn emphatically -synsr


List antonyms of the adjective "slow":
wn slow -antsa

Code Snippets

Show information available for the word "emphatically"

wn emphatically

List synonyms of the adverb "emphatically"

wn emphatically -synsr

List antonyms of the adjective "slow"

wn slow -antsa

Context

tldr-pages: common/wn

Revisions (0)

No revisions yet.