vaibhavsingh97 / random-word

This is a simple python package to generate random english words
https://pypi.org/project/random-word/
MIT License
123 stars 25 forks source link

be able to "get" Corpus count of random word on part of speech #25

Open lwyss opened 5 years ago

lwyss commented 5 years ago

Is your feature request related to a problem? Please describe. I would like to output the Corpus count of words so the user knows it.

Describe the solution you'd like To have a function like get_corpus() that returns corpus count for given word.