Open njtierney opened 6 years ago
I see two main functions: syn and ant.
syn
ant
These functions return a vector of all synonyms or antonyms (verbs, nouns, the lot)
There could also be special functions that only retrieve certain things:
syn_noun
syn_verb
I see two main functions:
syn
andant
.These functions return a vector of all synonyms or antonyms (verbs, nouns, the lot)
There could also be special functions that only retrieve certain things:
syn_noun
,syn_verb
, etc.