Say for an example there is a sentence "Create a customer in the CRM and set his age to 25 and gender to male.". I would like to extract information like gender is male, age is 25, command is create a customer. How can I do this?
I've tried Semantic role labelers like mate-tools and it cannot extract things like age is 25, gender is male. Is there a particular way or method or a pipeline I can do this successfully and what kind of an accuracy can I expect?