diff options
-rw-r--r-- | README.md | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -1,11 +1,9 @@ **bold_reranking** -Reranker that does bold [2] (online) updates on oracles. -Makes use of my little nlp library for ruby, see [1]. +Reranker that does [bold](http://www.seas.upenn.edu/~taskar/pubs/acl06.pdf) (online) +updates on oracles. Makes use of my little nlp library for ruby, see +[here](https://github.com/pks/zipf). -Usage is straightforward, see the files in the example/ directory. +Usage is straightforward, see the files in the example/ directory: ./bold_reranking.rb example/example.ini -* [1] https://github.com/pks/zipf -* [2] http://www.seas.upenn.edu/~taskar/pubs/acl06.pdf - |