summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2014-06-16 17:47:31 +0200
committerPatrick Simianer <p@simianer.de>2014-06-16 17:47:31 +0200
commit29de4a284f5a74c49ea14cbb97e429f473af5b91 (patch)
tree90b25e95616dab94f0173ffb7da615a1a693fff0
parentc94af7af5cc5bb686b9ed42baf1cc133df59506e (diff)
nlp_ruby -> zipf
-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'