Ever wonder how many words can be constructed entirely from the emoji that are English letters? I do.
Demo.
Uses frequency hashing against this (English) dictionary to generate a list of words. Feel free to fork & try it with different languages.
Install Rust, then:
cargo run
yarn
yarn dev