diff options
-rw-r--r-- | README.md | 2 | ||||
-rwxr-xr-x | bold_reranking.rb | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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' |