#include <config.h>
Public Types | |
| enum | Mode |
| Context window mode - can be one of SENTENCE_MODE or WINDOW_MODE. | |
Public Member Functions | |
| ContextWindow (Mode m=SENTENCE_MODE, size_t r=0) | |
| Constructor inits struct with given values. | |
| bool | check (void) |
Public Attributes | |
| enum ContextWindow::Mode | mode |
| Context window mode - can be one of SENTENCE_MODE or WINDOW_MODE. | |
| size_t | radius |
| Context window radius. | |
Definition at line 131 of file config.h.
| ContextWindow::ContextWindow | ( | Mode | m = SENTENCE_MODE, |
|
| size_t | r = 0 | |||
| ) | [inline] |
| bool ContextWindow::check | ( | void | ) | [inline] |
1.5.6