Taken from: https://github.com/summa-tx/bitcoins-rs/tree/main/bip39/src/wordlist
and modified to make look ups a bit quicker, the trade of is it uses more memory
When given a BIP39 mnemonic code, returns a vec containing 5 split phrases.
3 of these 5 codes can later be used to recreate your original mnemonic code.