summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2015-05-28 21:08:00 +0200
committerPatrick Simianer <p@simianer.de>2015-05-28 21:08:00 +0200
commit8fe98c808f9ca66e2cc31111e8a7e60f35314b55 (patch)
tree21c8571289cf8dddb1f7b6a55d5b89e0f0283bcf
parenta99a22e594c4f6b11961c08ec1e118d486e0990d (diff)
link to 'An End-to-End Discriminative Approach to Machine Translation' to explain 'bold'
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 89bc545..a0e8909 100644
--- a/README.md
+++ b/README.md
@@ -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