I want to build predictive sentence advisor, like (Onion News) Apple Introduces Revolutionary New .... Sentences can probably be generated by stylized pseudo-random text generating algorithm like Markov chain.
I imagine this as - while typing, menubox with predictive sentences are displayed above text cursor.
- How to 'text cursor track' and display menu over it
- What is the easiest way to implement Markov chain