|
Cambridge SMT System
|
#include <bleu.hpp>
Public Member Functions | |
| LRUCache (unsigned int cacheSize=10000) | |
| void | insert (const SentenceIdx &hyp, const BleuStats &bs) |
| bool | contains (const SentenceIdx &hyp) const |
| bool | get (const SentenceIdx &hyp, BleuStats &bs) |
| BleuStats | get (const SentenceIdx &hyp) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |