Searching for proper NLP algorithm for prediction
Hello! I’m a newbie in the NLP, so currently I’m struggling with the following problem. Let’s assume, that on the input I have text like this: "The price of apple juice has increased" and text in output like this: "Increase the production of apple juice". Using Recurrent Neural Network, can the output be predicted? What kind of algorithm I should use for it?