Intellitext is a small experiement with markov chain automata. The experiment is inspired by the newly introduced iOS 8 feature, the intelligent text predictions during typing. Since this feature was not provided for the Russian language, I was curios what would it take to implement this feature using a simple markov chain automaton.
To setup a dev-env:
- Run the CLJS compilation with
lein cljsbuild auto
. - Start the simple web server with
lein simpleton 8080
. - Start the normal leiningen REPL with
lein repl
. - Connect to the REPL from Vim with fireplace'c
:Connect
. - Connect by fireplaces
:Piggieback
to start JS REPL. - ???
- Consider to switch to more mature development tools.