I do not agree that NLP is not the way you need it.
However, if you do not want to follow the NLP route, you can generate good sound sentences without using NLP by training a custom language model using n-grams to create a fourth or fifth order model. Then you used statistical probability to generate offers.
As soon as you have your model, you arbitrarily choose the initial word (in the area of ββknown words beginning with words or words starting with an uppercase letter), and then conditionally presumably choose the next word.
An easy example of this in this article: Wordmills are coming ...
Of course, for this you will need sufficient training material, since just learning a simple paragraph will not work well for how you want to rephrase the paragraph. Without using NLP methods to define nouns, verbs, etc. From your sample (which will also require well-trained models) and then reordering them using the opposite sentence structure will be more effort than just using NLP.
What you are trying to do is extract the entity as well as the location information. Not only that, but also the relationship between entities and locations. Very high order if you are not going to use NLP.
Galacticjello
source share