Inspiration

Autocomplete in text editors

How it works

The user puts in a text file in any language and the program uses the file to determine what you are going to type next. For instance, if you put in a python file with for loops, the text editor would autocomplete i after the user typed for. This could also work with an essay, the markov chain uses your past words to predict what you are going to say.

Challenges I ran into

OSX 10.7.5, PyQt, interface construction, guessing mechanism

Accomplishments that I'm proud of

What I learned

What's next for Markov AutoComplete

Built With

  • goldsborough/writer-tutorial
  • pyqt
  • python
Share this project:

Updates