https://github.com/khrynczenko/nym
CLI tool for finding synonyms and antonyms
https://github.com/khrynczenko/nym
antonyms cli finding-synonyms haskell haskell-language haskell-stack nym synonyms
Last synced: 4 months ago
JSON representation
CLI tool for finding synonyms and antonyms
- Host: GitHub
- URL: https://github.com/khrynczenko/nym
- Owner: khrynczenko
- License: apache-2.0
- Created: 2019-06-26T21:35:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-28T14:39:03.000Z (over 4 years ago)
- Last Synced: 2024-12-30T09:47:39.144Z (6 months ago)
- Topics: antonyms, cli, finding-synonyms, haskell, haskell-language, haskell-stack, nym, synonyms
- Language: Haskell
- Homepage:
- Size: 1.28 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# nym
master: [](https://circleci.com/gh/khrynczenko/nym/tree/master)
## Introduction
*nym* is a command line program that helps in finding synonyms and antonyms.
## How to build
Just run `stack build` from within project root directory.## Usage
Using stack invoke:
`stack run -- --help`
Or directly from executable:
`nym --help`##### Note
`stack run` adds some overhead and can significantly decrease the
performance.## Example
```
$ ./nym work
achievement
doing
product
labor
employment
```## Features
- built-in database of synonyms and antonyms (fast lookup)
- word correction helper## Help
If you have any problems or questions please consider posting an issue. Any
feedback is also highly appreciated.