nym is a command line program that helps in finding synonyms and antonyms.
Just run stack build
from within project root directory.
Using stack invoke:
stack run -- --help
Or directly from executable:
nym --help
stack run
adds some overhead and can significantly decrease the
performance.
$ ./nym work
achievement
doing
product
labor
employment
- built-in database of synonyms and antonyms (fast lookup)
- word correction helper
If you have any problems or questions please consider posting an issue. Any feedback is also highly appreciated.