That works, thanks! Also, how can I tell the API to get more high
frequency articles like "and", "the", "or", etc. I'm basically trying
to return words that a young kid like a fifth grader would typically
use when writing, etc.
On Jul 7, 11:25 pm, Kumanan Rajamanikkam <
kuma...@wordnik.com> wrote:
> Hi Robert,
>
> Can you try setting the following query params?
>
> minCorpusCount => Indicates the word frequency. i.e. number of times the word occurred in our examples corpus. Specifying an higher value for this ensures that more common words are returned.
>
> minDictionaryCount => Indicates the number of definitions we have for any given word. For example, a value of 20 would ensure that more common words are returned because there has to be at least 20 definitions across all the dictionaries in our system for the word to qualify.
>
> Here is a request with minCorpusCount=10000 and minDictionaryCount=20. Play with these values and see if that helps.
>
>
http://api.wordnik.com/v4/words.json/randomWords?minCorpusCount=10000...<your-api-key>
>
> -Kumanan
>
> On Jul 7, 2011, at 5:24 PM, Robert Burdick wrote:
>
> Hi everyone:
>
> I am trying to use the random words API to generate random real
> English words. Most of the words that come back whenever I use the
> API are nonsense. Here are the arguments I'm passing tohttp://
api.wordnik.com/v4/words.json/randomWords: