package
0.0.0-20240507170141-99857aa92315
Repository: https://github.com/kaspetti/layoutlearner.git
Documentation: pkg.go.dev

# Functions

GenerateWord generates a random word using the characters provided.
GetCharacterPriority returns a list of character priorities for each character in a dictionary given the path of the dictionary file.
GetWordsFromChars gets "amount" of words from the dictionary passed to it which use only the characters in "chars", which contain the "priorityChar" and satisfy the min and max length.