Skip to content
New issue

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

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

Already on GitHub? # to your account

Enable enum inference #12

Merged
merged 7 commits into from
Apr 26, 2024
Merged

Enable enum inference #12

merged 7 commits into from
Apr 26, 2024

Conversation

hgrsd
Copy link
Owner

@hgrsd hgrsd commented Apr 26, 2024

Closes #5

Adds a command line option to infer enums from strings, with the ability for a user to specify what ratio of unique strings they want to consider the "cutoff" for thinking of a string as an enum, as well as a minimum sample size.

@hgrsd hgrsd changed the title Enums Enable enum inference Apr 26, 2024
@hgrsd hgrsd merged commit cfc2c1a into main Apr 26, 2024
1 check passed
@hgrsd hgrsd deleted the enums branch April 30, 2024 21:07
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make configurable when to generate random strings vs choose from a sample
1 participant