Last active
January 10, 2023 02:24
-
-
Save thejevans/ebab3af71c99239b8e12c602696eb097 to your computer and use it in GitHub Desktop.
generate all anagrams to make names given a last name
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
takes a word list and finds all valid anagrams of the form:
word_a + known_word -> word_c + word_d
then sends the output to a JSON file