bighugethesaurus-0.1.0.0: API wrapper for Big Huge Thesaurus

Safe HaskellNone
LanguageHaskell2010

Text.Thesaurus

Description

This module provides synonyms, antonyms, and other kinds of related words from https://words.bighugelabs.com/api.php. See getWords.

Synopsis

Documentation

data POS Source

POS is the part of speech a word.

Constructors

Noun 
Verb 
Adj 
Adv 

newtype API Source

API is the api key. You can get one at https://words.bighugelabs.com/api.php.

Constructors

API String 

getWords :: API -> String -> IO [(String, POS, Relation)] Source

getWords key word returns a list of words related word