blob: 88d173b7a2bf74dc4b2725eeb96c0bca0a9419aa (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
**bold_reranking**
Reranker that does [bold](http://www.seas.upenn.edu/~taskar/pubs/acl06.pdf) (online)
updates on oracles. Makes use of my little nlp library for ruby, see
[here](https://github.com/pks/zipf).
Usage is straightforward, see the files in the example/ directory:
```
./bold_reranking.rb example/example.ini
```
|