dfinke / NameIT

PowerShell module for randomly generating data
MIT License
131 stars 28 forks source link

Increase the Noun List to support more words. #44

Closed compwiz32 closed 3 years ago

compwiz32 commented 3 years ago

I have found many public lists online that have greater noun and verb word counts than what is included in the module today. The included nounlist is 6801 words and is sourced from: http://www.desiquintans.com/nounlist

on that site, he states: Can I distribute the list? Yes, you can distribute the list as part of your program or project. If you want people to download the plain list for themselves, it would be best to send them to this page since I add new words all the time.

nounlist.txt

dfinke commented 3 years ago

Thanks Mike (@compwiz32)! You're just a few steps from making a PR and I can merge it :-)

compwiz32 commented 3 years ago

Yep! I'll start a PR... i figured an issue was easier for you to easily turn me down if needed. :) Also, I found word lists for verbs and have some ideas for other lists. Hopefully, I'll have a few PR's headed your way!

dfinke commented 3 years ago

Excellent. PRs are as easy to not accept. Plus, once you make the PR, we can collaborate on it if needed.