wonderwordsmodule icon indicating copy to clipboard operation
wonderwordsmodule copied to clipboard

"Pray" is not a noun.

Open Myridium opened this issue 3 years ago • 1 comments

Describe the bug The word pray was generated in the noun category. It is not a noun.

To Reproduce I don't know; I didn't save the random state of the program. This line produced it: noun = wonderwords.RandomWord().word(include_parts_of_speech=["nouns"])

Expected behavior The word pray should not be generated, because it is not a noun.

Other notes It also generated falling-out which is not really a noun. It's not even a word.

Myridium avatar Mar 13 '23 08:03 Myridium

For some reason pray is on the noun list. Removing it should fix the problem. I will implement a fix. I think falling-out should be kept because it is a noun that is not uncommon in the wide corpus of English literature https://www.merriam-webster.com/dictionary/falling-out.

mrmaxguns avatar Mar 13 '23 20:03 mrmaxguns