|
presage
0.9.1
|
#include <ARPAPredictor.h>

Public Member Functions | |
| BigramKey (int wd1, int wd2) | |
| bool | operator< (const BigramKey &right) const |
| bool | operator== (const TrigramKey &right) const |
Public Attributes | |
| int | key1 |
| int | key2 |
Definition at line 83 of file ARPAPredictor.h.
|
inline |
Definition at line 86 of file ARPAPredictor.h.
|
inline |
Definition at line 88 of file ARPAPredictor.h.
|
inline |
Definition at line 100 of file ARPAPredictor.h.
References TrigramKey::key1, key1, TrigramKey::key2, and key2.
| int BigramKey::key1 |
Definition at line 104 of file ARPAPredictor.h.
Referenced by operator<(), and operator==().
| int BigramKey::key2 |
Definition at line 105 of file ARPAPredictor.h.
Referenced by operator<(), and operator==().
1.8.16