is there a free command line tool (with database) to find synonyms/antonyms (linux)? where can i get it?
|
You could use Wordnet. The command line utility
This page shows a script you can use that uses
|
|||
|
|
|
If you manage to find the necessary dictionary files in any 'open' format such as stardict, DSL, xdxf, Babylon BGL (this one is not really open, but there are tons of free dictionaries on their site), etc, then you can convert them to stardict format and use them from console using sdcv. Conversion can be done via makedict and/or dictconv. Another option would be using the google dictionary: with w3m:
with curl+html2text:
I while ago I blogged about using dictionaries and google translate from console. |
||||
|
|