Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 885 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 885 Bytes

I Write Like

Running

To launch the web server:

racket app.rkt

and open http://localhost:8080.

Make sure you have Racket 6.1 installed.

Training

The original train data is not included (while the results of training are available in data directory).

First, put plain-text formatted books into train-data directory. Edit authors.rkt to add authors and file names (remove the ones you don't have). Finally, run racket train.rkt.

History

The original version was written in July 2010 in Python using web.py framework. Then I rewrote it in Racket in November 2010. And rewrote again in Go in 2015-2016. This is the last Racket version. The currently running Go version is here: https://github.com/coding-robots/goiwl