...It was meant to help composing the writings.
How was it made?
First, I made a chatterbot to understand the concept of "predicting" the next sentence (worked as good as the Cleverbot), then I made this program that is aided by an user to compose the new writings.
SAMPLE:
Input sentence was "Learning algorithm"
The prefix was "transductive learning"
Learning algorithm.
Transduction, or transductive inference, tries to predict new outputs on specific and fixed (test) cases from observed, specific (training) cases.
...