I think he wants to generate blog posts by automatically paraphrasing whatever was it the blogs this system is monitoring.
This would be really interesting if you could combine 2 to 10 blog posts that are similar, but from different sources and then do a paraphrased "real" summary automatically (the size of 1 blog post).
It could also be great for Homeworks. Unfortunately it's not that easy to do.
The only way I could see is to be able to decompose every sentence into "meaning", and then randomly change the sentence structure and some words retaining the meaning.
These sentences mean the same:
- I hate this guy, he is so dumb.
- This guy is stupid, I hate him.
- I despise this dumb guy.
- He is dumb, I hate him.
It would be nontrivial to write a program to transform one of these sentences to the others, and these are simple sentences, real sentences from blogs are much more complicated.