I am developing a bot, which will be used for account management. I'm currently trying this with the yake but am open to other suggestions.
I want to parse sentences similar to the one below
Add a mail account XYZ with username Xname with password XYZ@123#
I need to extract mail, Xname and XYZ@123# but am unable to do this. The library doesn't parse the password since it's meaningless.
How would I go about doing this?