|
TRF Language Model
|
#include <trf-corpus.h>
Public Member Functions | |
| RandSeq () | |
| RandSeq (Array< Type > &a) | |
| void | Random () |
| Random the sequence. More... | |
| void | Add (Type t) |
| add a value More... | |
| Type | Get () |
| Get a value. More... | |
Protected Attributes | |
| Array< Type > | m_aSeq |
| int | m_nCur |
Definition at line 105 of file trf-corpus.h.
|
inline |
Definition at line 111 of file trf-corpus.h.
|
inline |
Definition at line 112 of file trf-corpus.h.
|
inline |
add a value
Definition at line 126 of file trf-corpus.h.
|
inline |
Get a value.
Definition at line 128 of file trf-corpus.h.
|
inline |
Random the sequence.
Definition at line 114 of file trf-corpus.h.
|
protected |
Definition at line 108 of file trf-corpus.h.
|
protected |
Definition at line 109 of file trf-corpus.h.