jonadsimon / wonder-words-generator

Generates WonderWords puzzles
Apache License 2.0
2 stars 0 forks source link

Update overlap normalization to be function of letter frequencies #38

Closed jonadsimon closed 2 years ago

jonadsimon commented 2 years ago

Currently am normalizing overlaps with respect to maximum possible overlaps, giving a "ratio"

Might be better to normalize with respect to expected overlaps, where expectation is computed as a function of baseline letter co-occurrence frequencies.

jonadsimon commented 2 years ago

Dumb idea, not helpful. See https://github.com/jonadsimon/wonder-words-generator/issues/40 for a better idea