From 29de4a284f5a74c49ea14cbb97e429f473af5b91 Mon Sep 17 00:00:00 2001 From: Patrick Simianer
Date: Mon, 16 Jun 2014 17:47:31 +0200
Subject: nlp_ruby -> zipf
---
README.md | 2 +-
bold_reranking.rb | 2 +-
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
./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'
--
cgit v1.2.3