diff options
author | Patrick Simianer <p@simianer.de> | 2015-05-28 21:08:00 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2015-05-28 21:08:00 +0200 |
commit | 8fe98c808f9ca66e2cc31111e8a7e60f35314b55 (patch) | |
tree | 21c8571289cf8dddb1f7b6a55d5b89e0f0283bcf | |
parent | a99a22e594c4f6b11961c08ec1e118d486e0990d (diff) |
link to 'An End-to-End Discriminative Approach to Machine Translation' to explain 'bold'
-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 |