summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rwxr-xr-xbold_reranking.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 33eca72..fe38e14 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@ bold_reranker
Reranker that does bold (online) updates on oracles.
Makes use of my little nlp library for ruby, see here
-https://github.com/pks/nlp_ruby
+https://github.com/pks/zipf
<code>
./bold_reranking.rb example/example.ini
diff --git a/bold_reranking.rb b/bold_reranking.rb
index 8f8cfab..80ba10d 100755
--- a/bold_reranking.rb
+++ b/bold_reranking.rb
@@ -1,6 +1,6 @@
#!/usr/bin/env ruby
-require 'nlp_ruby'
+require 'zipf'
require 'bloom-filter'