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