presage
0.9.1
|
#include <ARPAPredictor.h>
Public Member Functions | |
TrigramKey (int wd1, int wd2, int wd3) | |
bool | operator< (const TrigramKey &right) const |
bool | operator== (const TrigramKey &right) const |
Public Attributes | |
int | key1 |
int | key2 |
int | key3 |
Definition at line 53 of file ARPAPredictor.h.
|
inline |
Definition at line 56 of file ARPAPredictor.h.
|
inline |
Definition at line 58 of file ARPAPredictor.h.
|
inline |
Definition at line 74 of file ARPAPredictor.h.
int TrigramKey::key1 |
Definition at line 78 of file ARPAPredictor.h.
Referenced by operator<(), operator==(), and BigramKey::operator==().
int TrigramKey::key2 |
Definition at line 79 of file ARPAPredictor.h.
Referenced by operator<(), operator==(), and BigramKey::operator==().
int TrigramKey::key3 |
Definition at line 80 of file ARPAPredictor.h.
Referenced by operator<(), and operator==().