A quick search on Google gave me many results (indeed it's an interesting problem), although this one caught my attention:
DeepMnemonic: Password Mnemonic Generation via Deep Attentive Encoder-Decoder Model
https://ieeexplore.ieee.org/document/9064919
I thought it was easier than it sounds π
ALBimMb+bxXypHuw8bCyZ++Sby6BFNxXs1ATtm+xiEIQbTcvOvR4BaYcAs0cZduf
To:
apple strawberry corn cat cow impertinence bloke bread stone hydrogen mountain
For example, and being able to use the words to βre-assembleβ the password.
ALBimMb+bxXypHuw8bCyZ++Sby6BFNxXs1ATtm+xiEIQbTcvOvR4BaYcAs0cZduf
To:
apple strawberry corn cat cow impertinence bloke bread stone hydrogen mountain
For example, and being able to use the words to βre-assembleβ the password.
https://pypi.org/project/bip39/
Perhaps there is something similar in your favorite language.
It would have higher entropy π€
https://www.omnicalculator.com/other/password-entropy
$ echo 59I0nDFYho4Hq4ps | ./bip39 -e | ./bip39 -d
353949306e444659686f344871347073
=> https://goplay.mills.io/snippet/WzAKPDFHmse
$ echo 59I0nDFYho4Hq4ps | ./bip39 -e | ./bip39 -d
353949306e444659686f344871347073
=> https://goplay.mills.io/snippet/WzAKPDFHmse
$ echo 59I0nDFYho4Hq4ps | ./bip39 -e | ./bip39 -d
353949306e444659686f344871347073
=> https://goplay.mills.io/snippet/WzAKPDFHmse
hacked this up in python that does roughly what you wanted
https://gist.github.com/ShreyanJain9/29438d5dc0ebf58d28fc57dd585621e6