Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This library is just generating random strings not the words from english dictionary #6

Open
pradeep-orbi opened this issue Nov 3, 2022 · 1 comment

Comments

@pradeep-orbi
Copy link

pradeep-orbi commented Nov 3, 2022

This library is just generating random strings not the words from english dictionary

@pradeep-orbi pradeep-orbi changed the title This library is just generating random strings not english words This library is just generating random strings not the words from english dictionary Nov 3, 2022
@maximeroussy
Copy link
Owner

That's correct. The library isn't meant to produce real words from the dictionary, but they're not entirely random strings.

The key part of the description is "english pronounceable", meaning it constructs words based on rules of the english language to ensure you can pronounce them. But, unless it randomly creates a real word by chance, most of the words generated will be fictitious.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants